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 = 152
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
408 | Make a coconut-flinging machine 152 | Aisling Bea 23 | 4.4 | meters ▲ 4 |
409 | Make a coconut-flinging machine 152 | Bob Mortimer 24 | 16.2 | meters ▲ 4 |
410 | Make a coconut-flinging machine 152 | Mark Watson 25 | 18.9 | meters ▲ 4 |
411 | Make a coconut-flinging machine 152 | Nish Kumar 26 | 5.3 | meters ▲ 4 |
412 | Make a coconut-flinging machine 152 | Sally Phillips 27 | 5.5 | meters ▲ 4 |
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) );