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 = 802
This data as json, CSV (advanced)
| id ▲ | task | contestant | measurement | objective |
|---|---|---|---|---|
| 1996 | Place your cardboard replica within the boundary 802 | Julian Clary 103 | 7.55 | meters ▲ 4 |
| 1997 | Place your cardboard replica within the boundary 802 | Lucy Beaumont 104 | 13.09 | meters ▲ 4 |
| 1998 | Place your cardboard replica within the boundary 802 | Sam Campbell 105 | 14.24 | meters ▲ 4 |
| 1999 | Place your cardboard replica within the boundary 802 | Sue Perkins 106 | 7.39 | meters ▲ 4 |
| 2000 | Place your cardboard replica within the boundary 802 | Susan Wokoma 107 | 7.21 | 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) );