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.
10 rows where task = 558
This data as json, CSV (advanced)
Suggested facets: contestant, measurement, objective
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1327 | Complete the course as slowly as possible 558 | Alan Davies 68 | 5 | penalties ▼ 36 |
1328 | Complete the course as slowly as possible 558 | Alan Davies 68 | 2.25 |
time ▲ 35 |
1329 | Complete the course as slowly as possible 558 | Desiree Burch 69 | 5 | penalties ▼ 36 |
1330 | Complete the course as slowly as possible 558 | Desiree Burch 69 | 2.625 |
time ▲ 35 |
1331 | Complete the course as slowly as possible 558 | Guz Khan 70 | 7 | penalties ▼ 36 |
1332 | Complete the course as slowly as possible 558 | Guz Khan 70 | 0.5 |
time ▲ 35 |
1333 | Complete the course as slowly as possible 558 | Morgana Robinson 71 | 9 | penalties ▼ 36 |
1334 | Complete the course as slowly as possible 558 | Morgana Robinson 71 | 0.133 |
time ▲ 35 |
1335 | Complete the course as slowly as possible 558 | Victoria Coren Mitchell 72 | 8 | penalties ▼ 36 |
1336 | Complete the course as slowly as possible 558 | Victoria Coren Mitchell 72 | 0.371 |
time ▲ 35 |
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) );