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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
718 Place 10 pairs of glasses into the smallest box 298 James Acaster 38 6 pairs of glasses ▲ 84
720 Place 10 pairs of glasses into the smallest box 298 Jessica Knappett 39 10 pairs of glasses ▲ 84
722 Place 10 pairs of glasses into the smallest box 298 Kerry Godliman 40 7.5 pairs of glasses ▲ 84
724 Place 10 pairs of glasses into the smallest box 298 Phil Wang 41 10 pairs of glasses ▲ 84
726 Place 10 pairs of glasses into the smallest box 298 Rhod Gilbert 42
DNF / DQ
pairs of glasses ▲ 84

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