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 = 77
This data as json, CSV (advanced)
Suggested facets: task
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1463 | Drink all the vinegar 595 | Sayeeda Warsi 77 | time ▼ 2 | |
1472 | Navigate the course with the pole 596 | Sayeeda Warsi 77 | 3 | penalties ▼ 36 |
1473 | Navigate the course with the pole 596 | Sayeeda Warsi 77 | 207 | 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) );