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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
33 Stand up after 100 seconds 17 Frank Skinner 3
INCONCLUSIVE
difference in seconds ▼ 5
34 Stand up after 100 seconds 17 Josh Widdicombe 4 5 difference in seconds ▼ 5
35 Stand up after 100 seconds 17 Roisin Conaty 5
INCONCLUSIVE
difference in seconds ▼ 5
36 Stand up after 100 seconds 17 Romesh Ranganathan 6 12 difference in seconds ▼ 5
37 Stand up after 100 seconds 17 Tim Key 7 12 difference in seconds ▼ 5

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