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.
4 rows where contestant = 30
This data as json, CSV (advanced)
Suggested facets: objective
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
496 | Throw an exercise ball into a bath or put the coconuts in a trolley 196 | Katherine Ryan 30 | 05:34 |
time ▼ 2 |
501 | The second longest T-word 199 | Katherine Ryan 30 | 1 | descended steps ▲ 57 |
506 | Find out what’s in the briefcase 202 | Katherine Ryan 30 | 14:03 |
time ▼ 2 |
511 | Record the most steps on your pedometers 205 | Katherine Ryan 30 | 1263 | steps ▲ 58 |
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) );