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 = 41
This data as json, CSV (advanced)
Suggested facets: PO, episode, series
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
183 | Find out about the Swedish person 41 | Doc Brown 8 | 3= | 2 | 2 | 4 | 9 | 9 | |||
184 | Find out about the Swedish person 41 | Joe Wilkinson 9 | 1= | 1 | 1 | 5 | 8 | 8 | |||
185 | Find out about the Swedish person 41 | Jon Richardson 10 | 3= | 3 | 3 | 3 | 14 | 14 | |||
186 | Find out about the Swedish person 41 | Katherine Ryan 11 | 5 | 5 | 5 | 1 | 14 | 14 | |||
187 | Find out about the Swedish person 41 | Richard Osman 12 | 1= | 4 | 4 | 2 | 15 | 15 |
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) );