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 = 245
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1155 | List and then mime obscure animals 245 | Alice Levine 33 | 1= | 3 | 3 | 1= | 9 | 100 | A+R | ||
1156 | List and then mime obscure animals 245 | Asim Chaudhry 34 | 2= | 2 | 2 | 2= | 7 | 101 | AL+T | ||
1157 | List and then mime obscure animals 245 | Liza Tarbuck 35 | 2= | 2 | 2 | 2= | 10 | 133 | AL+T | ||
1158 | List and then mime obscure animals 245 | Russell Howard 36 | 1= | 3 | 3 | 1= | 15 | 120 | A+R | ||
1159 | List and then mime obscure animals 245 | Tim Vine 37 | 2= | 2 | 2 | 2= | 11 | 121 | 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) );