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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
518 Make the tallest lemon tower 208 Tim Vine 37 7 inches ▲ 59
523 Return to the house wearing a hat 209 Tim Vine 37 1160 difference in seconds ▼ 5
528 Sort the objects by size using your feet 210 Tim Vine 37
DNF / DQ
sorted objects ▲ 60
535 Get the highest darts score 213 Tim Vine 37 29 darts score ▲ 62
540 Take a picture of people holding eggs 215 Tim Vine 37 8 photographed egg-holders ▲ 63
545 Conceal grapes in your mouth or hand 217 Tim Vine 37 1 deceptions ▲ 64
550 Make something spin for the longest 220 Tim Vine 37
03:47
time ▲ 35
559 Identify the baby food flavours 221 Tim Vine 37 1 guessed flavors ▲ 65
560 Identify the baby food flavours 221 Tim Vine 37 0 grams ▲ 1
565 Catch the most socks 222 Tim Vine 37 0 caught socks minus touched pants ▲ 66
570 Remove the banknote from under the glass 228 Tim Vine 37
02:54
time ▼ 2
575 Shake hands with the Taskmaster without revealing your identity 229 Tim Vine 37 0 deceptions ▲ 64
580 Work out the length of a piece of string 231 Tim Vine 37 10 difference in feet ▼ 67
585 Remove the tablecloth from underneath the eggs 232 Tim Vine 37 10 unbroken eggs ▲ 68
590 Identify the link and do it 100 times 233 Tim Vine 37
08:34
time ▼ 2
595 Throw eggs onto a shelf 235 Tim Vine 37 5 shelved eggs ▲ 69
600 Knock over the ducks without leaving the carpet 238 Tim Vine 37 78 ducks ▲ 70
605 Predict how many words you can list for a category 241 Tim Vine 37 3 correct answers minus misses ▲ 71
610 Knock the bails off the stumps 243 Tim Vine 37
02:28
time ▼ 2
615 List and then mime obscure animals 245 Tim Vine 37 8 guessed animals ▲ 72
622 Make the biggest bubble and burst it with your nose 255 Tim Vine 37 3 inches ▲ 59
627 Make a plastic bag as heavy as possible 258 Tim Vine 37
DNF / DQ
kilograms ▲ 27
632 Hold the most points above the ground 259 Tim Vine 37 55 held points ▲ 73
637 Knock over the fewest bowling pins 261 Tim Vine 37 33 skittles ▼ 74
642 Blow out a candle from a distance 262 Tim Vine 37 13.8 meters ▲ 4
647 Pick numbers higher and lower than the people next to you 264 Tim Vine 37 3 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 13.577ms