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 = 757
This data as json, CSV (advanced)
Suggested facets: PO, episode, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3673 | Make these things the same colour 757 | Frankie Boyle 98 | 2= | 5 | 5 | 1= | 9 | 129 | F+I | ||
3674 | Make these things the same colour 757 | Ivo Graham 99 | 2= | 5 | 5 | 1= | 7 | 110 | F+I | ||
3675 | Make these things the same colour 757 | Jenny Eclair 100 | 1= | 5 | 5 | 1= | 9 | 131 | JK+M | ||
3676 | Make these things the same colour 757 | Kiell Smith-Bynoe 101 | 1= | 5 | 5 | 1= | 10 | 138 | JK+M | ||
3677 | Make these things the same colour 757 | Mae Martin 102 | 1= | 5 | 5 | 1= | 9 | 150 | JK+M |
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) );