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 objective = 83

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
717 Place 10 pairs of glasses into the smallest box 298 James Acaster 38 3 box size ▼ 83
719 Place 10 pairs of glasses into the smallest box 298 Jessica Knappett 39 7 box size ▼ 83
721 Place 10 pairs of glasses into the smallest box 298 Kerry Godliman 40 4 box size ▼ 83
723 Place 10 pairs of glasses into the smallest box 298 Phil Wang 41 6 box size ▼ 83
725 Place 10 pairs of glasses into the smallest box 298 Rhod Gilbert 42
DNF / DQ
box size ▼ 83

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