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 = 59
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
273 | Construct something for the Taskmaster 59 | Doc Brown 8 | 1= | 4 | 4 | 1= | 13 | 61 | DJ+K | ||
274 | Construct something for the Taskmaster 59 | Joe Wilkinson 9 | 1= | 4 | 4 | 1= | 12 | 58 | DJ+K | ||
275 | Construct something for the Taskmaster 59 | Jon Richardson 10 | 2= | 1 | 1 | 2= | 17 | 77 | J+R | ||
276 | Construct something for the Taskmaster 59 | Katherine Ryan 11 | 1= | 4 | 4 | 1= | 15 | 81 | DJ+K | ||
277 | Construct something for the Taskmaster 59 | Richard Osman 12 | 2= | 1 | 1 | 2= | 5 | 67 | J+R |
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) );