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 = 404
This data as json, CSV (advanced)
Suggested facets: base, points, rank
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1936 | Build a tower behind you using a mirror and litter pickers 404 | David Baddiel 48 | 0 | 2 | 2 | 4= | 12 | 65 | |||
1937 | Build a tower behind you using a mirror and litter pickers 404 | Ed Gamble 49 | 0 | 5 | 5 | 1= | 14 | 82 | |||
1938 | Build a tower behind you using a mirror and litter pickers 404 | Jo Brand 50 | 0 | 3 | 3 | 3 | 19 | 77 | |||
1939 | Build a tower behind you using a mirror and litter pickers 404 | Katy Wix 51 | 0 | 2 | 2 | 4= | 16 | 80 | |||
1940 | Build a tower behind you using a mirror and litter pickers 404 | Rose Matafeo 52 | 0 | 5 | 5 | 1= | 18 | 88 |
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) );