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 = 154
This data as json, CSV (advanced)
Suggested facets: PO, points, episode, series
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
724 | Slice bread using something from the caravan 154 | Aisling Bea 23 | 1 | 0 | 10 | 23 | |||||
725 | Slice bread using something from the caravan 154 | Bob Mortimer 24 | 4= | 0 | 10 | 28 | |||||
726 | Slice bread using something from the caravan 154 | Mark Watson 25 | 2= | 4 | 4 | 2 | 11 | 28 | |||
727 | Slice bread using something from the caravan 154 | Nish Kumar 26 | 2= | 5 | 5 | 1 | 11 | 24 | |||
728 | Slice bread using something from the caravan 154 | Sally Phillips 27 | 4= | 0 | 13 | 27 |
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) );