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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
256 Fell all the ducks 97 Hugh Dennis 18
8.9
time ▼ 2
257 Fell all the ducks 97 Joe Lycett 19
01:56
time ▼ 2
258 Fell all the ducks 97 Lolly Adefope 20
01:02
time ▼ 2
259 Fell all the ducks 97 Mel Giedroyc 21
07:25
time ▼ 2
260 Fell all the ducks 97 Noel Fielding 22
04: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.955ms