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 = 362
This data as json, CSV (advanced)
Suggested facets: PO, base, points, episode, team
id ▲ | task | contestant | PO | base | ± | points | rank | episode | series | team | location |
---|---|---|---|---|---|---|---|---|---|---|---|
1726 | Answer the questions, pull the strings; do not release the green egg 362 | Iain Stirling 43 | 1= | 0 | 0 | 10 | 101 | IL+P | |||
1727 | Answer the questions, pull the strings; do not release the green egg 362 | Joe Thomas 44 | 2= | 5 | 5 | 1= | 24 | 115 | J+S | ||
1728 | Answer the questions, pull the strings; do not release the green egg 362 | Lou Sanders 45 | 1= | 0 | 0 | 13 | 120 | IL+P | |||
1729 | Answer the questions, pull the strings; do not release the green egg 362 | Paul Sinha 46 | 1= | 0 | 0 | 13 | 87 | IL+P | |||
1730 | Answer the questions, pull the strings; do not release the green egg 362 | Sian Gibson 47 | 2= | 5 | 5 | 1= | 11 | 106 | J+S |
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) );