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 = 686
This data as json, CSV (advanced)
Suggested facets: points
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3318 | Reach the end of two lanes in the same amount of time 686 | Dara Ó Briain 88 | 2 | 2 | 2 | 4 | 5 | 107 | |||
3319 | Reach the end of two lanes in the same amount of time 686 | Fern Brady 89 | 5 | 1 | 1 | 5 | 4 | 83 | |||
3320 | Reach the end of two lanes in the same amount of time 686 | John Kearns 90 | 3 | 4 | 1 | 5 | 2 | 12 | 88 | ||
3321 | Reach the end of two lanes in the same amount of time 686 | Munya Chawawa 91 | 4 | 3 | 1 | 4 | 3 | 11 | 86 | ||
3322 | Reach the end of two lanes in the same amount of time 686 | Sarah Millican 92 | 1 | 5 | 5 | 1 | 15 | 105 |
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) );