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 = 286
This data as json, CSV (advanced)
Suggested facets: base, points, rank, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1354 | Get dressed while wearing handcuffs 286 | James Acaster 38 | 0 | 5 | 5 | 1 | 17 | 62 | |||
1355 | Get dressed while wearing handcuffs 286 | Jessica Knappett 39 | 0 | 4 | 4 | 2= | 16 | 68 | |||
1356 | Get dressed while wearing handcuffs 286 | Kerry Godliman 40 | 0 | 4 | 4 | 2= | 16 | 76 | |||
1357 | Get dressed while wearing handcuffs 286 | Phil Wang 41 | 0 | 1 | 1 | 5 | 12 | 59 | |||
1358 | Get dressed while wearing handcuffs 286 | Rhod Gilbert 42 | 0 | 4 | 4 | 2= | 17 | 67 |
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) );