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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
1357 Prevent Alex from scoring a goal 565 Alan Davies 68
09:47
time ▲ 35
1358 Prevent Alex from scoring a goal 565 Desiree Burch 69
INCONCLUSIVE
time ▲ 35
1359 Prevent Alex from scoring a goal 565 Guz Khan 70
06:00
time ▲ 35
1360 Prevent Alex from scoring a goal 565 Morgana Robinson 71
10:45
time ▲ 35
1361 Prevent Alex from scoring a goal 565 Victoria Coren Mitchell 72
INCONCLUSIVE
time ▲ 35

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