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 task = 662

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement

id ▲ task contestant measurement objective
1602 Don't pop the balloon 662 Dara Ó Briain 88 1461 grams ▲ 1
1603 Don't pop the balloon 662 Fern Brady 89 1310 grams ▲ 1
1604 Don't pop the balloon 662 John Kearns 90 1461 grams ▲ 1
1605 Don't pop the balloon 662 Munya Chawawa 91
DNF / DQ
grams ▲ 1
1606 Don't pop the balloon 662 Sarah Millican 92 1071 grams ▲ 1

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