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 = 24
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
50 | Fill an eggcup with tears 24 | Frank Skinner 3 | 12 | tears ▲ 7 |
51 | Fill an eggcup with tears 24 | Josh Widdicombe 4 | 7 | tears ▲ 7 |
52 | Fill an eggcup with tears 24 | Roisin Conaty 5 | 0 | tears ▲ 7 |
53 | Fill an eggcup with tears 24 | Romesh Ranganathan 6 | 10 | tears ▲ 7 |
54 | Fill an eggcup with tears 24 | Tim Key 7 | 0 | tears ▲ 7 |
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) );