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 = 143
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
383 | Strike an item the farthest 143 | Hugh Dennis 18 | 24 | meters ▲ 4 |
384 | Strike an item the farthest 143 | Joe Lycett 19 | 18.45 | meters ▲ 4 |
385 | Strike an item the farthest 143 | Lolly Adefope 20 | 0.25 | meters ▲ 4 |
386 | Strike an item the farthest 143 | Mel Giedroyc 21 | 8.12 | meters ▲ 4 |
387 | Strike an item the farthest 143 | Noel Fielding 22 | 29 | meters ▲ 4 |
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) );