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 = 220
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
546 | Make something spin for the longest 220 | Alice Levine 33 | 2.2 |
time ▲ 35 |
547 | Make something spin for the longest 220 | Asim Chaudhry 34 | 05:59 |
time ▲ 35 |
548 | Make something spin for the longest 220 | Liza Tarbuck 35 | 01:24:00 |
time ▲ 35 |
549 | Make something spin for the longest 220 | Russell Howard 36 | 10 |
time ▲ 35 |
550 | Make something spin for the longest 220 | Tim Vine 37 | 03:47 |
time ▲ 35 |
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) );