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.

10 rows where task = 298

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: contestant, measurement, objective

id ▲ task contestant measurement objective
717 Place 10 pairs of glasses into the smallest box 298 James Acaster 38 3 box size ▼ 83
718 Place 10 pairs of glasses into the smallest box 298 James Acaster 38 6 pairs of glasses ▲ 84
719 Place 10 pairs of glasses into the smallest box 298 Jessica Knappett 39 7 box size ▼ 83
720 Place 10 pairs of glasses into the smallest box 298 Jessica Knappett 39 10 pairs of glasses ▲ 84
721 Place 10 pairs of glasses into the smallest box 298 Kerry Godliman 40 4 box size ▼ 83
722 Place 10 pairs of glasses into the smallest box 298 Kerry Godliman 40 7.5 pairs of glasses ▲ 84
723 Place 10 pairs of glasses into the smallest box 298 Phil Wang 41 6 box size ▼ 83
724 Place 10 pairs of glasses into the smallest box 298 Phil Wang 41 10 pairs of glasses ▲ 84
725 Place 10 pairs of glasses into the smallest box 298 Rhod Gilbert 42
DNF / DQ
box size ▼ 83
726 Place 10 pairs of glasses into the smallest box 298 Rhod Gilbert 42
DNF / DQ
pairs of glasses ▲ 84

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