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 = 259
This data as json, CSV (advanced)
Suggested facets: base, points, rank
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1222 | Hold the most points above the ground 259 | Alice Levine 33 | 0 | 4 | 4 | 2= | 18 | 136 | |||
1223 | Hold the most points above the ground 259 | Asim Chaudhry 34 | 0 | 1 | 1 | 5 | 12 | 137 | |||
1224 | Hold the most points above the ground 259 | Liza Tarbuck 35 | 0 | 2 | 2 | 4 | 14 | 171 | |||
1225 | Hold the most points above the ground 259 | Russell Howard 36 | 0 | 5 | 5 | 1 | 15 | 158 | |||
1226 | Hold the most points above the ground 259 | Tim Vine 37 | 0 | 4 | 4 | 2= | 16 | 162 |
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) );