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 = 40
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
110 | Get the potato into the hole 40 | Doc Brown 8 | 06:59 |
time ▼ 2 |
111 | Get the potato into the hole 40 | Joe Wilkinson 9 | 14.3 |
time ▼ 2 |
112 | Get the potato into the hole 40 | Jon Richardson 10 | 01:09 |
time ▼ 2 |
113 | Get the potato into the hole 40 | Katherine Ryan 11 | 06:28 |
time ▼ 2 |
114 | Get the potato into the hole 40 | Richard Osman 12 | 02:13 |
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) );