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 = 564
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1352 | Get the most balls in the net 564 | Alan Davies 68 | -128 | points ▲ 91 |
1353 | Get the most balls in the net 564 | Desiree Burch 69 | -1 | points ▲ 91 |
1354 | Get the most balls in the net 564 | Guz Khan 70 | -1 | points ▲ 91 |
1355 | Get the most balls in the net 564 | Morgana Robinson 71 | -1 | points ▲ 91 |
1356 | Get the most balls in the net 564 | Victoria Coren Mitchell 72 | -128 | points ▲ 91 |
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) );