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 = 357
This data as json, CSV (advanced)
Suggested facets: base, points, series
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1701 | Roll a toilet roll, and retrieve your shoe 357 | Iain Stirling 43 | 3 | 0 | 0 | 10 | 91 | ||||
1702 | Roll a toilet roll, and retrieve your shoe 357 | Joe Thomas 44 | 2 | 0 | 14 | 91 | |||||
1703 | Roll a toilet roll, and retrieve your shoe 357 | Lou Sanders 45 | 5 | 5 | 5 | 1 | 12 | 107 | |||
1704 | Roll a toilet roll, and retrieve your shoe 357 | Paul Sinha 46 | 4 | 0 | 9 | 74 | |||||
1705 | Roll a toilet roll, and retrieve your shoe 357 | Sian Gibson 47 | 1 | 0 | 0 | 15 | 95 |
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) );