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 = 241
This data as json, CSV (advanced)
Suggested facets: base, points, rank
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1135 | Predict how many words you can list for a category 241 | Alice Levine 33 | 5 | 5 | 5 | 1 | 15 | 91 | |||
1136 | Predict how many words you can list for a category 241 | Asim Chaudhry 34 | 3 | 4 | 4 | 2 | 17 | 94 | |||
1137 | Predict how many words you can list for a category 241 | Liza Tarbuck 35 | 4 | 1 | 1 | 5 | 20 | 123 | |||
1138 | Predict how many words you can list for a category 241 | Russell Howard 36 | 2 | 3 | 3 | 3= | 12 | 105 | |||
1139 | Predict how many words you can list for a category 241 | Tim Vine 37 | 1 | 3 | 3 | 3= | 23 | 110 |
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) );