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 = 378
This data as json, CSV (advanced)
Suggested facets: episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1806 | Hook a duck while wearing inversion goggles 378 | Iain Stirling 43 | 0 | 0 | 0 | 18 | 156 | ||||
1807 | Hook a duck while wearing inversion goggles 378 | Joe Thomas 44 | 0 | 0 | 0 | 12 | 150 | ||||
1808 | Hook a duck while wearing inversion goggles 378 | Lou Sanders 45 | 0 | 0 | 0 | 12 | 164 | ||||
1809 | Hook a duck while wearing inversion goggles 378 | Paul Sinha 46 | 0 | 0 | 0 | 11 | 136 | ||||
1810 | Hook a duck while wearing inversion goggles 378 | Sian Gibson 47 | 0 | 0 | 0 | 13 | 143 |
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) );