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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
1180 Act out nursery rhymes 504 Charlotte Ritchie 63 4 nursery rhymes ▲ 114
1181 Act out nursery rhymes 504 Jamali Maddix 64 4 nursery rhymes ▲ 114
1182 Act out nursery rhymes 504 Lee Mack 65 7 nursery rhymes ▲ 114
1183 Act out nursery rhymes 504 Mike Wozniak 66 7 nursery rhymes ▲ 114
1184 Act out nursery rhymes 504 Sarah Kendall 67 4 nursery rhymes ▲ 114

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