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 = 230
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1080 | The sturdiest thing 230 | Alice Levine 33 | 4 | 4 | 4 | 2 | 4 | 64 | |||
1081 | The sturdiest thing 230 | Asim Chaudhry 34 | 2 | 1 | 1 | 5 | 1 | 59 | |||
1082 | The sturdiest thing 230 | Liza Tarbuck 35 | 3 | 5 | 5 | 1 | 5 | 83 | |||
1083 | The sturdiest thing 230 | Russell Howard 36 | 5 | 3 | 3 | 3 | 3 | 75 | |||
1084 | The sturdiest thing 230 | Tim Vine 37 | 1 | 2 | 2 | 4 | 2 | 63 |
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) );