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.

28 rows where contestant = 36

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
517 Make the tallest lemon tower 208 Russell Howard 36 11 inches ▲ 59
522 Return to the house wearing a hat 209 Russell Howard 36 360 difference in seconds ▼ 5
527 Sort the objects by size using your feet 210 Russell Howard 36 2 sorted objects ▲ 60
530 Spin around and kick a football at the caravan 211 Russell Howard 36 19 spins ▲ 61
534 Get the highest darts score 213 Russell Howard 36 3 darts score ▲ 62
539 Take a picture of people holding eggs 215 Russell Howard 36 23 photographed egg-holders ▲ 63
544 Conceal grapes in your mouth or hand 217 Russell Howard 36 1 deceptions ▲ 64
549 Make something spin for the longest 220 Russell Howard 36
10
time ▲ 35
557 Identify the baby food flavours 221 Russell Howard 36 3 guessed flavors ▲ 65
558 Identify the baby food flavours 221 Russell Howard 36 14 grams ▲ 1
564 Catch the most socks 222 Russell Howard 36 2 caught socks minus touched pants ▲ 66
569 Remove the banknote from under the glass 228 Russell Howard 36
01:19
time ▼ 2
574 Shake hands with the Taskmaster without revealing your identity 229 Russell Howard 36 0 deceptions ▲ 64
579 Work out the length of a piece of string 231 Russell Howard 36 216 difference in feet ▼ 67
584 Remove the tablecloth from underneath the eggs 232 Russell Howard 36 10 unbroken eggs ▲ 68
589 Identify the link and do it 100 times 233 Russell Howard 36
11:18
time ▼ 2
594 Throw eggs onto a shelf 235 Russell Howard 36 5 shelved eggs ▲ 69
599 Knock over the ducks without leaving the carpet 238 Russell Howard 36
DNF / DQ
ducks ▲ 70
604 Predict how many words you can list for a category 241 Russell Howard 36 3 correct answers minus misses ▲ 71
609 Knock the bails off the stumps 243 Russell Howard 36
21
time ▼ 2
614 List and then mime obscure animals 245 Russell Howard 36 11 guessed animals ▲ 72
617 Quickly receive a text message 253 Russell Howard 36
03:51
time ▼ 2
621 Make the biggest bubble and burst it with your nose 255 Russell Howard 36 1.6 inches ▲ 59
626 Make a plastic bag as heavy as possible 258 Russell Howard 36 10 kilograms ▲ 27
631 Hold the most points above the ground 259 Russell Howard 36 68 held points ▲ 73
636 Knock over the fewest bowling pins 261 Russell Howard 36 20 skittles ▼ 74
641 Blow out a candle from a distance 262 Russell Howard 36 2.86 meters ▲ 4
646 Pick numbers higher and lower than the people next to you 264 Russell Howard 36 0 rosettes ▲ 75

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