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 = 199
This data as json, CSV (advanced)
Suggested facets: base, points, rank, episode, series
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
932 | The second longest T-word 199 | Bob Mortimer 28 | 0 | 1 | 1 | 5 | 11 | 11 | |||
933 | The second longest T-word 199 | Josh Widdicombe 29 | 0 | 4 | 4 | 2= | 19 | 19 | |||
934 | The second longest T-word 199 | Katherine Ryan 30 | 0 | 4 | 4 | 2= | 20 | 20 | |||
935 | The second longest T-word 199 | Noel Fielding 31 | 0 | 5 | 5 | 1 | 16 | 16 | |||
936 | The second longest T-word 199 | Rob Beckett 32 | 0 | 4 | 4 | 2= | 19 | 19 |
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) );