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 = 359
This data as json, CSV (advanced)
Suggested facets: PO, points, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1711 | Find the apples 359 | Iain Stirling 43 | 1= | 0 | 3 | 94 | |||||
1712 | Find the apples 359 | Joe Thomas 44 | 1= | 5 | 5 | 1 | 9 | 100 | |||
1713 | Find the apples 359 | Lou Sanders 45 | 3= | 4 | 4 | 2 | 9 | 116 | |||
1714 | Find the apples 359 | Paul Sinha 46 | 3= | 3 | 3 | 3 | 7 | 81 | |||
1715 | Find the apples 359 | Sian Gibson 47 | 5 | 0 | 2 | 97 |
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) );