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 = 135
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
365 | Hide from Alex 135 | Hugh Dennis 18 | 01:09 |
time ▲ 35 |
366 | Hide from Alex 135 | Joe Lycett 19 | 01:09 |
time ▲ 35 |
367 | Hide from Alex 135 | Lolly Adefope 20 | 23:00 |
time ▲ 35 |
368 | Hide from Alex 135 | Mel Giedroyc 21 | 02:34 |
time ▲ 35 |
369 | Hide from Alex 135 | Noel Fielding 22 | 16 |
time ▲ 35 |
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) );