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.

21 rows where contestant = 4

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement, objective

id ▲ task contestant measurement objective
2 Eat as much watermelon as possible 2 Josh Widdicombe 4 218 grams ▲ 1
7 Empty the bathtub 4 Josh Widdicombe 4
08:52
time ▼ 2
14 High-five a 55-year-old 8 Josh Widdicombe 4
03:18
time ▼ 2
19 Identify the contents of the pies 9 Josh Widdicombe 4 3 pies ▲ 3
24 Throw a teabag into a mug 13 Josh Widdicombe 4 15.1 meters ▲ 4
29 Get an egg as high as possible 16 Josh Widdicombe 4 6.8 meters ▲ 4
34 Stand up after 100 seconds 17 Josh Widdicombe 4 5 difference in seconds ▼ 5
38 Guess Frank’s age in minutes 18 Josh Widdicombe 4 30305028 difference in minutes ▼ 6
41 Make a block of ice disappear 20 Josh Widdicombe 4
17:04
time ▼ 2
46 Score 11 points 23 Josh Widdicombe 4
11:12
time ▼ 2
51 Fill an eggcup with tears 24 Josh Widdicombe 4 7 tears ▲ 7
56 Memorise an Australian Rules Football team 26 Josh Widdicombe 4 1 names ▲ 8
61 Move the boulder as far as possible 28 Josh Widdicombe 4 14.7 miles ▲ 9
66 Grow the longest nail 29 Josh Widdicombe 4 2.8 centimeters ▲ 10
71 Make a bed while holding hands 30 Josh Widdicombe 4
16:03
time ▼ 2
76 Make a Swedish person blush 31 Josh Widdicombe 4 10 blush depth in ticks ▲ 11
84 Play mini golf with eggs 34 Josh Widdicombe 4 42 shots ▼ 12
85 Play mini golf with eggs 34 Josh Widdicombe 4 7 eggs ▼ 13
86 Play mini golf with eggs 34 Josh Widdicombe 4 21 minutes ▼ 14
87 Play mini golf with eggs 34 Josh Widdicombe 4 6174 points ▼ 15
101 Separate the blue sweets 37 Josh Widdicombe 4 10 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 9.0ms