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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
576 Work out the length of a piece of string 231 Alice Levine 33 312.42 difference in feet ▼ 67
577 Work out the length of a piece of string 231 Asim Chaudhry 34 182 difference in feet ▼ 67
578 Work out the length of a piece of string 231 Liza Tarbuck 35 20802 difference in feet ▼ 67
579 Work out the length of a piece of string 231 Russell Howard 36 216 difference in feet ▼ 67
580 Work out the length of a piece of string 231 Tim Vine 37 10 difference in feet ▼ 67

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