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
- 〃
6 rows where team = 5
This data as json, CSV (advanced)
Suggested facets: task, contestant, PO, base, points, rank
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
346 | Release Alex 73 | Rob Beckett 16 | 1= | 5 | 5 | 1= | 14 | 29 | R+S | ||
347 | Release Alex 73 | Sara Pascoe 17 | 1= | 5 | 5 | 1= | 8 | 24 | R+S | ||
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 | ||
432 | Play charades across a river 91 | Rob Beckett 16 | 1= | 0 | 0 | 7 | 77 | R+S | |||
433 | Play charades across a river 91 | Sara Pascoe 17 | 1= | 0 | 0 | 4 | 67 | 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) );