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 = 796
This data as json, CSV (advanced)
Suggested facets: team, location
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3859 | Recreate the garage scene in the lab 796 | Julian Clary 103 | 1= | 3 | 3 | 1= | 6 | 92 | JL+S | lab | |
3860 | Recreate the garage scene in the lab 796 | Lucy Beaumont 104 | 1= | 3 | 3 | 1= | 12 | 77 | JL+S | garage | |
3861 | Recreate the garage scene in the lab 796 | Sam Campbell 105 | 1= | 3 | 3 | 1= | 10 | 98 | JL+S | lab | |
3862 | Recreate the garage scene in the lab 796 | Sue Perkins 106 | 1= | 3 | 3 | 1= | 9 | 81 | S+S | garage | |
3863 | Recreate the garage scene in the lab 796 | Susan Wokoma 107 | 1= | 3 | 3 | 1= | 8 | 71 | S+S | lab |
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) );