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 = 160
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1795 | Strike the most drums with a bouncy ball 732 | Frankie Boyle 98 | 8 | strikes ▲ 160 |
1796 | Strike the most drums with a bouncy ball 732 | Ivo Graham 99 | 3.5 | strikes ▲ 160 |
1797 | Strike the most drums with a bouncy ball 732 | Jenny Eclair 100 | strikes ▲ 160 | |
1798 | Strike the most drums with a bouncy ball 732 | Kiell Smith-Bynoe 101 | 5 | strikes ▲ 160 |
1799 | Strike the most drums with a bouncy ball 732 | Mae Martin 102 | strikes ▲ 160 |
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) );