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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1760 Throw your items into your bucket 720 Frankie Boyle 98 0 bucketed items ▲ 156
1761 Throw your items into your bucket 720 Ivo Graham 99
DNF / DQ
bucketed items ▲ 156
1762 Throw your items into your bucket 720 Jenny Eclair 100 0 bucketed items ▲ 156
1763 Throw your items into your bucket 720 Kiell Smith-Bynoe 101
DNF / DQ
bucketed items ▲ 156
1764 Throw your items into your bucket 720 Mae Martin 102
DNF / DQ
bucketed items ▲ 156

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