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.

25 rows where contestant = 40

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
650 Make the best quick-change outfit 266 Kerry Godliman 40
3.6
time ▼ 2
655 Build the tallest cardboard box tower 267 Kerry Godliman 40 300 centimeters ▲ 10
660 Work out the perimeter of the caravan in beans 268 Kerry Godliman 40 215 difference in baked beans ▼ 76
665 Write a ten word story while running 271 Kerry Godliman 40
44
time ▼ 2
670 Build a tower of cans within a hoop 275 Kerry Godliman 40 13 cans ▲ 48
674 Guess the number on Alex’s forearm 276 Kerry Godliman 40 21.51 difference ▼ 77
677 Raise Alex’s heart rate 278 Kerry Godliman 40 43 beats per minute ▲ 78
682 Get the ball into the hole by striking it 280 Kerry Godliman 40 7 strokes ▼ 79
687 Silently mouth a ten word fact to Greg 281 Kerry Godliman 40 9 understood words ▲ 80
692 Work out what the switch does 283 Kerry Godliman 40
09:26
time ▼ 2
697 Make the scales read exactly 31.770kg 285 Kerry Godliman 40
08:13
time ▼ 2
702 Get dressed while wearing handcuffs 286 Kerry Godliman 40 4 correctly donned items ▲ 81
709 Make the most white circles on the target 290 Kerry Godliman 40 21 white circles ▲ 82
714 Put 50 different things in the bin 295 Kerry Godliman 40
01:27
time ▼ 2
721 Place 10 pairs of glasses into the smallest box 298 Kerry Godliman 40 4 box size ▼ 83
722 Place 10 pairs of glasses into the smallest box 298 Kerry Godliman 40 7.5 pairs of glasses ▲ 84
729 Throw something into the bin behind the fence 301 Kerry Godliman 40
12:02
time ▼ 2
734 Don’t blink 302 Kerry Godliman 40
11
time ▲ 35
739 Beat on the drum after exactly 9.58 seconds 305 Kerry Godliman 40 3.43 difference in seconds ▼ 5
744 Follow the clues and then do what they spell 308 Kerry Godliman 40
05:47
time ▼ 2
749 Find the satsuma in a sock 314 Kerry Godliman 40
08:40
time ▼ 2
754 Complete a 24-shot rally 315 Kerry Godliman 40
12:49
time ▼ 2
759 Put on overalls and lie on the ground when the siren sounds 318 Kerry Godliman 40
08:30
time ▼ 2
764 Find the hard-boiled egg 319 Kerry Godliman 40
DNF / DQ
time ▼ 2
769 Tie yourself up as securely as possible 321 Kerry Godliman 40
02:45
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 4163.216ms