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 = 271
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
663 | Write a ten word story while running 271 | James Acaster 38 | 20 |
time ▼ 2 |
664 | Write a ten word story while running 271 | Jessica Knappett 39 | 24 |
time ▼ 2 |
665 | Write a ten word story while running 271 | Kerry Godliman 40 | 44 |
time ▼ 2 |
666 | Write a ten word story while running 271 | Phil Wang 41 | 02:16 |
time ▼ 2 |
667 | Write a ten word story while running 271 | Rhod Gilbert 42 | 10:12 |
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) );