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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement

id ▲ task contestant measurement objective
135 Order a pizza without using certain words 47 Doc Brown 8 4 mistakes ▼ 18
136 Order a pizza without using certain words 47 Joe Wilkinson 9 1 mistakes ▼ 18
137 Order a pizza without using certain words 47 Jon Richardson 10 2 mistakes ▼ 18
138 Order a pizza without using certain words 47 Katherine Ryan 11 1 mistakes ▼ 18
139 Order a pizza without using certain words 47 Richard Osman 12 0 mistakes ▼ 18
837 Recall the order of the deck of cards 355 Iain Stirling 43 25 mistakes ▼ 18
838 Recall the order of the deck of cards 355 Joe Thomas 44 7 mistakes ▼ 18
839 Recall the order of the deck of cards 355 Lou Sanders 45
DNF / DQ
mistakes ▼ 18
840 Recall the order of the deck of cards 355 Paul Sinha 46 1 mistakes ▼ 18
841 Recall the order of the deck of cards 355 Sian Gibson 47 13 mistakes ▼ 18

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