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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
737 Beat on the drum after exactly 9.58 seconds 305 James Acaster 38 1.6 difference in seconds ▼ 5
738 Beat on the drum after exactly 9.58 seconds 305 Jessica Knappett 39 17.62 difference in seconds ▼ 5
739 Beat on the drum after exactly 9.58 seconds 305 Kerry Godliman 40 3.43 difference in seconds ▼ 5
740 Beat on the drum after exactly 9.58 seconds 305 Phil Wang 41 3.48 difference in seconds ▼ 5
741 Beat on the drum after exactly 9.58 seconds 305 Rhod Gilbert 42 0.58 difference in seconds ▼ 5

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