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 = 551
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1307 | Put on the medallion 551 | Alan Davies 68 | time ▼ 2 | |
1308 | Put on the medallion 551 | Desiree Burch 69 | time ▼ 2 | |
1309 | Put on the medallion 551 | Guz Khan 70 | 01:35 |
time ▼ 2 |
1310 | Put on the medallion 551 | Morgana Robinson 71 | 07:30 |
time ▼ 2 |
1311 | Put on the medallion 551 | Victoria Coren Mitchell 72 | 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) );