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.

19 rows where contestant = 51

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement, objective

id ▲ task contestant measurement objective
900 Hide three aubergines from Alex 380 Katy Wix 51
05:25
time ▲ 35
905 Arrange the lollies in rainbow order 381 Katy Wix 51 0 correct lollies ▲ 94
910 Identify which bin Alex is in 385 Katy Wix 51
DNF / DQ
time ▼ 2
915 Say the word ‘demeaning’ 387 Katy Wix 51
29:00
time ▼ 2
920 Arrange the playdough balls / Do the correct things with the balls 388 Katy Wix 51 11 correct balls ▲ 95
925 Surprise memory test 390 Katy Wix 51 11 remembered items ▲ 96
930 Score a goal with a steamroller 392 Katy Wix 51
11:00
time ▼ 2
935 Fill a glass with water 394 Katy Wix 51 7 parts water minus other ▲ 97
940 Fill a tray with things beginning with a letter you chose 398 Katy Wix 51 168 correct-initialed things ▲ 98
945 Lasso Alex 401 Katy Wix 51
07:30
time ▼ 2
950 Get to know a person who alternately tells the truth, lies, and brags 403 Katy Wix 51 3.5 correct answers ▲ 32
955 Build a tower behind you using a mirror and litter pickers 404 Katy Wix 51 1 bricks ▲ 99
960 Push a watermelon up a slide using breadsticks 407 Katy Wix 51
DNF / DQ
time ▼ 2
965 Throw eggs into metal receptacles 411 Katy Wix 51 12 points ▲ 91
970 Find and put the gold rings on the stick 413 Katy Wix 51 3 gold rings ▲ 100
975 Horse or laminator? 414 Katy Wix 51 5 correct answers ▲ 32
980 Throw something into a pedal bin 416 Katy Wix 51 1.4 meters ▲ 4
985 Inflate, tie, and pop the most balloons 422 Katy Wix 51
DNF / DQ
balloons ▲ 101
990 Complete the seven tasks in any order 428 Katy Wix 51
DNF / DQ
time ▼ 2

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