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 = 91
This data as json, CSV (advanced)
Suggested facets: PO, base, points, series, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
429 | Play charades across a river 91 | Al Murray 13 | 2= | 5 | 5 | 1= | 14 | 78 | AD+P | ||
430 | Play charades across a river 91 | Dave Gorman 14 | 2= | 5 | 5 | 1= | 10 | 78 | AD+P | ||
431 | Play charades across a river 91 | Paul Chowdhry 15 | 2= | 5 | 5 | 1= | 9 | 63 | AD+P | ||
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) );