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.

24 rows where contestant = 46

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement, objective

id ▲ task contestant measurement objective
775 Find the baby monitor receiver 324 Paul Sinha 46
27:37
time ▼ 2
780 Sneak up on Alex 326 Paul Sinha 46 193 meters ▼ 85
785 Collect the most doughnuts in your bucket 327 Paul Sinha 46 678 grams ▲ 1
792 Transfer the rice to the bottle 331 Paul Sinha 46
DNF / DQ
grains of rice ▲ 86
797 Convey an object using only facial expressions, noises, adjectives & verbs 332 Paul Sinha 46
02:04
time ▼ 2
802 Travel the furthest while making a continuous noise 333 Paul Sinha 46 22 meters ▲ 4
807 Work out what Alex is wearing 337 Paul Sinha 46
08:36
time ▼ 2
812 Get the toilet paper through the toilet seat 341 Paul Sinha 46
13:00
time ▼ 2
820 Move the sand from one bucket to another 347 Paul Sinha 46 23 % sand diverted ▲ 87
825 Play long-distance catch with a beach ball 349 Paul Sinha 46 10557 miles ▲ 9
830 Herd the ping pong balls into a pen 350 Paul Sinha 46 1 herded ping pong balls ▲ 88
835 Conceal yourself inside a phone box 353 Paul Sinha 46
22:47
time ▼ 2
840 Recall the order of the deck of cards 355 Paul Sinha 46 1 mistakes ▼ 18
845 Score a goal from the greatest distance 356 Paul Sinha 46
DNF / DQ
meters ▲ 4
850 Find the apples 359 Paul Sinha 46 2 pink ladies ▲ 89
855 Work out the crisp flavours 360 Paul Sinha 46 1 correctly guessed crisp flavors ▲ 90
860 Catch the tennis balls 365 Paul Sinha 46 -26 points ▲ 91
865 Move the beach ball across the finish line using only water 366 Paul Sinha 46
11:30
time ▼ 2
870 Complete the five-syllable words 367 Paul Sinha 46 14 points ▲ 91
875 Get a ball into a bin with the most bounces 369 Paul Sinha 46 9 bounces ▲ 92
880 Complete some tasks as one person 372 Paul Sinha 46
05:43
time ▼ 2
885 Stack plates and bowls on your head 373 Paul Sinha 46 5 plates and bowls ▲ 93
890 Erase the eraser 375 Paul Sinha 46
34
time ▼ 2
895 Hook a duck while wearing inversion goggles 378 Paul Sinha 46
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.393ms