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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: objective

id ▲ task contestant measurement objective
182 Reach the microwave in the fewest steps 67 Dave Gorman 14 50 steps ▼ 25
187 Propel a pea along a red carpet 68 Dave Gorman 14
DNF / DQ
meters ▲ 4
192 Balance swedes on a Swede 70 Dave Gorman 14 11 balanced swedes ▲ 26
197 The heaviest shoebox-sized item 71 Dave Gorman 14 27.3 kilograms ▲ 27
202 Release Alex 73 Dave Gorman 14
27:37
time ▼ 2
207 Burst all of the balloons 75 Dave Gorman 14
01:50
time ▼ 2
212 Unravel the tape 76 Dave Gorman 14
01:14
time ▼ 2
217 Fill an eggcup with sweat 78 Dave Gorman 14 5 sweatdrops ▲ 28
222 Anchor balloons using bread 82 Dave Gorman 14 6 anchored balloons ▲ 29
227 Spread your clothes far and wide 84 Dave Gorman 14 0.3 square miles ▲ 30
232 Find out the lying old man’s occupation 85 Dave Gorman 14
04:21
time ▼ 2
237 Cover yourself in sticky notes 87 Dave Gorman 14 40 sticky notes ▲ 31
242 Move water from one bucket to another 90 Dave Gorman 14
DNF / DQ
centimeters ▲ 10
247 Play charades across a river 91 Dave Gorman 14 19 correct answers ▲ 32
252 The lowest unique number of doughnuts 93 Dave Gorman 14 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.436ms