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

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task contestant measurement objective
1951 Burst the balloon without looking at it 790 Julian Clary 103 292 aspirins ▲ 174
1952 Burst the balloon without looking at it 790 Lucy Beaumont 104 15 aspirins ▲ 174
1953 Burst the balloon without looking at it 790 Sam Campbell 105 564 aspirins ▲ 174
1954 Burst the balloon without looking at it 790 Sue Perkins 106 2459 aspirins ▲ 174
1955 Burst the balloon without looking at it 790 Susan Wokoma 107 71 aspirins ▲ 174

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