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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
1066 Feed your team-mate(s) the most watermelon 456 Daisy May Cooper 53 1000 grams ▲ 1
1067 Feed your team-mate(s) the most watermelon 456 Johnny Vegas 54 331 grams ▲ 1
1068 Feed your team-mate(s) the most watermelon 456 Katherine Parkinson 55 331 grams ▲ 1
1069 Feed your team-mate(s) the most watermelon 456 Mawaan Rizwan 56 331 grams ▲ 1
1070 Feed your team-mate(s) the most watermelon 456 Richard Herring 57 1000 grams ▲ 1

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