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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: objective

id ▲ task contestant measurement objective
183 Reach the microwave in the fewest steps 67 Paul Chowdhry 15 125 steps ▼ 25
188 Propel a pea along a red carpet 68 Paul Chowdhry 15
DNF / DQ
meters ▲ 4
193 Balance swedes on a Swede 70 Paul Chowdhry 15 14 balanced swedes ▲ 26
198 The heaviest shoebox-sized item 71 Paul Chowdhry 15 3.6 kilograms ▲ 27
203 Release Alex 73 Paul Chowdhry 15
27:37
time ▼ 2
208 Burst all of the balloons 75 Paul Chowdhry 15
01:26
time ▼ 2
213 Unravel the tape 76 Paul Chowdhry 15
01:12
time ▼ 2
218 Fill an eggcup with sweat 78 Paul Chowdhry 15 12 sweatdrops ▲ 28
223 Anchor balloons using bread 82 Paul Chowdhry 15 3 anchored balloons ▲ 29
228 Spread your clothes far and wide 84 Paul Chowdhry 15 0.0001 square miles ▲ 30
233 Find out the lying old man’s occupation 85 Paul Chowdhry 15
42:07
time ▼ 2
238 Cover yourself in sticky notes 87 Paul Chowdhry 15 29 sticky notes ▲ 31
243 Move water from one bucket to another 90 Paul Chowdhry 15 4 centimeters ▲ 10
248 Play charades across a river 91 Paul Chowdhry 15 19 correct answers ▲ 32
253 The lowest unique number of doughnuts 93 Paul Chowdhry 15 5 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 8.164ms