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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1312 Copy Alex 553 Alan Davies 68 26 routine criteria ▲ 126
1313 Copy Alex 553 Desiree Burch 69 55.5 routine criteria ▲ 126
1314 Copy Alex 553 Guz Khan 70
INCONCLUSIVE
routine criteria ▲ 126
1315 Copy Alex 553 Morgana Robinson 71 48 routine criteria ▲ 126
1316 Copy Alex 553 Victoria Coren Mitchell 72 64.5 routine criteria ▲ 126

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.176ms