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 = 54
This data as json, CSV (advanced)
Suggested facets: base, points, rank
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
248 | Throw rabbits into a hat 54 | Doc Brown 8 | 0 | 12 | 12 | 2= | 21 | 48 | |||
249 | Throw rabbits into a hat 54 | Joe Wilkinson 9 | 0 | 12 | 12 | 2= | 25 | 46 | |||
250 | Throw rabbits into a hat 54 | Jon Richardson 10 | 0 | 4 | 4 | 5 | 17 | 60 | |||
251 | Throw rabbits into a hat 54 | Katherine Ryan 11 | 0 | 15 | 15 | 1 | 30 | 66 | |||
252 | Throw rabbits into a hat 54 | Richard Osman 12 | 0 | 7 | 7 | 4 | 27 | 62 |
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) );