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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
601 Predict how many words you can list for a category 241 Alice Levine 33 5 correct answers minus misses ▲ 71
602 Predict how many words you can list for a category 241 Asim Chaudhry 34 4 correct answers minus misses ▲ 71
603 Predict how many words you can list for a category 241 Liza Tarbuck 35 1 correct answers minus misses ▲ 71
604 Predict how many words you can list for a category 241 Russell Howard 36 3 correct answers minus misses ▲ 71
605 Predict how many words you can list for a category 241 Tim Vine 37 3 correct answers minus misses ▲ 71

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