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 = 649
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1577 | Get the most ducks in Alex's basket 649 | Ardal O'Hanlon 78 | 48 | basketed ducks ▲ 141 |
1578 | Get the most ducks in Alex's basket 649 | Bridget Christie 79 | basketed ducks ▲ 141 | |
1579 | Get the most ducks in Alex's basket 649 | Chris Ramsey 80 | 65 | basketed ducks ▲ 141 |
1580 | Get the most ducks in Alex's basket 649 | Judi Love 81 | basketed ducks ▲ 141 | |
1581 | Get the most ducks in Alex's basket 649 | Sophie Duker 82 | 61 | basketed ducks ▲ 141 |
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) );