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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: contestant, measurement, objective

id ▲ task contestant measurement objective
1140 Deliver all the plates to Alex 493 Charlotte Ritchie 63 0 penalties ▼ 36
1141 Deliver all the plates to Alex 493 Charlotte Ritchie 63
05:12
time ▼ 2
1142 Deliver all the plates to Alex 493 Jamali Maddix 64 9 penalties ▼ 36
1143 Deliver all the plates to Alex 493 Jamali Maddix 64
03:08:00
time ▼ 2
1144 Deliver all the plates to Alex 493 Lee Mack 65 0 penalties ▼ 36
1145 Deliver all the plates to Alex 493 Lee Mack 65
01:20
time ▼ 2
1146 Deliver all the plates to Alex 493 Mike Wozniak 66 0 penalties ▼ 36
1147 Deliver all the plates to Alex 493 Mike Wozniak 66
03:02
time ▼ 2
1148 Deliver all the plates to Alex 493 Sarah Kendall 67 0 penalties ▼ 36
1149 Deliver all the plates to Alex 493 Sarah Kendall 67
02:29
time ▼ 2

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