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.

25 rows where contestant = 47

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: objective

id ▲ task contestant measurement objective
776 Find the baby monitor receiver 324 Sian Gibson 47
03:40
time ▼ 2
781 Sneak up on Alex 326 Sian Gibson 47 181 meters ▼ 85
786 Collect the most doughnuts in your bucket 327 Sian Gibson 47 1002 grams ▲ 1
793 Transfer the rice to the bottle 331 Sian Gibson 47 5880 grains of rice ▲ 86
798 Convey an object using only facial expressions, noises, adjectives & verbs 332 Sian Gibson 47
02:00
time ▼ 2
803 Travel the furthest while making a continuous noise 333 Sian Gibson 47 38.1 meters ▲ 4
808 Work out what Alex is wearing 337 Sian Gibson 47
05:14
time ▼ 2
813 Get the toilet paper through the toilet seat 341 Sian Gibson 47
05:00
time ▼ 2
816 Whip the bottle off the barrel 345 Sian Gibson 47
9.4
time ▼ 2
821 Move the sand from one bucket to another 347 Sian Gibson 47 54 % sand diverted ▲ 87
826 Play long-distance catch with a beach ball 349 Sian Gibson 47 466 miles ▲ 9
831 Herd the ping pong balls into a pen 350 Sian Gibson 47 8 herded ping pong balls ▲ 88
836 Conceal yourself inside a phone box 353 Sian Gibson 47
INCONCLUSIVE
time ▼ 2
841 Recall the order of the deck of cards 355 Sian Gibson 47 13 mistakes ▼ 18
846 Score a goal from the greatest distance 356 Sian Gibson 47 9.8 meters ▲ 4
851 Find the apples 359 Sian Gibson 47
DNF / DQ
pink ladies ▲ 89
856 Work out the crisp flavours 360 Sian Gibson 47 0.5 correctly guessed crisp flavors ▲ 90
861 Catch the tennis balls 365 Sian Gibson 47
DNF / DQ
points ▲ 91
866 Move the beach ball across the finish line using only water 366 Sian Gibson 47
06:40
time ▼ 2
871 Complete the five-syllable words 367 Sian Gibson 47 5 points ▲ 91
876 Get a ball into a bin with the most bounces 369 Sian Gibson 47 112 bounces ▲ 92
881 Complete some tasks as one person 372 Sian Gibson 47
03:30
time ▼ 2
886 Stack plates and bowls on your head 373 Sian Gibson 47 0 plates and bowls ▲ 93
891 Erase the eraser 375 Sian Gibson 47
09:40
time ▼ 2
896 Hook a duck while wearing inversion goggles 378 Sian Gibson 47
DNF / DQ
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 15.418ms