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 = 60
This data as json, CSV (advanced)
Suggested facets: base, points
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
278 | Build the tallest tower using potato products 60 | Doc Brown 8 | 0 | 5 | 5 | 1 | 18 | 66 | |||
279 | Build the tallest tower using potato products 60 | Joe Wilkinson 9 | 0 | 0 | 0 | 12 | 58 | ||||
280 | Build the tallest tower using potato products 60 | Jon Richardson 10 | 0 | 0 | 0 | 17 | 77 | ||||
281 | Build the tallest tower using potato products 60 | Katherine Ryan 11 | 0 | 0 | 0 | 15 | 81 | ||||
282 | Build the tallest tower using potato products 60 | Richard Osman 12 | 0 | 0 | 0 | 5 | 67 |
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) );