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 = 64
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
171 | Build a bridge for the potato 64 | Doc Brown 8 | 10 | centimeters ▲ 10 |
172 | Build a bridge for the potato 64 | Joe Wilkinson 9 | 9 | centimeters ▲ 10 |
173 | Build a bridge for the potato 64 | Jon Richardson 10 | 11.4 | centimeters ▲ 10 |
174 | Build a bridge for the potato 64 | Katherine Ryan 11 | 0.1 | centimeters ▲ 10 |
175 | Build a bridge for the potato 64 | Richard Osman 12 | 8 | centimeters ▲ 10 |
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) );