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 = 308

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
742 Follow the clues and then do what they spell 308 James Acaster 38
03:48
time ▼ 2
743 Follow the clues and then do what they spell 308 Jessica Knappett 39
05:31
time ▼ 2
744 Follow the clues and then do what they spell 308 Kerry Godliman 40
05:47
time ▼ 2
745 Follow the clues and then do what they spell 308 Phil Wang 41
09:55
time ▼ 2
746 Follow the clues and then do what they spell 308 Rhod Gilbert 42
12:51
time ▼ 2

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