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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: contestant, objective

id ▲ task contestant measurement objective
355 Cross the bunting to give Alex his lunch 134 Hugh Dennis 18 0 penalties ▼ 36
356 Cross the bunting to give Alex his lunch 134 Hugh Dennis 18
01:48
time ▼ 2
357 Cross the bunting to give Alex his lunch 134 Joe Lycett 19 4 penalties ▼ 36
358 Cross the bunting to give Alex his lunch 134 Joe Lycett 19
02:01
time ▼ 2
359 Cross the bunting to give Alex his lunch 134 Lolly Adefope 20 6 penalties ▼ 36
360 Cross the bunting to give Alex his lunch 134 Lolly Adefope 20
INCONCLUSIVE
time ▼ 2
361 Cross the bunting to give Alex his lunch 134 Mel Giedroyc 21 5 penalties ▼ 36
362 Cross the bunting to give Alex his lunch 134 Mel Giedroyc 21
02:50
time ▼ 2
363 Cross the bunting to give Alex his lunch 134 Noel Fielding 22 1 penalties ▼ 36
364 Cross the bunting to give Alex his lunch 134 Noel Fielding 22
51.1
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.301ms