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 = 343
This data as json, CSV (advanced)
Suggested facets: points, episode, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1633 | Get the most weight into a hammock 343 | Iain Stirling 43 | 1= | 0 | 10 | 60 | IL+P | ||||
1634 | Get the most weight into a hammock 343 | Joe Thomas 44 | 2= | 3 | 3 | 1= | 15 | 57 | J+S | ||
1635 | Get the most weight into a hammock 343 | Lou Sanders 45 | 1= | 0 | 10 | 70 | IL+P | ||||
1636 | Get the most weight into a hammock 343 | Paul Sinha 46 | 1= | 0 | 7 | 47 | IL+P | ||||
1637 | Get the most weight into a hammock 343 | Sian Gibson 47 | 2= | 3 | 3 | 1= | 15 | 63 | J+S |
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) );