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 = 585
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1434 | Find the soldier with hindsight 585 | Alan Davies 68 | 19:20 |
time ▼ 2 |
1435 | Find the soldier with hindsight 585 | Desiree Burch 69 | 08:30 |
time ▼ 2 |
1436 | Find the soldier with hindsight 585 | Guz Khan 70 | 12:54 |
time ▼ 2 |
1437 | Find the soldier with hindsight 585 | Morgana Robinson 71 | 01:39 |
time ▼ 2 |
1438 | Find the soldier with hindsight 585 | Victoria Coren Mitchell 72 | 13:30 |
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) );