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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
618 Make the biggest bubble and burst it with your nose 255 Alice Levine 33 19.7 inches ▲ 59
619 Make the biggest bubble and burst it with your nose 255 Asim Chaudhry 34 4 inches ▲ 59
620 Make the biggest bubble and burst it with your nose 255 Liza Tarbuck 35 8 inches ▲ 59
621 Make the biggest bubble and burst it with your nose 255 Russell Howard 36 1.6 inches ▲ 59
622 Make the biggest bubble and burst it with your nose 255 Tim Vine 37 3 inches ▲ 59

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