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 = 508
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1195 | Get the sheet of loo roll as far away as possible 508 | Charlotte Ritchie 63 | meters ▲ 4 | |
1196 | Get the sheet of loo roll as far away as possible 508 | Jamali Maddix 64 | 363 | meters ▲ 4 |
1197 | Get the sheet of loo roll as far away as possible 508 | Lee Mack 65 | meters ▲ 4 | |
1198 | Get the sheet of loo roll as far away as possible 508 | Mike Wozniak 66 | meters ▲ 4 | |
1199 | Get the sheet of loo roll as far away as possible 508 | Sarah Kendall 67 | 14 | meters ▲ 4 |
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) );