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 = 429
This data as json, CSV (advanced)
Suggested facets: base, points, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2061 | Select the shortest breadstick 429 | David Baddiel 48 | 5 | 0 | 0 | 10 | 128 | ||||
2062 | Select the shortest breadstick 429 | Ed Gamble 49 | 1 | 0 | 0 | 12 | 167 | ||||
2063 | Select the shortest breadstick 429 | Jo Brand 50 | 2 | 0 | 0 | 10 | 154 | ||||
2064 | Select the shortest breadstick 429 | Katy Wix 51 | 3 | 0 | 0 | 9 | 158 | ||||
2065 | Select the shortest breadstick 429 | Rose Matafeo 52 | 4 | 5 | 5 | 1 | 12 | 159 |
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) );