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 = 26
This data as json, CSV (advanced)
Suggested facets: episode
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
108 | Memorise an Australian Rules Football team 26 | Frank Skinner 3 | 1 | 1 | 1 | 1= | 14 | 57 | |||
109 | Memorise an Australian Rules Football team 26 | Josh Widdicombe 4 | 2 | 1 | 1 | 1= | 16 | 67 | |||
110 | Memorise an Australian Rules Football team 26 | Roisin Conaty 5 | 3 | 1 | 1 | 1= | 9 | 46 | |||
111 | Memorise an Australian Rules Football team 26 | Romesh Ranganathan 6 | 4 | 1 | 1 | 1= | 10 | 65 | |||
112 | Memorise an Australian Rules Football team 26 | Tim Key 7 | 5 | 1 | 1 | 1= | 9 | 60 |
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) );