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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1041 Make the phone ring 448 Daisy May Cooper 53
11:20
time ▼ 2
1042 Make the phone ring 448 Johnny Vegas 54
29:00
time ▼ 2
1043 Make the phone ring 448 Katherine Parkinson 55
20:46
time ▼ 2
1044 Make the phone ring 448 Mawaan Rizwan 56
17:07
time ▼ 2
1045 Make the phone ring 448 Richard Herring 57
10:00
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 8.18ms