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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1205 Cover your legs in cling film and gaffer tape / Put on the captain’s hat 511 Charlotte Ritchie 63
01:05
time ▼ 2
1206 Cover your legs in cling film and gaffer tape / Put on the captain’s hat 511 Jamali Maddix 64
40
time ▼ 2
1207 Cover your legs in cling film and gaffer tape / Put on the captain’s hat 511 Lee Mack 65
02:00
time ▼ 2
1208 Cover your legs in cling film and gaffer tape / Put on the captain’s hat 511 Mike Wozniak 66
01:06
time ▼ 2
1209 Cover your legs in cling film and gaffer tape / Put on the captain’s hat 511 Sarah Kendall 67
41
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 8.403ms