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 objective = 60

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement

id ▲ task contestant measurement objective
524 Sort the objects by size using your feet 210 Alice Levine 33
DNF / DQ
sorted objects ▲ 60
525 Sort the objects by size using your feet 210 Asim Chaudhry 34 2 sorted objects ▲ 60
526 Sort the objects by size using your feet 210 Liza Tarbuck 35 3 sorted objects ▲ 60
527 Sort the objects by size using your feet 210 Russell Howard 36 2 sorted objects ▲ 60
528 Sort the objects by size using your feet 210 Tim Vine 37
DNF / DQ
sorted objects ▲ 60
1210 Sort the objects with your face 513 Charlotte Ritchie 63 5 sorted objects ▲ 60
1211 Sort the objects with your face 513 Jamali Maddix 64
DNF / DQ
sorted objects ▲ 60
1212 Sort the objects with your face 513 Lee Mack 65
DNF / DQ
sorted objects ▲ 60
1213 Sort the objects with your face 513 Mike Wozniak 66 4 sorted objects ▲ 60
1214 Sort the objects with your face 513 Sarah Kendall 67
DNF / DQ
sorted objects ▲ 60

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