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 = 102
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
271 | Get the flour onto the target 102 | Hugh Dennis 18 | 193 | grams ▲ 1 |
272 | Get the flour onto the target 102 | Joe Lycett 19 | 217 | grams ▲ 1 |
273 | Get the flour onto the target 102 | Lolly Adefope 20 | 217 | grams ▲ 1 |
274 | Get the flour onto the target 102 | Mel Giedroyc 21 | 193 | grams ▲ 1 |
275 | Get the flour onto the target 102 | Noel Fielding 22 | 217 | 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) );