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 = 564
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2717 | Get the most balls in the net 564 | Alan Davies 68 | 2= | 0 | 0 | 6 | 72 | A+V | |||
2718 | Get the most balls in the net 564 | Desiree Burch 69 | 1= | 0 | 0 | 5 | 73 | DG+M | |||
2719 | Get the most balls in the net 564 | Guz Khan 70 | 1= | 0 | 0 | 8 | 70 | DG+M | |||
2720 | Get the most balls in the net 564 | Morgana Robinson 71 | 1= | 0 | 0 | 9 | 74 | DG+M | |||
2721 | Get the most balls in the net 564 | Victoria Coren Mitchell 72 | 2= | 0 | 0 | 7 | 61 | A+V |
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) );