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 = 47
This data as json, CSV (advanced)
Suggested facets: PO, points, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
213 | Order a pizza without using certain words 47 | Doc Brown 8 | 1= | 2 | 1 | 3 | 4 | 18 | 27 | ||
214 | Order a pizza without using certain words 47 | Joe Wilkinson 9 | 1= | 4 | 1 | 5 | 2 | 13 | 21 | ||
215 | Order a pizza without using certain words 47 | Jon Richardson 10 | 3= | 5 | 5 | 1 | 20 | 38 | |||
216 | Order a pizza without using certain words 47 | Katherine Ryan 11 | 3= | 3 | 1 | 4 | 3 | 15 | 32 | ||
217 | Order a pizza without using certain words 47 | Richard Osman 12 | 3= | 1 | 1 | 5 | 15 | 35 |
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) );