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.

10 rows where task = 103

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: contestant, measurement, objective

id ▲ task contestant measurement objective
276 Put an egg in an egg cup without touching either 103 Hugh Dennis 18 4 penalties ▼ 36
277 Put an egg in an egg cup without touching either 103 Hugh Dennis 18
05:40
time ▼ 2
278 Put an egg in an egg cup without touching either 103 Joe Lycett 19 3 penalties ▼ 36
279 Put an egg in an egg cup without touching either 103 Joe Lycett 19
03:02.8
time ▼ 2
280 Put an egg in an egg cup without touching either 103 Lolly Adefope 20 1 penalties ▼ 36
281 Put an egg in an egg cup without touching either 103 Lolly Adefope 20
01:28
time ▼ 2
282 Put an egg in an egg cup without touching either 103 Mel Giedroyc 21 5 penalties ▼ 36
283 Put an egg in an egg cup without touching either 103 Mel Giedroyc 21
05:57
time ▼ 2
284 Put an egg in an egg cup without touching either 103 Noel Fielding 22 3 penalties ▼ 36
285 Put an egg in an egg cup without touching either 103 Noel Fielding 22
03:02.5
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 58.628ms