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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
1476 Find all ten ducks in the lab 599 Chris Ramsey 80 7 ducks ▲ 70
1481 Tie a ribbon round the maypole or hit it with a ping pong ball 604 Chris Ramsey 80
38.18
time ▼ 2
1486 Score an exercise ball hat-trick using a buggy 606 Chris Ramsey 80
08:38
time ▼ 2
1491 Make all the things happen at the same time 610 Chris Ramsey 80
02:57
time ▼ 2
1496 Enable Alex to bite his duck 611 Chris Ramsey 80
15:38
time ▼ 2
1501 Face leg or other leg? 612 Chris Ramsey 80 1 deceptions ▲ 64
1506 Guess Shoe 614 Chris Ramsey 80 13 questions ▼ 132
1511 Make a stirring speech out of the bunting 616 Chris Ramsey 80 57 characters ▲ 133
1515 Turn over the most beer mats 618 Chris Ramsey 80 59 beer mats ▲ 134
1518 Raise the water level to the top of the fish tank 622 Chris Ramsey 80
DNF / DQ
millimeters ▼ 135
1523 Answer Alex's phone call 623 Chris Ramsey 80
INCONCLUSIVE
time ▼ 2
1528 Record a high number on a pedometer 627 Chris Ramsey 80 2789 steps ▲ 58
1531 Display your vocal range 630 Chris Ramsey 80 18 hertz ▼ 136
1532 Display your vocal range 630 Chris Ramsey 80 39 hertz ▲ 137
1533 Display your vocal range 630 Chris Ramsey 80 21 note range ▲ 138
1539 Deliver a cocktail to Greg 633 Chris Ramsey 80
13:27
time ▼ 2
1546 Eat your beautiful sculpture 635 Chris Ramsey 80 137 grams ▲ 1
1547 Eat your beautiful sculpture 635 Chris Ramsey 80
04:26
time ▼ 2
1554 Poke your tongue out for the longest time 639 Chris Ramsey 80
14:30
time ▲ 35
1559 Write down things that fit the category 641 Chris Ramsey 80 3 points ▲ 91
1564 Make the longest cup snake 644 Chris Ramsey 80 9.66 meters ▲ 4
1569 Predict how many cans you can fit in a bag 646 Chris Ramsey 80 30 tin cans ▲ 139
1574 Identify the liquids 648 Chris Ramsey 80 3 identified liquids ▲ 140
1579 Get the most ducks in Alex's basket 649 Chris Ramsey 80 65 basketed ducks ▲ 141

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 11.085ms