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 = 76
This data as json, CSV (advanced)
Suggested facets: task
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1462 | Drink all the vinegar 595 | Lady Leshurr 76 | time ▼ 2 | |
1470 | Navigate the course with the pole 596 | Lady Leshurr 76 | 15 | penalties ▼ 36 |
1471 | Navigate the course with the pole 596 | Lady Leshurr 76 | 210 | 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) );