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 = 540
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1257 | Direct a teammate into the red circle 540 | Charlotte Ritchie 63 | 21:18 |
time ▼ 2 |
1258 | Direct a teammate into the red circle 540 | Jamali Maddix 64 | 21:18 |
time ▼ 2 |
1259 | Direct a teammate into the red circle 540 | Lee Mack 65 | 04:10 |
time ▼ 2 |
1260 | Direct a teammate into the red circle 540 | Mike Wozniak 66 | 04:10 |
time ▼ 2 |
1261 | Direct a teammate into the red circle 540 | Sarah Kendall 67 | 21:18 |
time ▼ 2 |
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) );