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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
995 Fell the coconut, then move the drinks 432 Johnny Vegas 54
DNF / DQ
time ▼ 2
1000 Get the most eggs in the pan 434 Johnny Vegas 54
DNF / DQ
egg ▲ 102
1005 Get the most balls of the same colour in your bucket using litter pickers 435 Johnny Vegas 54 6 correct minus incorrect balls ▲ 103
1010 Find the treasure / Make different, increasingly loud noises 437 Johnny Vegas 54
17:34
time ▼ 2
1015 Get all the exercise balls in the hoops while in a boat 439 Johnny Vegas 54
22:00
time ▼ 2
1020 Guess what is making the noises 440 Johnny Vegas 54 3 correct guesses ▲ 104
1027 Put the most spaghetti in a grapefruit 444 Johnny Vegas 54 407 grams ▲ 1
1032 Catapult a shoe into a bathtub 445 Johnny Vegas 54
12:20
time ▼ 2
1037 Draw an object on a rotating canvas 446 Johnny Vegas 54 0 round wins ▲ 105
1042 Make the phone ring 448 Johnny Vegas 54
29:00
time ▼ 2
1047 Drop a water balloon as far as possible without it bursting 450 Johnny Vegas 54 7.35 meters ▲ 4
1054 Bag the heaviest thing from the greatest distance 453 Johnny Vegas 54 100000 grams ▲ 1
1055 Bag the heaviest thing from the greatest distance 453 Johnny Vegas 54 10 centimeters ▲ 10
1056 Bag the heaviest thing from the greatest distance 453 Johnny Vegas 54 1000000 points ▲ 91
1067 Feed your team-mate(s) the most watermelon 456 Johnny Vegas 54 331 grams ▲ 1
1072 Transfer the water from one barrel to another 461 Johnny Vegas 54 10 inches ▲ 59
1077 Move two chickens around a course using a remote-control car and a mobility scooter 464 Johnny Vegas 54
03:40
time ▼ 2
1082 Make the best and longest-lasting marble run 466 Johnny Vegas 54
8.1
time ▲ 35
1086 Work out how many sheets are on a toilet roll 468 Johnny Vegas 54 60 difference in sheets ▼ 106
1089 Fill the cup to overflowing without touching the red green 470 Johnny Vegas 54
DNF / DQ
time ▼ 2
1094 Extract water from a coconut 472 Johnny Vegas 54
57
time ▼ 2
1099 Complete the most tasks behind the five motorised doors 476 Johnny Vegas 54 2.3 completed tasks ▲ 107
1104 Work out how many balls are in the basket 477 Johnny Vegas 54
DNF / DQ
difference in balls ▼ 108
1109 Draw the monster described by the Taskmaster 478 Johnny Vegas 54 11 monster criteria ▲ 109
1114 Put the wellies on the spider’s feet 480 Johnny Vegas 54
DNF / DQ
time ▼ 2
1119 Neatly hang all the clothes on a rail without stepping over the line 482 Johnny Vegas 54
06:50
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 9.554ms