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 objective = 132
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1504 | Guess Shoe 614 | Ardal O'Hanlon 78 | 40 | questions ▼ 132 |
1505 | Guess Shoe 614 | Bridget Christie 79 | 161 | questions ▼ 132 |
1506 | Guess Shoe 614 | Chris Ramsey 80 | 13 | questions ▼ 132 |
1507 | Guess Shoe 614 | Judi Love 81 | 24 | questions ▼ 132 |
1508 | Guess Shoe 614 | Sophie Duker 82 | 30 | questions ▼ 132 |
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) );