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 = 383
This data as json, CSV (advanced)
Suggested facets: base, points, episode, series
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1831 | Draw the second longest snake 383 | David Baddiel 48 | 5 | 5 | 5 | 1 | 14 | 14 | |||
1832 | Draw the second longest snake 383 | Ed Gamble 49 | 4 | 0 | 0 | 16 | 16 | ||||
1833 | Draw the second longest snake 383 | Jo Brand 50 | 3 | 0 | 0 | 12 | 12 | ||||
1834 | Draw the second longest snake 383 | Katy Wix 51 | 2 | 0 | 0 | 12 | 12 | ||||
1835 | Draw the second longest snake 383 | Rose Matafeo 52 | 1 | 0 | 1 | 1 | 17 | 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) );