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 = 800
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3879 | Play with these switches / Balance the most golf tees 800 | Julian Clary 103 | 3= | 0 | 3 | 98 | |||||
3880 | Play with these switches / Balance the most golf tees 800 | Lucy Beaumont 104 | 3= | 5 | 5 | 1 | 7 | 92 | |||
3881 | Play with these switches / Balance the most golf tees 800 | Sam Campbell 105 | 1= | 0 | 2 | 108 | |||||
3882 | Play with these switches / Balance the most golf tees 800 | Sue Perkins 106 | 3= | 0 | 5 | 94 | |||||
3883 | Play with these switches / Balance the most golf tees 800 | Susan Wokoma 107 | 1= | 0 | 4 | 84 |
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) );