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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: objective

id ▲ task contestant measurement objective
181 Reach the microwave in the fewest steps 67 Al Murray 13 8 steps ▼ 25
186 Propel a pea along a red carpet 68 Al Murray 13 28968 meters ▲ 4
191 Balance swedes on a Swede 70 Al Murray 13 15 balanced swedes ▲ 26
196 The heaviest shoebox-sized item 71 Al Murray 13 0.9 kilograms ▲ 27
201 Release Alex 73 Al Murray 13
27:37
time ▼ 2
206 Burst all of the balloons 75 Al Murray 13
DNF / DQ
time ▼ 2
211 Unravel the tape 76 Al Murray 13
55
time ▼ 2
216 Fill an eggcup with sweat 78 Al Murray 13
DNF / DQ
sweatdrops ▲ 28
221 Anchor balloons using bread 82 Al Murray 13 2 anchored balloons ▲ 29
226 Spread your clothes far and wide 84 Al Murray 13 6.2 square miles ▲ 30
231 Find out the lying old man’s occupation 85 Al Murray 13
02:08
time ▼ 2
236 Cover yourself in sticky notes 87 Al Murray 13 31 sticky notes ▲ 31
241 Move water from one bucket to another 90 Al Murray 13 11 centimeters ▲ 10
246 Play charades across a river 91 Al Murray 13 19 correct answers ▲ 32
251 The lowest unique number of doughnuts 93 Al Murray 13 1 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.344ms