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 = 326
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
777 | Sneak up on Alex 326 | Iain Stirling 43 | meters ▼ 85 | |
778 | Sneak up on Alex 326 | Joe Thomas 44 | 1 | meters ▼ 85 |
779 | Sneak up on Alex 326 | Lou Sanders 45 | meters ▼ 85 | |
780 | Sneak up on Alex 326 | Paul Sinha 46 | 193 | meters ▼ 85 |
781 | Sneak up on Alex 326 | Sian Gibson 47 | 181 | meters ▼ 85 |
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) );