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 = 759
This data as json, CSV (advanced)
Suggested facets: PO, points, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3683 | Make exactly 99 holes in the piece of paper 759 | Frankie Boyle 98 | 4= | 5 | 5 | 1 | 18 | 138 | |||
3684 | Make exactly 99 holes in the piece of paper 759 | Ivo Graham 99 | 4= | 0 | 12 | 115 | |||||
3685 | Make exactly 99 holes in the piece of paper 759 | Jenny Eclair 100 | 2= | 0 | 11 | 133 | |||||
3686 | Make exactly 99 holes in the piece of paper 759 | Kiell Smith-Bynoe 101 | 2= | 4 | 4 | 2 | 16 | 144 | |||
3687 | Make exactly 99 holes in the piece of paper 759 | Mae Martin 102 | 1 | 0 | 12 | 153 |
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) );