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 = 28
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
60 | Move the boulder as far as possible 28 | Frank Skinner 3 | 6.5 | miles ▲ 9 |
61 | Move the boulder as far as possible 28 | Josh Widdicombe 4 | 14.7 | miles ▲ 9 |
62 | Move the boulder as far as possible 28 | Roisin Conaty 5 | 0.17 | miles ▲ 9 |
63 | Move the boulder as far as possible 28 | Romesh Ranganathan 6 | 1.75 | miles ▲ 9 |
64 | Move the boulder as far as possible 28 | Tim Key 7 | 2.3 | miles ▲ 9 |
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) );