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 = 811
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
2018 | Obey all of the traffic signals 811 | Julian Clary 103 | time ▼ 2 | |
2019 | Obey all of the traffic signals 811 | Lucy Beaumont 104 | 24:30 |
time ▼ 2 |
2020 | Obey all of the traffic signals 811 | Sam Campbell 105 | 26:22 |
time ▼ 2 |
2021 | Obey all of the traffic signals 811 | Sue Perkins 106 | 11:43 |
time ▼ 2 |
2022 | Obey all of the traffic signals 811 | Susan Wokoma 107 | 13:50 |
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) );