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 = 797
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3864 | Present a powerful piece called "Heads, Shoulders, Knees and Toes" 797 | Julian Clary 103 | 2= | 2 | 2 | 5 | 8 | 94 | |||
3865 | Present a powerful piece called "Heads, Shoulders, Knees and Toes" 797 | Lucy Beaumont 104 | 5 | 5 | 5 | 1= | 17 | 82 | |||
3866 | Present a powerful piece called "Heads, Shoulders, Knees and Toes" 797 | Sam Campbell 105 | 1 | 5 | 5 | 1= | 15 | 103 | |||
3867 | Present a powerful piece called "Heads, Shoulders, Knees and Toes" 797 | Sue Perkins 106 | 4 | 4 | 4 | 3= | 13 | 85 | |||
3868 | Present a powerful piece called "Heads, Shoulders, Knees and Toes" 797 | Susan Wokoma 107 | 2= | 4 | 4 | 3= | 12 | 75 |
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) );