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.

4 rows where contestant = 32

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: objective

id ▲ task contestant measurement objective
498 Throw an exercise ball into a bath or put the coconuts in a trolley 196 Rob Beckett 32
01:52
time ▼ 2
503 The second longest T-word 199 Rob Beckett 32 1 descended steps ▲ 57
508 Find out what’s in the briefcase 202 Rob Beckett 32
05:45
time ▼ 2
513 Record the most steps on your pedometers 205 Rob Beckett 32 820 steps ▲ 58

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