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 = 446
This data as json, CSV (advanced)
Suggested facets: base, points, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
2140 | Draw an object on a rotating canvas 446 | Daisy May Cooper 53 | 0 | 6 | 6 | 1= | 19 | 48 | D+R | ||
2141 | Draw an object on a rotating canvas 446 | Johnny Vegas 54 | 0 | 0 | 0 | 17 | 42 | JK+M | |||
2142 | Draw an object on a rotating canvas 446 | Katherine Parkinson 55 | 0 | 0 | 0 | 7 | 32 | JK+M | |||
2143 | Draw an object on a rotating canvas 446 | Mawaan Rizwan 56 | 0 | 0 | 0 | 14 | 38 | JK+M | |||
2144 | Draw an object on a rotating canvas 446 | Richard Herring 57 | 0 | 6 | 6 | 1= | 15 | 46 | D+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) );