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 = 277
This data as json, CSV (advanced)
Suggested facets: points, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1309 | The best thing from the 90s 277 | James Acaster 38 | 2 | 4 | 4 | 2 | 4 | 31 | |||
1310 | The best thing from the 90s 277 | Jessica Knappett 39 | 3 | 0 | 0 | 37 | |||||
1311 | The best thing from the 90s 277 | Kerry Godliman 40 | 5 | 5 | 5 | 1 | 5 | 48 | |||
1312 | The best thing from the 90s 277 | Phil Wang 41 | 1 | 3 | 3 | 3 | 3 | 35 | |||
1313 | The best thing from the 90s 277 | Rhod Gilbert 42 | 4 | 0 | 0 | 41 |
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) );