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 = 238
This data as json, CSV (advanced)
Suggested facets: PO, points, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1120 | Knock over the ducks without leaving the carpet 238 | Alice Levine 33 | 2= | 0 | 4 | 80 | A+R | ||||
1121 | Knock over the ducks without leaving the carpet 238 | Asim Chaudhry 34 | 1= | 5 | 5 | 1= | 7 | 84 | AL+T | ||
1122 | Knock over the ducks without leaving the carpet 238 | Liza Tarbuck 35 | 1= | 5 | 5 | 1= | 12 | 115 | AL+T | ||
1123 | Knock over the ducks without leaving the carpet 238 | Russell Howard 36 | 2= | 0 | 6 | 99 | A+R | ||||
1124 | Knock over the ducks without leaving the carpet 238 | Tim Vine 37 | 1= | 5 | 5 | 1= | 13 | 100 | AL+T |
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) );