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 = 262
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1237 | Blow out a candle from a distance 262 | Alice Levine 33 | 4= | 3 | 3 | 3 | 9 | 145 | |||
1238 | Blow out a candle from a distance 262 | Asim Chaudhry 34 | 2= | 5 | 5 | 1 | 13 | 150 | |||
1239 | Blow out a candle from a distance 262 | Liza Tarbuck 35 | 2= | 0 | 0 | 5 | 176 | ||||
1240 | Blow out a candle from a distance 262 | Russell Howard 36 | 1 | 2 | 2 | 4 | 11 | 169 | |||
1241 | Blow out a candle from a distance 262 | Tim Vine 37 | 4= | 4 | 4 | 2 | 7 | 169 |
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) );