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 = 24
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
102 | Fill an eggcup with tears 24 | Frank Skinner 3 | 5 | 5 | 5 | 1 | 13 | 56 | |||
103 | Fill an eggcup with tears 24 | Josh Widdicombe 4 | 1 | 3 | 3 | 3 | 15 | 66 | |||
104 | Fill an eggcup with tears 24 | Roisin Conaty 5 | 2= | 1 | 1 | 4= | 8 | 45 | |||
105 | Fill an eggcup with tears 24 | Romesh Ranganathan 6 | 4 | 4 | 4 | 2 | 9 | 64 | |||
106 | Fill an eggcup with tears 24 | Tim Key 7 | 2= | 1 | 1 | 4= | 8 | 59 |
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) );