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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
1200 Identify the contents of the bowl 509 Charlotte Ritchie 63 2 correct answers ▲ 32
1201 Identify the contents of the bowl 509 Jamali Maddix 64 4 correct answers ▲ 32
1202 Identify the contents of the bowl 509 Lee Mack 65 1 correct answers ▲ 32
1203 Identify the contents of the bowl 509 Mike Wozniak 66 1 correct answers ▲ 32
1204 Identify the contents of the bowl 509 Sarah Kendall 67 3 correct answers ▲ 32

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