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 = 355
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
837 | Recall the order of the deck of cards 355 | Iain Stirling 43 | 25 | mistakes ▼ 18 |
838 | Recall the order of the deck of cards 355 | Joe Thomas 44 | 7 | mistakes ▼ 18 |
839 | Recall the order of the deck of cards 355 | Lou Sanders 45 | mistakes ▼ 18 | |
840 | Recall the order of the deck of cards 355 | Paul Sinha 46 | 1 | mistakes ▼ 18 |
841 | Recall the order of the deck of cards 355 | Sian Gibson 47 | 13 | mistakes ▼ 18 |
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) );