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 = 612
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1499 | Face leg or other leg? 612 | Ardal O'Hanlon 78 | 1 | deceptions ▲ 64 |
1500 | Face leg or other leg? 612 | Bridget Christie 79 | 3 | deceptions ▲ 64 |
1501 | Face leg or other leg? 612 | Chris Ramsey 80 | 1 | deceptions ▲ 64 |
1502 | Face leg or other leg? 612 | Judi Love 81 | 3 | deceptions ▲ 64 |
1503 | Face leg or other leg? 612 | Sophie Duker 82 | 3 | deceptions ▲ 64 |
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) );