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 = 1
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | The most unusual item 1 | Frank Skinner 3 | 1 | 4 | 4 | 2 | 4 | 4 | |||
2 | The most unusual item 1 | Josh Widdicombe 4 | 2 | 1 | 1 | 5 | 1 | 1 | |||
3 | The most unusual item 1 | Roisin Conaty 5 | 3 | 2 | 2 | 4 | 2 | 2 | |||
4 | The most unusual item 1 | Romesh Ranganathan 6 | 4 | 3 | 3 | 3 | 3 | 3 | |||
5 | The most unusual item 1 | Tim Key 7 | 5 | 5 | 5 | 1 | 5 | 5 |
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) );