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 = 463
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2225 | The best thing that’s bigger at the top than the bottom 463 | Daisy May Cooper 53 | 2 | 2 | 2 | 4 | 2 | 107 | |||
2226 | The best thing that’s bigger at the top than the bottom 463 | Johnny Vegas 54 | 3 | 3 | 3 | 3 | 3 | 96 | |||
2227 | The best thing that’s bigger at the top than the bottom 463 | Katherine Parkinson 55 | 4 | 4 | 4 | 2 | 4 | 81 | |||
2228 | The best thing that’s bigger at the top than the bottom 463 | Mawaan Rizwan 56 | 5 | 5 | 5 | 1 | 5 | 95 | |||
2229 | The best thing that’s bigger at the top than the bottom 463 | Richard Herring 57 | 1 | 1 | 1 | 5 | 1 | 98 |
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) );