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 = 473
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank, episode, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2272 | Do not blink while staring at your opponent with a selected expression 473 | Daisy May Cooper 53 | 2= | 2 | 2 | 2= | 7 | 123 | D+K | ||
2273 | Do not blink while staring at your opponent with a selected expression 473 | Johnny Vegas 54 | 3 | 4 | 4 | 1= | 12 | 121 | JM+R | ||
2274 | Do not blink while staring at your opponent with a selected expression 473 | Katherine Parkinson 55 | 1= | 2 | 2 | 2= | 12 | 102 | D+K | ||
2275 | Do not blink while staring at your opponent with a selected expression 473 | Mawaan Rizwan 56 | 2= | 4 | 4 | 1= | 10 | 116 | JM+R | ||
2276 | Do not blink while staring at your opponent with a selected expression 473 | Richard Herring 57 | 1= | 4 | 4 | 1= | 18 | 124 | JM+R |
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) );