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 = 759
This data as json, CSV (advanced)
| id ▲ | task | contestant | measurement | objective | 
|---|---|---|---|---|
| 1865 | Make exactly 99 holes in the piece of paper 759 | Frankie Boyle 98 | 05:51  | 
                
                    time ▼ 2 | 
| 1866 | Make exactly 99 holes in the piece of paper 759 | Ivo Graham 99 | time ▼ 2 | |
| 1867 | Make exactly 99 holes in the piece of paper 759 | Jenny Eclair 100 | time ▼ 2 | |
| 1868 | Make exactly 99 holes in the piece of paper 759 | Kiell Smith-Bynoe 101 | 11:47  | 
                
                    time ▼ 2 | 
| 1869 | Make exactly 99 holes in the piece of paper 759 | Mae Martin 102 | time ▼ 2 | 
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) );