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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
591 Throw eggs onto a shelf 235 Alice Levine 33 2 shelved eggs ▲ 69
592 Throw eggs onto a shelf 235 Asim Chaudhry 34 3 shelved eggs ▲ 69
593 Throw eggs onto a shelf 235 Liza Tarbuck 35 6 shelved eggs ▲ 69
594 Throw eggs onto a shelf 235 Russell Howard 36 5 shelved eggs ▲ 69
595 Throw eggs onto a shelf 235 Tim Vine 37 5 shelved eggs ▲ 69

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