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.

5 rows where task = 476

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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

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 8.022ms