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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
524 Sort the objects by size using your feet 210 Alice Levine 33
DNF / DQ
sorted objects ▲ 60
525 Sort the objects by size using your feet 210 Asim Chaudhry 34 2 sorted objects ▲ 60
526 Sort the objects by size using your feet 210 Liza Tarbuck 35 3 sorted objects ▲ 60
527 Sort the objects by size using your feet 210 Russell Howard 36 2 sorted objects ▲ 60
528 Sort the objects by size using your feet 210 Tim Vine 37
DNF / DQ
sorted objects ▲ 60

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