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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
1148 Deliver all the plates to Alex 493 Sarah Kendall 67 0 penalties ▼ 36
1149 Deliver all the plates to Alex 493 Sarah Kendall 67
02:29
time ▼ 2
1154 Stack your buckets so that they are taller than you 494 Sarah Kendall 67
INCONCLUSIVE
time ▼ 2
1159 Make the balloon hover 496 Sarah Kendall 67
21:18
time ▼ 2
1164 Have an argument 497 Sarah Kendall 67
03:08
time ▲ 35
1169 Correctly guess your standing in the group 499 Sarah Kendall 67 2 correct guesses ▲ 104
1174 Make the sauna stones hiss 501 Sarah Kendall 67
08:02
time ▼ 2
1179 Get your luggage through security 503 Sarah Kendall 67
INCONCLUSIVE
time ▼ 2
1184 Act out nursery rhymes 504 Sarah Kendall 67 4 nursery rhymes ▲ 114
1189 Get all of the banana in the bottle 506 Sarah Kendall 67
08:49
time ▼ 2
1194 Put the bag of salt onto that table 507 Sarah Kendall 67
INCONCLUSIVE
time ▼ 2
1199 Get the sheet of loo roll as far away as possible 508 Sarah Kendall 67 14 meters ▲ 4
1204 Identify the contents of the bowl 509 Sarah Kendall 67 3 correct answers ▲ 32
1209 Cover your legs in cling film and gaffer tape / Put on the captain’s hat 511 Sarah Kendall 67
41
time ▼ 2
1214 Sort the objects with your face 513 Sarah Kendall 67
DNF / DQ
sorted objects ▲ 60
1219 Slap and tong 514 Sarah Kendall 67 4 slaps plus tongs ▲ 115
1224 Identify the battered items 519 Sarah Kendall 67 5 identified items ▲ 42
1231 Complete the most tasks 523 Sarah Kendall 67 2 completed tasks ▲ 107
1236 Get out of the front gate 525 Sarah Kendall 67 34 alarms ▼ 117
1241 Make your rubber gloves and wellies as heavy as possible 526 Sarah Kendall 67 1120 grams ▲ 1
1246 Complete various tasks while saying ‘metronome’ 528 Sarah Kendall 67
INCONCLUSIVE
missed beats ▼ 118
1251 Build and topple a tower for a pot of yoghurt 534 Sarah Kendall 67 2 score ▲ 119
1256 Scientifically work out how much Alex’s feet and head weigh 539 Sarah Kendall 67 1420 difference in grams ▼ 120
1261 Direct a teammate into the red circle 540 Sarah Kendall 67
21:18
time ▼ 2
1266 Keeping your head still at all times, correctly don your special outfit 541 Sarah Kendall 67
09:00
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 11.255ms