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 = 407
This data as json, CSV (advanced)
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1951 | Push a watermelon up a slide using breadsticks 407 | David Baddiel 48 | 4= | 0 | 4 | 69 | |||||
1952 | Push a watermelon up a slide using breadsticks 407 | Ed Gamble 49 | 4= | 5 | 5 | 1 | 13 | 95 | |||
1953 | Push a watermelon up a slide using breadsticks 407 | Jo Brand 50 | 2= | 0 | 9 | 86 | |||||
1954 | Push a watermelon up a slide using breadsticks 407 | Katy Wix 51 | 2= | 1 | 1 | 5 | 85 | ||||
1955 | Push a watermelon up a slide using breadsticks 407 | Rose Matafeo 52 | 1 | 0 | 6 | 94 |
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) );