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 = 210
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
524 | Sort the objects by size using your feet 210 | Alice Levine 33 | sorted objects ▲ 60 | |
525 | Sort the objects by size using your feet 210 | Asim Chaudhry 34 | 2 | sorted objects ▲ 60 |
526 | Sort the objects by size using your feet 210 | Liza Tarbuck 35 | 3 | sorted objects ▲ 60 |
527 | Sort the objects by size using your feet 210 | Russell Howard 36 | 2 | sorted objects ▲ 60 |
528 | Sort the objects by size using your feet 210 | Tim Vine 37 | sorted objects ▲ 60 |
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) );