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 = 213
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
531 | Get the highest darts score 213 | Alice Levine 33 | 13 | darts score ▲ 62 |
532 | Get the highest darts score 213 | Asim Chaudhry 34 | 16 | darts score ▲ 62 |
533 | Get the highest darts score 213 | Liza Tarbuck 35 | 32 | darts score ▲ 62 |
534 | Get the highest darts score 213 | Russell Howard 36 | 3 | darts score ▲ 62 |
535 | Get the highest darts score 213 | Tim Vine 37 | 29 | darts score ▲ 62 |
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) );