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 = 729
This data as json, CSV (advanced)
Suggested facets: PO, base, points, rank, episode, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
3533 | Perform a slow-motion fight scene 729 | Frankie Boyle 98 | 2= | 5 | 5 | 1= | 13 | 41 | F+I | ||
3534 | Perform a slow-motion fight scene 729 | Ivo Graham 99 | 2= | 5 | 5 | 1= | 16 | 42 | F+I | ||
3535 | Perform a slow-motion fight scene 729 | Jenny Eclair 100 | 1= | 4 | 4 | 2= | 16 | 47 | JK+M | ||
3536 | Perform a slow-motion fight scene 729 | Kiell Smith-Bynoe 101 | 1= | 4 | 4 | 2= | 8 | 37 | JK+M | ||
3537 | Perform a slow-motion fight scene 729 | Mae Martin 102 | 1= | 4 | 4 | 2= | 11 | 46 | JK+M |
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) );