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 = 793
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1961 | Retrieve and sip your drink 793 | Julian Clary 103 | 13 | points ▲ 91 |
1962 | Retrieve and sip your drink 793 | Lucy Beaumont 104 | 4 | points ▲ 91 |
1963 | Retrieve and sip your drink 793 | Sam Campbell 105 | 10 | points ▲ 91 |
1964 | Retrieve and sip your drink 793 | Sue Perkins 106 | 0 | points ▲ 91 |
1965 | Retrieve and sip your drink 793 | Susan Wokoma 107 | 0 | points ▲ 91 |
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) );