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 = 23
This data as json, CSV (advanced)
Suggested facets: PO, base, points, episode, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
97 | Score 11 points 23 | Frank Skinner 3 | 1= | 0 | 1 | 1 | 8 | 51 | F+T | ||
98 | Score 11 points 23 | Josh Widdicombe 4 | 2= | 2 | 2 | 1= | 12 | 63 | JR+R | ||
99 | Score 11 points 23 | Roisin Conaty 5 | 2= | 2 | 2 | 1= | 7 | 44 | JR+R | ||
100 | Score 11 points 23 | Romesh Ranganathan 6 | 2= | 2 | 2 | 1= | 5 | 60 | JR+R | ||
101 | Score 11 points 23 | Tim Key 7 | 1= | 0 | 1 | 1 | 7 | 58 | F+T |
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) );