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 = 419
This data as json, CSV (advanced)
Suggested facets: base, points, rank, episode, series
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2011 | Draw your own face on a face shield 419 | David Baddiel 48 | 5 | 3 | 3 | 4= | 10 | 99 | |||
2012 | Draw your own face on a face shield 419 | Ed Gamble 49 | 4 | 4 | 4 | 2= | 20 | 138 | |||
2013 | Draw your own face on a face shield 419 | Jo Brand 50 | 3 | 3 | 3 | 4= | 15 | 130 | |||
2014 | Draw your own face on a face shield 419 | Katy Wix 51 | 2 | 5 | 5 | 1 | 15 | 132 | |||
2015 | Draw your own face on a face shield 419 | Rose Matafeo 52 | 1 | 4 | 4 | 2= | 17 | 130 |
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) );