TdlM / taskmaster

Menu
  • Make shortlink

measurements

Table actions
  • Toggle column notes
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 objective = 107

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement

id ▲ task contestant measurement objective
1098 Complete the most tasks behind the five motorised doors 476 Daisy May Cooper 53 3 completed tasks ▲ 107
1099 Complete the most tasks behind the five motorised doors 476 Johnny Vegas 54 2.3 completed tasks ▲ 107
1100 Complete the most tasks behind the five motorised doors 476 Katherine Parkinson 55
INCONCLUSIVE
completed tasks ▲ 107
1101 Complete the most tasks behind the five motorised doors 476 Mawaan Rizwan 56
INCONCLUSIVE
completed tasks ▲ 107
1102 Complete the most tasks behind the five motorised doors 476 Richard Herring 57 2.5 completed tasks ▲ 107
1227 Complete the most tasks 523 Charlotte Ritchie 63 3 completed tasks ▲ 107
1228 Complete the most tasks 523 Jamali Maddix 64 6 completed tasks ▲ 107
1229 Complete the most tasks 523 Lee Mack 65 4 completed tasks ▲ 107
1230 Complete the most tasks 523 Mike Wozniak 66 7 completed tasks ▲ 107
1231 Complete the most tasks 523 Sarah Kendall 67 2 completed tasks ▲ 107

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE measurements (
   id          INTEGER PRIMARY KEY,
   task        INTEGER REFERENCES tasks(id),
   contestant  INTEGER REFERENCES people(id),
   measurement REAL,
   objective   INTEGER REFERENCES objectives(id)
);
Powered by Datasette · Queries took 54.347ms