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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
998 Fell the coconut, then move the drinks 432 Richard Herring 57
DNF / DQ
time ▼ 2
1003 Get the most eggs in the pan 434 Richard Herring 57
DNF / DQ
egg ▲ 102
1008 Get the most balls of the same colour in your bucket using litter pickers 435 Richard Herring 57 12 correct minus incorrect balls ▲ 103
1013 Find the treasure / Make different, increasingly loud noises 437 Richard Herring 57
18:55
time ▼ 2
1018 Get all the exercise balls in the hoops while in a boat 439 Richard Herring 57
06:33
time ▼ 2
1023 Guess what is making the noises 440 Richard Herring 57 6 correct guesses ▲ 104
1025 Select a wind-up dinosaur 441 Richard Herring 57
DNF / DQ
centimeters ▲ 10
1030 Put the most spaghetti in a grapefruit 444 Richard Herring 57 147 grams ▲ 1
1035 Catapult a shoe into a bathtub 445 Richard Herring 57
16:10
time ▼ 2
1040 Draw an object on a rotating canvas 446 Richard Herring 57 3 round wins ▲ 105
1045 Make the phone ring 448 Richard Herring 57
10:00
time ▼ 2
1050 Drop a water balloon as far as possible without it bursting 450 Richard Herring 57 3.5 meters ▲ 4
1063 Bag the heaviest thing from the greatest distance 453 Richard Herring 57 15500 grams ▲ 1
1064 Bag the heaviest thing from the greatest distance 453 Richard Herring 57 270 centimeters ▲ 10
1065 Bag the heaviest thing from the greatest distance 453 Richard Herring 57 4185000 points ▲ 91
1070 Feed your team-mate(s) the most watermelon 456 Richard Herring 57 1000 grams ▲ 1
1075 Transfer the water from one barrel to another 461 Richard Herring 57 12 inches ▲ 59
1080 Move two chickens around a course using a remote-control car and a mobility scooter 464 Richard Herring 57
04:30
time ▼ 2
1085 Make the best and longest-lasting marble run 466 Richard Herring 57
8.38
time ▲ 35
1092 Fill the cup to overflowing without touching the red green 470 Richard Herring 57
DNF / DQ
time ▼ 2
1097 Extract water from a coconut 472 Richard Herring 57
INCONCLUSIVE
time ▼ 2
1102 Complete the most tasks behind the five motorised doors 476 Richard Herring 57 2.5 completed tasks ▲ 107
1107 Work out how many balls are in the basket 477 Richard Herring 57 797 difference in balls ▼ 108
1112 Draw the monster described by the Taskmaster 478 Richard Herring 57 14 monster criteria ▲ 109
1117 Put the wellies on the spider’s feet 480 Richard Herring 57
11:48
time ▼ 2
1122 Neatly hang all the clothes on a rail without stepping over the line 482 Richard Herring 57
08:10
time ▼ 2
1124 Guess how many green eggs are under the Taskmaster’s chair 484 Richard Herring 57 4 difference in green eggs ▼ 110

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