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 = 232
This data as json, CSV (advanced)
Suggested facets: episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1090 | Remove the tablecloth from underneath the eggs 232 | Alice Levine 33 | 3 | 5 | 5 | 1= | 11 | 71 | |||
1091 | Remove the tablecloth from underneath the eggs 232 | Asim Chaudhry 34 | 2 | 5 | 5 | 1= | 10 | 68 | |||
1092 | Remove the tablecloth from underneath the eggs 232 | Liza Tarbuck 35 | 5 | 5 | 5 | 1= | 11 | 89 | |||
1093 | Remove the tablecloth from underneath the eggs 232 | Russell Howard 36 | 1 | 5 | 5 | 1= | 11 | 83 | |||
1094 | Remove the tablecloth from underneath the eggs 232 | Tim Vine 37 | 4 | 5 | 5 | 1= | 12 | 73 |
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) );