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 = 249
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1175 | Put something surprising inside a chocolate egg 249 | Alice Levine 33 | 1 | 5 | 5 | 1 | 6 | 111 | |||
1176 | Put something surprising inside a chocolate egg 249 | Asim Chaudhry 34 | 2= | 3 | 3 | 3= | 8 | 117 | |||
1177 | Put something surprising inside a chocolate egg 249 | Liza Tarbuck 35 | 5 | 3 | 3 | 3= | 6 | 146 | |||
1178 | Put something surprising inside a chocolate egg 249 | Russell Howard 36 | 4 | 3 | 3 | 3= | 5 | 131 | |||
1179 | Put something surprising inside a chocolate egg 249 | Tim Vine 37 | 2= | 4 | 4 | 2 | 8 | 138 |
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) );