measurements
- measurement
 - A value of "?" indicates that no conclusive measurement was given, with null used to signify a DNF/DQ. Note that times are stored internally as seconds but presented in D:HH:MM:SS format.
 
5 rows where task = 275
This data as json, CSV (advanced)
| id ▲ | task | contestant | measurement | objective | 
|---|---|---|---|---|
| 668 | Build a tower of cans within a hoop 275 | James Acaster 38 | 1 | cans ▲ 48 | 
| 669 | Build a tower of cans within a hoop 275 | Jessica Knappett 39 | 2 | cans ▲ 48 | 
| 670 | Build a tower of cans within a hoop 275 | Kerry Godliman 40 | 13 | cans ▲ 48 | 
| 671 | Build a tower of cans within a hoop 275 | Phil Wang 41 | 3 | cans ▲ 48 | 
| 672 | Build a tower of cans within a hoop 275 | Rhod Gilbert 42 | 11 | cans ▲ 48 | 
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE measurements ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), contestant INTEGER REFERENCES people(id), measurement REAL, objective INTEGER REFERENCES objectives(id) );