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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement, objective

id ▲ task contestant measurement objective
773 Find the baby monitor receiver 324 Joe Thomas 44
04:43
time ▼ 2
778 Sneak up on Alex 326 Joe Thomas 44 1 meters ▼ 85
783 Collect the most doughnuts in your bucket 327 Joe Thomas 44 872 grams ▲ 1
790 Transfer the rice to the bottle 331 Joe Thomas 44 18000 grains of rice ▲ 86
795 Convey an object using only facial expressions, noises, adjectives & verbs 332 Joe Thomas 44
02:00
time ▼ 2
800 Travel the furthest while making a continuous noise 333 Joe Thomas 44 98 meters ▲ 4
805 Work out what Alex is wearing 337 Joe Thomas 44
DNF / DQ
time ▼ 2
810 Get the toilet paper through the toilet seat 341 Joe Thomas 44
01:38
time ▼ 2
814 Whip the bottle off the barrel 345 Joe Thomas 44
50.3
time ▼ 2
818 Move the sand from one bucket to another 347 Joe Thomas 44 56 % sand diverted ▲ 87
823 Play long-distance catch with a beach ball 349 Joe Thomas 44 466 miles ▲ 9
828 Herd the ping pong balls into a pen 350 Joe Thomas 44 25.5 herded ping pong balls ▲ 88
833 Conceal yourself inside a phone box 353 Joe Thomas 44
INCONCLUSIVE
time ▼ 2
838 Recall the order of the deck of cards 355 Joe Thomas 44 7 mistakes ▼ 18
843 Score a goal from the greatest distance 356 Joe Thomas 44
DNF / DQ
meters ▲ 4
848 Find the apples 359 Joe Thomas 44 5 pink ladies ▲ 89
853 Work out the crisp flavours 360 Joe Thomas 44 2 correctly guessed crisp flavors ▲ 90
858 Catch the tennis balls 365 Joe Thomas 44
DNF / DQ
points ▲ 91
863 Move the beach ball across the finish line using only water 366 Joe Thomas 44
16:21
time ▼ 2
868 Complete the five-syllable words 367 Joe Thomas 44 3 points ▲ 91
873 Get a ball into a bin with the most bounces 369 Joe Thomas 44 4 bounces ▲ 92
878 Complete some tasks as one person 372 Joe Thomas 44
03:30
time ▼ 2
883 Stack plates and bowls on your head 373 Joe Thomas 44 3 plates and bowls ▲ 93
888 Erase the eraser 375 Joe Thomas 44
19:32
time ▼ 2
893 Hook a duck while wearing inversion goggles 378 Joe Thomas 44
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 9.776ms