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 = 72
This data as json, CSV (advanced)
Suggested facets: episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
338 | Surprise Alex 72 | Al Murray 13 | 3 | 4 | 4 | 2 | 7 | 28 | |||
339 | Surprise Alex 72 | Dave Gorman 14 | 4 | 3 | 3 | 3 | 8 | 21 | |||
340 | Surprise Alex 72 | Paul Chowdhry 15 | 1 | 1 | 1 | 5 | 3 | 11 | |||
341 | Surprise Alex 72 | Rob Beckett 16 | 5 | 5 | 5 | 1 | 9 | 24 | |||
342 | Surprise Alex 72 | Sara Pascoe 17 | 2 | 2 | 2 | 4 | 3 | 19 |
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) );