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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
917 Arrange the playdough balls / Do the correct things with the balls 388 David Baddiel 48 3 correct balls ▲ 95
918 Arrange the playdough balls / Do the correct things with the balls 388 Ed Gamble 49 11 correct balls ▲ 95
919 Arrange the playdough balls / Do the correct things with the balls 388 Jo Brand 50 23 correct balls ▲ 95
920 Arrange the playdough balls / Do the correct things with the balls 388 Katy Wix 51 11 correct balls ▲ 95
921 Arrange the playdough balls / Do the correct things with the balls 388 Rose Matafeo 52 8 correct balls ▲ 95

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 56.794ms