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 = 87
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
236 | Cover yourself in sticky notes 87 | Al Murray 13 | 31 | sticky notes ▲ 31 |
237 | Cover yourself in sticky notes 87 | Dave Gorman 14 | 40 | sticky notes ▲ 31 |
238 | Cover yourself in sticky notes 87 | Paul Chowdhry 15 | 29 | sticky notes ▲ 31 |
239 | Cover yourself in sticky notes 87 | Rob Beckett 16 | 45 | sticky notes ▲ 31 |
240 | Cover yourself in sticky notes 87 | Sara Pascoe 17 | 33 | sticky notes ▲ 31 |
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) );