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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1317 Make a sand bridge across the river 554 Alan Davies 68 11 inches ▲ 59
1318 Make a sand bridge across the river 554 Desiree Burch 69 10 inches ▲ 59
1319 Make a sand bridge across the river 554 Guz Khan 70 9.5 inches ▲ 59
1320 Make a sand bridge across the river 554 Morgana Robinson 71 21 inches ▲ 59
1321 Make a sand bridge across the river 554 Victoria Coren Mitchell 72 9 inches ▲ 59

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