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 = 720
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1760 | Throw your items into your bucket 720 | Frankie Boyle 98 | 0 | bucketed items ▲ 156 |
1761 | Throw your items into your bucket 720 | Ivo Graham 99 | bucketed items ▲ 156 | |
1762 | Throw your items into your bucket 720 | Jenny Eclair 100 | 0 | bucketed items ▲ 156 |
1763 | Throw your items into your bucket 720 | Kiell Smith-Bynoe 101 | bucketed items ▲ 156 | |
1764 | Throw your items into your bucket 720 | Mae Martin 102 | bucketed items ▲ 156 |
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) );