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 = 100
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
266 | Keep the basketball on the treadmill 100 | Hugh Dennis 18 | 120:00:00:00 |
time ▲ 35 |
267 | Keep the basketball on the treadmill 100 | Joe Lycett 19 | 3.8 |
time ▲ 35 |
268 | Keep the basketball on the treadmill 100 | Lolly Adefope 20 | 15.8 |
time ▲ 35 |
269 | Keep the basketball on the treadmill 100 | Mel Giedroyc 21 | 9 |
time ▲ 35 |
270 | Keep the basketball on the treadmill 100 | Noel Fielding 22 | 3.75 |
time ▲ 35 |
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) );