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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1624 Sort the ducks and the socks 667 Dara Ó Briain 88 91 ducks and socks ▲ 147
1627 Sort the ducks and the socks 667 Fern Brady 89 57 ducks and socks ▲ 147
1630 Sort the ducks and the socks 667 John Kearns 90 10 ducks and socks ▲ 147
1633 Sort the ducks and the socks 667 Munya Chawawa 91 66 ducks and socks ▲ 147
1636 Sort the ducks and the socks 667 Sarah Millican 92 58 ducks and socks ▲ 147

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