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 = 748
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank, episode, series, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3628 | Free yourselves and have a team hug 748 | Frankie Boyle 98 | 2= | 2 | 2 | 2= | 11 | 98 | F+I | ||
3629 | Free yourselves and have a team hug 748 | Ivo Graham 99 | 2= | 2 | 2 | 2= | 11 | 88 | F+I | ||
3630 | Free yourselves and have a team hug 748 | Jenny Eclair 100 | 1= | 5 | 5 | 1= | 8 | 103 | JK+M | ||
3631 | Free yourselves and have a team hug 748 | Kiell Smith-Bynoe 101 | 1= | 5 | 5 | 1= | 10 | 98 | JK+M | ||
3632 | Free yourselves and have a team hug 748 | Mae Martin 102 | 1= | 5 | 5 | 1= | 6 | 114 | 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) );