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 = 70 and points = 1
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2609 | The nicest thing to sit on 542 | Guz Khan 70 | 3 | 1 | 1 | 5 | 1 | 1 | |||
2644 | Work out the contents of the bags 549 | Guz Khan 70 | 1= | 1 | 1 | 5 | 11 | 25 | |||
2669 | Make a sand bridge across the river 554 | Guz Khan 70 | 3= | 1 | 1 | 5 | 7 | 41 | |||
2704 | Get the most forks in your bucket 561 | Guz Khan 70 | 0 | 1 | 1 | 5 | 14 | 62 | |||
2759 | The most ridiculous thin thing 572 | Guz Khan 70 | 3 | 1 | 1 | 5 | 1 | 103 |
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) );