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 = 150
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
403 | Get some fruit into the bowl 150 | Aisling Bea 23 | time ▼ 2 | |
404 | Get some fruit into the bowl 150 | Bob Mortimer 24 | 20 |
time ▼ 2 |
405 | Get some fruit into the bowl 150 | Mark Watson 25 | 12 |
time ▼ 2 |
406 | Get some fruit into the bowl 150 | Nish Kumar 26 | 01:09 |
time ▼ 2 |
407 | Get some fruit into the bowl 150 | Sally Phillips 27 | 03:40 |
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) );