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.

26 rows where contestant = 55

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
996 Fell the coconut, then move the drinks 432 Katherine Parkinson 55
DNF / DQ
time ▼ 2
1001 Get the most eggs in the pan 434 Katherine Parkinson 55
DNF / DQ
egg ▲ 102
1006 Get the most balls of the same colour in your bucket using litter pickers 435 Katherine Parkinson 55 -1 correct minus incorrect balls ▲ 103
1011 Find the treasure / Make different, increasingly loud noises 437 Katherine Parkinson 55
17:34
time ▼ 2
1016 Get all the exercise balls in the hoops while in a boat 439 Katherine Parkinson 55
10:02
time ▼ 2
1021 Guess what is making the noises 440 Katherine Parkinson 55 3 correct guesses ▲ 104
1024 Select a wind-up dinosaur 441 Katherine Parkinson 55 7 centimeters ▲ 10
1028 Put the most spaghetti in a grapefruit 444 Katherine Parkinson 55 73 grams ▲ 1
1033 Catapult a shoe into a bathtub 445 Katherine Parkinson 55
32:45
time ▼ 2
1038 Draw an object on a rotating canvas 446 Katherine Parkinson 55 0 round wins ▲ 105
1043 Make the phone ring 448 Katherine Parkinson 55
20:46
time ▼ 2
1048 Drop a water balloon as far as possible without it bursting 450 Katherine Parkinson 55 7.35 meters ▲ 4
1057 Bag the heaviest thing from the greatest distance 453 Katherine Parkinson 55 139706.45 grams ▲ 1
1058 Bag the heaviest thing from the greatest distance 453 Katherine Parkinson 55 3300 centimeters ▲ 10
1059 Bag the heaviest thing from the greatest distance 453 Katherine Parkinson 55 461031285 points ▲ 91
1068 Feed your team-mate(s) the most watermelon 456 Katherine Parkinson 55 331 grams ▲ 1
1073 Transfer the water from one barrel to another 461 Katherine Parkinson 55 7 inches ▲ 59
1078 Move two chickens around a course using a remote-control car and a mobility scooter 464 Katherine Parkinson 55
DNF / DQ
time ▼ 2
1083 Make the best and longest-lasting marble run 466 Katherine Parkinson 55
32.4
time ▲ 35
1090 Fill the cup to overflowing without touching the red green 470 Katherine Parkinson 55
DNF / DQ
time ▼ 2
1095 Extract water from a coconut 472 Katherine Parkinson 55
INCONCLUSIVE
time ▼ 2
1100 Complete the most tasks behind the five motorised doors 476 Katherine Parkinson 55
INCONCLUSIVE
completed tasks ▲ 107
1105 Work out how many balls are in the basket 477 Katherine Parkinson 55
DNF / DQ
difference in balls ▼ 108
1110 Draw the monster described by the Taskmaster 478 Katherine Parkinson 55 10 monster criteria ▲ 109
1115 Put the wellies on the spider’s feet 480 Katherine Parkinson 55
DNF / DQ
time ▼ 2
1120 Neatly hang all the clothes on a rail without stepping over the line 482 Katherine Parkinson 55
05:14
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 10.012ms