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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: measurement, objective

id ▲ task contestant measurement objective
774 Find the baby monitor receiver 324 Lou Sanders 45
09:59
time ▼ 2
779 Sneak up on Alex 326 Lou Sanders 45
INCONCLUSIVE
meters ▼ 85
784 Collect the most doughnuts in your bucket 327 Lou Sanders 45 2400 grams ▲ 1
788 Peel a banana with your feet 328 Lou Sanders 45
01:01
time ▼ 2
791 Transfer the rice to the bottle 331 Lou Sanders 45 16590 grains of rice ▲ 86
796 Convey an object using only facial expressions, noises, adjectives & verbs 332 Lou Sanders 45
02:04
time ▼ 2
801 Travel the furthest while making a continuous noise 333 Lou Sanders 45 39.9 meters ▲ 4
806 Work out what Alex is wearing 337 Lou Sanders 45
07:11
time ▼ 2
811 Get the toilet paper through the toilet seat 341 Lou Sanders 45
01:19
time ▼ 2
815 Whip the bottle off the barrel 345 Lou Sanders 45
52
time ▼ 2
819 Move the sand from one bucket to another 347 Lou Sanders 45 68 % sand diverted ▲ 87
824 Play long-distance catch with a beach ball 349 Lou Sanders 45 10557 miles ▲ 9
829 Herd the ping pong balls into a pen 350 Lou Sanders 45 25.5 herded ping pong balls ▲ 88
834 Conceal yourself inside a phone box 353 Lou Sanders 45
08:17
time ▼ 2
839 Recall the order of the deck of cards 355 Lou Sanders 45
DNF / DQ
mistakes ▼ 18
844 Score a goal from the greatest distance 356 Lou Sanders 45
DNF / DQ
meters ▲ 4
849 Find the apples 359 Lou Sanders 45 4 pink ladies ▲ 89
854 Work out the crisp flavours 360 Lou Sanders 45 0.5 correctly guessed crisp flavors ▲ 90
859 Catch the tennis balls 365 Lou Sanders 45 4 points ▲ 91
864 Move the beach ball across the finish line using only water 366 Lou Sanders 45
05:37
time ▼ 2
869 Complete the five-syllable words 367 Lou Sanders 45 0 points ▲ 91
874 Get a ball into a bin with the most bounces 369 Lou Sanders 45 225 bounces ▲ 92
879 Complete some tasks as one person 372 Lou Sanders 45
05:43
time ▼ 2
884 Stack plates and bowls on your head 373 Lou Sanders 45 6 plates and bowls ▲ 93
889 Erase the eraser 375 Lou Sanders 45
02:50
time ▼ 2
894 Hook a duck while wearing inversion goggles 378 Lou Sanders 45
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 40.67ms