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 = 667
This data as json, CSV (advanced)
Suggested facets: PO
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3223 | Sort the ducks and the socks 667 | Dara Ó Briain 88 | 5 | 5 | 2 | 7 | 1 | 27 | 44 | ||
3224 | Sort the ducks and the socks 667 | Fern Brady 89 | 1= | 2 | 2 | 4 | 11 | 28 | |||
3225 | Sort the ducks and the socks 667 | John Kearns 90 | 1= | 1 | 1 | 5 | 7 | 18 | |||
3226 | Sort the ducks and the socks 667 | Munya Chawawa 91 | 3= | 4 | 4 | 2 | 19 | 33 | |||
3227 | Sort the ducks and the socks 667 | Sarah Millican 92 | 3= | 3 | 3 | 3 | 14 | 32 |
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) );