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 = 327
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
782 | Collect the most doughnuts in your bucket 327 | Iain Stirling 43 | 1162 | grams ▲ 1 |
783 | Collect the most doughnuts in your bucket 327 | Joe Thomas 44 | 872 | grams ▲ 1 |
784 | Collect the most doughnuts in your bucket 327 | Lou Sanders 45 | 2400 | grams ▲ 1 |
785 | Collect the most doughnuts in your bucket 327 | Paul Sinha 46 | 678 | grams ▲ 1 |
786 | Collect the most doughnuts in your bucket 327 | Sian Gibson 47 | 1002 | grams ▲ 1 |
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) );