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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
1840 Free yourselves and have a team hug 748 Frankie Boyle 98
42:00
time ▼ 2
1841 Free yourselves and have a team hug 748 Ivo Graham 99
42:00
time ▼ 2
1842 Free yourselves and have a team hug 748 Jenny Eclair 100
17:50
time ▼ 2
1843 Free yourselves and have a team hug 748 Kiell Smith-Bynoe 101
17:50
time ▼ 2
1844 Free yourselves and have a team hug 748 Mae Martin 102
17:50
time ▼ 2

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