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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
707 Make the most white circles on the target 290 James Acaster 38 13 white circles ▲ 82
708 Make the most white circles on the target 290 Jessica Knappett 39 0 white circles ▲ 82
709 Make the most white circles on the target 290 Kerry Godliman 40 21 white circles ▲ 82
710 Make the most white circles on the target 290 Phil Wang 41 38 white circles ▲ 82
711 Make the most white circles on the target 290 Rhod Gilbert 42 8 white circles ▲ 82

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.788ms