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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1800 Make the fastest egg boat 733 Frankie Boyle 98
DNF / DQ
time ▼ 2
1801 Make the fastest egg boat 733 Ivo Graham 99
02:04
time ▼ 2
1802 Make the fastest egg boat 733 Jenny Eclair 100
01:46
time ▼ 2
1803 Make the fastest egg boat 733 Kiell Smith-Bynoe 101
01:45
time ▼ 2
1804 Make the fastest egg boat 733 Mae Martin 102
03:25
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.697ms