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 objective = 3

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
18 Identify the contents of the pies 9 Frank Skinner 3 1 pies ▲ 3
19 Identify the contents of the pies 9 Josh Widdicombe 4 3 pies ▲ 3
20 Identify the contents of the pies 9 Roisin Conaty 5 1 pies ▲ 3
21 Identify the contents of the pies 9 Romesh Ranganathan 6 3 pies ▲ 3
22 Identify the contents of the pies 9 Tim Key 7 4 pies ▲ 3

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 20.004ms