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 = 673
This data as json, CSV (advanced)
Suggested facets: base, points, rank, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3253 | Play your sounds right 673 | Dara Ó Briain 88 | 0 | 3 | 3 | 3= | 17 | 64 | |||
3254 | Play your sounds right 673 | Fern Brady 89 | 0 | 3 | 3 | 3= | 14 | 45 | |||
3255 | Play your sounds right 673 | John Kearns 90 | 0 | 4 | 4 | 2 | 20 | 41 | |||
3256 | Play your sounds right 673 | Munya Chawawa 91 | 0 | 3 | 3 | 3= | 11 | 46 | |||
3257 | Play your sounds right 673 | Sarah Millican 92 | 0 | 5 | 5 | 1 | 17 | 51 |
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) );