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 = 337
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
804 | Work out what Alex is wearing 337 | Iain Stirling 43 | 07:37 |
time ▼ 2 |
805 | Work out what Alex is wearing 337 | Joe Thomas 44 | time ▼ 2 | |
806 | Work out what Alex is wearing 337 | Lou Sanders 45 | 07:11 |
time ▼ 2 |
807 | Work out what Alex is wearing 337 | Paul Sinha 46 | 08:36 |
time ▼ 2 |
808 | Work out what Alex is wearing 337 | Sian Gibson 47 | 05:14 |
time ▼ 2 |
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) );