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 = 597
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2879 | Turn a ball into a competitor's head 597 | Adrian Chiles 73 | 1 | 4 | 4 | 2 | 22 | 22 | |||
2880 | Turn a ball into a competitor's head 597 | Claudia Winkleman 74 | 2 | 2 | 2 | 4 | 6 | 6 | |||
2881 | Turn a ball into a competitor's head 597 | Jonnie Peacock 75 | 3 | 3 | 3 | 3 | 15 | 15 | |||
2882 | Turn a ball into a competitor's head 597 | Lady Leshurr 76 | 4 | 1 | 1 | 5 | 12 | 12 | |||
2883 | Turn a ball into a competitor's head 597 | Sayeeda Warsi 77 | 5 | 5 | 5 | 1 | 13 | 13 |
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) );