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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement, objective

id ▲ task contestant measurement objective
897 Hide three aubergines from Alex 380 David Baddiel 48
02:00
time ▲ 35
902 Arrange the lollies in rainbow order 381 David Baddiel 48 1 correct lollies ▲ 94
907 Identify which bin Alex is in 385 David Baddiel 48
06:53
time ▼ 2
912 Say the word ‘demeaning’ 387 David Baddiel 48
36:26
time ▼ 2
917 Arrange the playdough balls / Do the correct things with the balls 388 David Baddiel 48 3 correct balls ▲ 95
922 Surprise memory test 390 David Baddiel 48
INCONCLUSIVE
remembered items ▲ 96
927 Score a goal with a steamroller 392 David Baddiel 48
15:20
time ▼ 2
932 Fill a glass with water 394 David Baddiel 48 9 parts water minus other ▲ 97
937 Fill a tray with things beginning with a letter you chose 398 David Baddiel 48 1 correct-initialed things ▲ 98
942 Lasso Alex 401 David Baddiel 48
24:00
time ▼ 2
947 Get to know a person who alternately tells the truth, lies, and brags 403 David Baddiel 48 1.5 correct answers ▲ 32
952 Build a tower behind you using a mirror and litter pickers 404 David Baddiel 48 1 bricks ▲ 99
957 Push a watermelon up a slide using breadsticks 407 David Baddiel 48
DNF / DQ
time ▼ 2
962 Throw eggs into metal receptacles 411 David Baddiel 48 8 points ▲ 91
967 Find and put the gold rings on the stick 413 David Baddiel 48 1 gold rings ▲ 100
972 Horse or laminator? 414 David Baddiel 48 0 correct answers ▲ 32
977 Throw something into a pedal bin 416 David Baddiel 48 0 meters ▲ 4
982 Inflate, tie, and pop the most balloons 422 David Baddiel 48 14 balloons ▲ 101
987 Complete the seven tasks in any order 428 David Baddiel 48
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 8.597ms