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.

20 rows where contestant = 49

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement, objective

id ▲ task contestant measurement objective
898 Hide three aubergines from Alex 380 Ed Gamble 49
13:53
time ▲ 35
903 Arrange the lollies in rainbow order 381 Ed Gamble 49 3 correct lollies ▲ 94
908 Identify which bin Alex is in 385 Ed Gamble 49
03:40
time ▼ 2
913 Say the word ‘demeaning’ 387 Ed Gamble 49
29:00
time ▼ 2
918 Arrange the playdough balls / Do the correct things with the balls 388 Ed Gamble 49 11 correct balls ▲ 95
923 Surprise memory test 390 Ed Gamble 49 4 remembered items ▲ 96
928 Score a goal with a steamroller 392 Ed Gamble 49
INCONCLUSIVE
time ▼ 2
933 Fill a glass with water 394 Ed Gamble 49 15 parts water minus other ▲ 97
938 Fill a tray with things beginning with a letter you chose 398 Ed Gamble 49 44 correct-initialed things ▲ 98
943 Lasso Alex 401 Ed Gamble 49
09:30
time ▼ 2
948 Get to know a person who alternately tells the truth, lies, and brags 403 Ed Gamble 49 3.5 correct answers ▲ 32
953 Build a tower behind you using a mirror and litter pickers 404 Ed Gamble 49 2 bricks ▲ 99
958 Push a watermelon up a slide using breadsticks 407 Ed Gamble 49
INCONCLUSIVE
time ▼ 2
963 Throw eggs into metal receptacles 411 Ed Gamble 49 10 points ▲ 91
968 Find and put the gold rings on the stick 413 Ed Gamble 49 3 gold rings ▲ 100
973 Horse or laminator? 414 Ed Gamble 49 1 correct answers ▲ 32
978 Throw something into a pedal bin 416 Ed Gamble 49 12.4 meters ▲ 4
983 Inflate, tie, and pop the most balloons 422 Ed Gamble 49 41 balloons ▲ 101
988 Complete the seven tasks in any order 428 Ed Gamble 49
INCONCLUSIVE
time ▼ 2
992 Use a spread to delay a pop-up toy 430 Ed Gamble 49
01:30:00
time ▲ 35

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.532ms