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.
3 rows where contestant = 73
This data as json, CSV (advanced)
Suggested facets: task
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1459 | Drink all the vinegar 595 | Adrian Chiles 73 | 09:05 |
time ▼ 2 |
1464 | Navigate the course with the pole 596 | Adrian Chiles 73 | 4 | penalties ▼ 36 |
1465 | Navigate the course with the pole 596 | Adrian Chiles 73 | 262 | centimeters ▲ 10 |
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) );