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.

27 rows where contestant = 21

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
259 Fell all the ducks 97 Mel Giedroyc 21
07:25
time ▼ 2
264 Make the most fruit juice 98 Mel Giedroyc 21 7 milliliters ▲ 34
269 Keep the basketball on the treadmill 100 Mel Giedroyc 21
9
time ▲ 35
274 Get the flour onto the target 102 Mel Giedroyc 21 193 grams ▲ 1
282 Put an egg in an egg cup without touching either 103 Mel Giedroyc 21 5 penalties ▼ 36
283 Put an egg in an egg cup without touching either 103 Mel Giedroyc 21
05:57
time ▼ 2
289 Make the longest balloon chain 104 Mel Giedroyc 21 7 chained balloons ▲ 37
294 Persuade three animals to stand on the mat 108 Mel Giedroyc 21
14:24
time ▼ 2
299 Transfer water from one fishbowl to another 109 Mel Giedroyc 21 74 milliliters ▲ 34
306 Make the highest splash 113 Mel Giedroyc 21 4.5 meters ▲ 4
311 Make the tallest tube tower 117 Mel Giedroyc 21 3 tubes ▲ 38
316 Slide as far as possible 119 Mel Giedroyc 21 56.5 meters ▲ 4
324 Don the diving gear while maintaining eye contact and small talk 120 Mel Giedroyc 21 29 penalties ▼ 36
325 Don the diving gear while maintaining eye contact and small talk 120 Mel Giedroyc 21
07:49
time ▼ 2
331 Make the longest continuous noise 123 Mel Giedroyc 21
14
time ▲ 35
334 Eat as many peas as possible 124 Mel Giedroyc 21 174 peas ▲ 39
338 Pass a camel through a small gap 126 Mel Giedroyc 21
INCONCLUSIVE
centimeters ▼ 40
346 Score a goal with a shopping bag 127 Mel Giedroyc 21 3 kicks ▼ 41
347 Score a goal with a shopping bag 127 Mel Giedroyc 21
03:15
time ▼ 2
353 Identify the contents of the sleeping bag 131 Mel Giedroyc 21 0 identified items ▲ 42
361 Cross the bunting to give Alex his lunch 134 Mel Giedroyc 21 5 penalties ▼ 36
362 Cross the bunting to give Alex his lunch 134 Mel Giedroyc 21
02:50
time ▼ 2
368 Hide from Alex 135 Mel Giedroyc 21
02:34
time ▲ 35
373 Wheelie bin obstacle course 136 Mel Giedroyc 21
06:39
time ▼ 2
381 The most cash 140 Mel Giedroyc 21 240 £ ▲ 43
386 Strike an item the farthest 143 Mel Giedroyc 21 8.12 meters ▲ 4
391 Draw the median duck 145 Mel Giedroyc 21 13 inches ◀ 44

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