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 objective = 115
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1215 | Slap and tong 514 | Charlotte Ritchie 63 | 4 | slaps plus tongs ▲ 115 |
1216 | Slap and tong 514 | Jamali Maddix 64 | 4 | slaps plus tongs ▲ 115 |
1217 | Slap and tong 514 | Lee Mack 65 | 2 | slaps plus tongs ▲ 115 |
1218 | Slap and tong 514 | Mike Wozniak 66 | 2 | slaps plus tongs ▲ 115 |
1219 | Slap and tong 514 | Sarah Kendall 67 | 4 | slaps plus tongs ▲ 115 |
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) );