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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1195 Get the sheet of loo roll as far away as possible 508 Charlotte Ritchie 63
DNF / DQ
meters ▲ 4
1196 Get the sheet of loo roll as far away as possible 508 Jamali Maddix 64 363 meters ▲ 4
1197 Get the sheet of loo roll as far away as possible 508 Lee Mack 65
DNF / DQ
meters ▲ 4
1198 Get the sheet of loo roll as far away as possible 508 Mike Wozniak 66
DNF / DQ
meters ▲ 4
1199 Get the sheet of loo roll as far away as possible 508 Sarah Kendall 67 14 meters ▲ 4

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