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 = 721
This data as json, CSV (advanced)
Suggested facets: base, points, rank, episode, series
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3493 | The object which makes you feel weirdest when you look at it 721 | Frankie Boyle 98 | 5 | 4 | 4 | 2 | 4 | 16 | |||
3494 | The object which makes you feel weirdest when you look at it 721 | Ivo Graham 99 | 3 | 3 | 3 | 3 | 3 | 12 | |||
3495 | The object which makes you feel weirdest when you look at it 721 | Jenny Eclair 100 | 4 | 1 | 1 | 4= | 1 | 17 | |||
3496 | The object which makes you feel weirdest when you look at it 721 | Kiell Smith-Bynoe 101 | 1 | 5 | 5 | 1 | 5 | 20 | |||
3497 | The object which makes you feel weirdest when you look at it 721 | Mae Martin 102 | 2 | 1 | 1 | 4= | 1 | 20 |
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) );