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 = 86
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
408 | Create an impressive special effect 86 | Al Murray 13 | 1= | 3 | 3 | 1= | 14 | 62 | AD+P | ||
409 | Create an impressive special effect 86 | Dave Gorman 14 | 1= | 3 | 3 | 1= | 13 | 64 | AD+P | ||
410 | Create an impressive special effect 86 | Paul Chowdhry 15 | 1= | 3 | 3 | 1= | 10 | 53 | AD+P | ||
411 | Create an impressive special effect 86 | Rob Beckett 16 | 2= | 2 | 2 | 2= | 10 | 65 | R+S | ||
412 | Create an impressive special effect 86 | Sara Pascoe 17 | 2= | 2 | 2 | 2= | 11 | 60 | R+S |
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) );