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 = 385
This data as json, CSV (advanced)
Suggested facets: PO, base, points, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1841 | Identify which bin Alex is in 385 | David Baddiel 48 | 4= | 4 | 4 | 2 | 5 | 19 | |||
1842 | Identify which bin Alex is in 385 | Ed Gamble 49 | 4= | 5 | 5 | 1 | 7 | 23 | |||
1843 | Identify which bin Alex is in 385 | Jo Brand 50 | 1= | 0 | 0 | 3 | 15 | ||||
1844 | Identify which bin Alex is in 385 | Katy Wix 51 | 1= | 0 | 0 | 4 | 16 | ||||
1845 | Identify which bin Alex is in 385 | Rose Matafeo 52 | 3 | 0 | 0 | 5 | 22 |
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) );