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 contestant = 73
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2859 | The most beguiling, unwieldy, shiny thing 593 | Adrian Chiles 73 | 1 | 3 | 3 | 3 | 3 | 3 | |||
2864 | Daringly put the egg in the eggcup 594 | Adrian Chiles 73 | 5 | 5 | 5 | 1 | 8 | 8 | |||
2869 | Drink all the vinegar 595 | Adrian Chiles 73 | 4= | 5 | 5 | 1 | 13 | 13 | |||
2874 | Navigate the course with the pole 596 | Adrian Chiles 73 | 1= | 5 | 5 | 1 | 18 | 18 | |||
2879 | Turn a ball into a competitor's head 597 | Adrian Chiles 73 | 1 | 4 | 4 | 2 | 22 | 22 |
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) );