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 = 760
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3688 | Estimate the heights of things 760 | Frankie Boyle 98 | 0 | 2 | 2 | 4 | 20 | 140 | |||
3689 | Estimate the heights of things 760 | Ivo Graham 99 | 0 | 4 | 4 | 2 | 16 | 119 | |||
3690 | Estimate the heights of things 760 | Jenny Eclair 100 | 0 | 1 | 1 | 5 | 12 | 134 | |||
3691 | Estimate the heights of things 760 | Kiell Smith-Bynoe 101 | 0 | 5 | 5 | 1 | 21 | 149 | |||
3692 | Estimate the heights of things 760 | Mae Martin 102 | 0 | 3 | 3 | 3 | 15 | 156 |
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) );