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 = 71
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
333 | The heaviest shoebox-sized item 71 | Al Murray 13 | 3 | 3 | 3 | 3 | 3 | 24 | |||
334 | The heaviest shoebox-sized item 71 | Dave Gorman 14 | 2 | 5 | 5 | 1 | 5 | 18 | |||
335 | The heaviest shoebox-sized item 71 | Paul Chowdhry 15 | 1 | 2 | 2 | 4 | 2 | 10 | |||
336 | The heaviest shoebox-sized item 71 | Rob Beckett 16 | 5 | 4 | 4 | 2 | 4 | 19 | |||
337 | The heaviest shoebox-sized item 71 | Sara Pascoe 17 | 4 | 1 | 1 | 5 | 1 | 17 |
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) );