attempts
- PO (presentation order)
- the order in which the contestant's prize, VT, work of art, or live attempt was presented; 0 for simultaneous (most live tasks)
- ± (adjustment)
- any alteration (bonus or deduction) applied to the attempt's base score
- episode
- the contestant's cumulative episode score after this task
- series
- 〃
5 rows where task = 548
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank, episode, series, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2637 | Scale the mountain 548 | Alan Davies 68 | 1= | 3 | 3 | 2= | 7 | 22 | A+V | ||
2638 | Scale the mountain 548 | Desiree Burch 69 | 2= | 5 | 5 | 1= | 6 | 22 | DG+M | ||
2639 | Scale the mountain 548 | Guz Khan 70 | 2= | 5 | 5 | 1= | 10 | 24 | DG+M | ||
2640 | Scale the mountain 548 | Morgana Robinson 71 | 2= | 5 | 5 | 1= | 7 | 24 | DG+M | ||
2641 | Scale the mountain 548 | Victoria Coren Mitchell 72 | 1= | 3 | 3 | 2= | 6 | 18 | A+V |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE attempts ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), contestant INTEGER REFERENCES people(id), PO TEXT, base INTEGER, adjustment INTEGER, points INTEGER, rank TEXT, episode INTEGER, series INTEGER, team INTEGER REFERENCES teams(id), location INTEGER REFERENCES special_locations(id) );