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 = 95
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3445 | The most surprising thing you own 711 | Greg James 95 | 3 | 1 | 1 | 5 | 1 | 1 | |||
3450 | Count all the dots 712 | Greg James 95 | 5 | 5 | 5 | 1 | 6 | 6 | |||
3455 | Recreate the picture from a massage chair 713 | Greg James 95 | 5 | 4 | 4 | 1= | 10 | 10 | |||
3460 | Collect carp pellets in a fish bowl 714 | Greg James 95 | 1= | 3 | 3 | 3 | 13 | 13 | |||
3465 | Obey Greg's instructions 715 | Greg James 95 | 0 | 1 | 1 | 5 | 14 | 14 |
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) );