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 = 300
This data as json, CSV (advanced)
Suggested facets: base, points, rank, episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1421 | The most exciting thing beginning with 'G' 300 | James Acaster 38 | 5 | 2 | 2 | 1= | 2 | 103 | |||
1422 | The most exciting thing beginning with 'G' 300 | Jessica Knappett 39 | 3 | 1 | 1 | 3= | 1 | 110 | |||
1423 | The most exciting thing beginning with 'G' 300 | Kerry Godliman 40 | 2 | 1 | 1 | 3= | 1 | 111 | |||
1424 | The most exciting thing beginning with 'G' 300 | Phil Wang 41 | 1 | 1 | 1 | 3= | 1 | 86 | |||
1425 | The most exciting thing beginning with 'G' 300 | Rhod Gilbert 42 | 4 | 2 | 2 | 1= | 2 | 105 |
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) );