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.

20 rows where contestant = 7

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
5 Eat as much watermelon as possible 2 Tim Key 7 293 grams ▲ 1
10 Empty the bathtub 4 Tim Key 7
02:20
time ▼ 2
17 High-five a 55-year-old 8 Tim Key 7
04:29
time ▼ 2
22 Identify the contents of the pies 9 Tim Key 7 4 pies ▲ 3
27 Throw a teabag into a mug 13 Tim Key 7 23.87 meters ▲ 4
32 Get an egg as high as possible 16 Tim Key 7
DNF / DQ
meters ▲ 4
37 Stand up after 100 seconds 17 Tim Key 7 12 difference in seconds ▼ 5
44 Make a block of ice disappear 20 Tim Key 7
13:40
time ▼ 2
49 Score 11 points 23 Tim Key 7
18:01
time ▼ 2
54 Fill an eggcup with tears 24 Tim Key 7 0 tears ▲ 7
59 Memorise an Australian Rules Football team 26 Tim Key 7 1 names ▲ 8
64 Move the boulder as far as possible 28 Tim Key 7 2.3 miles ▲ 9
69 Grow the longest nail 29 Tim Key 7 0 centimeters ▲ 10
74 Make a bed while holding hands 30 Tim Key 7
10:57
time ▼ 2
79 Make a Swedish person blush 31 Tim Key 7 19 blush depth in ticks ▲ 11
96 Play mini golf with eggs 34 Tim Key 7 39 shots ▼ 12
97 Play mini golf with eggs 34 Tim Key 7 3 eggs ▼ 13
98 Play mini golf with eggs 34 Tim Key 7 10 minutes ▼ 14
99 Play mini golf with eggs 34 Tim Key 7 1170 points ▼ 15
104 Separate the blue sweets 37 Tim Key 7 21 blue sweets ▲ 16

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