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 = 233
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
1095 | Identify the link and do it 100 times 233 | Alice Levine 33 | 1= | 3 | 3 | 2= | 14 | 74 | A+R | ||
1096 | Identify the link and do it 100 times 233 | Asim Chaudhry 34 | 2= | 5 | 5 | 1= | 15 | 73 | AL+T | ||
1097 | Identify the link and do it 100 times 233 | Liza Tarbuck 35 | 2= | 5 | 5 | 1= | 16 | 94 | AL+T | ||
1098 | Identify the link and do it 100 times 233 | Russell Howard 36 | 1= | 3 | 3 | 2= | 14 | 86 | A+R | ||
1099 | Identify the link and do it 100 times 233 | Tim Vine 37 | 2= | 5 | 5 | 1= | 17 | 78 | AL+T |
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) );