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.

15 rows where task = 453

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: contestant, objective

id ▲ task contestant measurement objective
1051 Bag the heaviest thing from the greatest distance 453 Daisy May Cooper 53 18200 grams ▲ 1
1052 Bag the heaviest thing from the greatest distance 453 Daisy May Cooper 53 100 centimeters ▲ 10
1053 Bag the heaviest thing from the greatest distance 453 Daisy May Cooper 53 1820000 points ▲ 91
1054 Bag the heaviest thing from the greatest distance 453 Johnny Vegas 54 100000 grams ▲ 1
1055 Bag the heaviest thing from the greatest distance 453 Johnny Vegas 54 10 centimeters ▲ 10
1056 Bag the heaviest thing from the greatest distance 453 Johnny Vegas 54 1000000 points ▲ 91
1057 Bag the heaviest thing from the greatest distance 453 Katherine Parkinson 55 139706.45 grams ▲ 1
1058 Bag the heaviest thing from the greatest distance 453 Katherine Parkinson 55 3300 centimeters ▲ 10
1059 Bag the heaviest thing from the greatest distance 453 Katherine Parkinson 55 461031285 points ▲ 91
1060 Bag the heaviest thing from the greatest distance 453 Mawaan Rizwan 56 8600 grams ▲ 1
1061 Bag the heaviest thing from the greatest distance 453 Mawaan Rizwan 56 305 centimeters ▲ 10
1062 Bag the heaviest thing from the greatest distance 453 Mawaan Rizwan 56 2623000 points ▲ 91
1063 Bag the heaviest thing from the greatest distance 453 Richard Herring 57 15500 grams ▲ 1
1064 Bag the heaviest thing from the greatest distance 453 Richard Herring 57 270 centimeters ▲ 10
1065 Bag the heaviest thing from the greatest distance 453 Richard Herring 57 4185000 points ▲ 91

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