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

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
160 Conceal a pineapple on your person 57 Doc Brown 8 5 wrong guesses ▲ 22
161 Conceal a pineapple on your person 57 Joe Wilkinson 9
INCONCLUSIVE
wrong guesses ▲ 22
162 Conceal a pineapple on your person 57 Jon Richardson 10 20 wrong guesses ▲ 22
163 Conceal a pineapple on your person 57 Katherine Ryan 11 14 wrong guesses ▲ 22
164 Conceal a pineapple on your person 57 Richard Osman 12 8 wrong guesses ▲ 22

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.526ms
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows