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 contestant = 16

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement, objective

id ▲ task contestant measurement objective
184 Reach the microwave in the fewest steps 67 Rob Beckett 16 4 steps ▼ 25
189 Propel a pea along a red carpet 68 Rob Beckett 16 414.53 meters ▲ 4
194 Balance swedes on a Swede 70 Rob Beckett 16 8 balanced swedes ▲ 26
199 The heaviest shoebox-sized item 71 Rob Beckett 16 9.3 kilograms ▲ 27
204 Release Alex 73 Rob Beckett 16
16:46
time ▼ 2
209 Burst all of the balloons 75 Rob Beckett 16
31.6
time ▼ 2
214 Unravel the tape 76 Rob Beckett 16
DNF / DQ
time ▼ 2
219 Fill an eggcup with sweat 78 Rob Beckett 16 0 sweatdrops ▲ 28
224 Anchor balloons using bread 82 Rob Beckett 16 7 anchored balloons ▲ 29
229 Spread your clothes far and wide 84 Rob Beckett 16 2.7 square miles ▲ 30
234 Find out the lying old man’s occupation 85 Rob Beckett 16
10:05
time ▼ 2
239 Cover yourself in sticky notes 87 Rob Beckett 16 45 sticky notes ▲ 31
244 Move water from one bucket to another 90 Rob Beckett 16 6.6 centimeters ▲ 10
249 Play charades across a river 91 Rob Beckett 16 7 correct answers ▲ 32
254 The lowest unique number of doughnuts 93 Rob Beckett 16 2 doughnuts ▼ 33

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