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 objective = 27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: task, measurement

id ▲ task contestant measurement objective
196 The heaviest shoebox-sized item 71 Al Murray 13 0.9 kilograms ▲ 27
197 The heaviest shoebox-sized item 71 Dave Gorman 14 27.3 kilograms ▲ 27
198 The heaviest shoebox-sized item 71 Paul Chowdhry 15 3.6 kilograms ▲ 27
199 The heaviest shoebox-sized item 71 Rob Beckett 16 9.3 kilograms ▲ 27
200 The heaviest shoebox-sized item 71 Sara Pascoe 17
INCONCLUSIVE
kilograms ▲ 27
450 Balance Alex on a see-saw 177 Aisling Bea 23
INCONCLUSIVE
kilograms ▲ 27
451 Balance Alex on a see-saw 177 Bob Mortimer 24 32 kilograms ▲ 27
452 Balance Alex on a see-saw 177 Mark Watson 25 7.2 kilograms ▲ 27
453 Balance Alex on a see-saw 177 Nish Kumar 26 25.2 kilograms ▲ 27
454 Balance Alex on a see-saw 177 Sally Phillips 27 20.16 kilograms ▲ 27
623 Make a plastic bag as heavy as possible 258 Alice Levine 33 20.5 kilograms ▲ 27
624 Make a plastic bag as heavy as possible 258 Asim Chaudhry 34 16 kilograms ▲ 27
625 Make a plastic bag as heavy as possible 258 Liza Tarbuck 35 27 kilograms ▲ 27
626 Make a plastic bag as heavy as possible 258 Russell Howard 36 10 kilograms ▲ 27
627 Make a plastic bag as heavy as possible 258 Tim Vine 37
DNF / DQ
kilograms ▲ 27
1642 Put the most sand in the shopping trolley 670 Dara Ó Briain 88 20.9 kilograms ▲ 27
1643 Put the most sand in the shopping trolley 670 Fern Brady 89 20.9 kilograms ▲ 27
1644 Put the most sand in the shopping trolley 670 John Kearns 90 20.9 kilograms ▲ 27
1645 Put the most sand in the shopping trolley 670 Munya Chawawa 91 21 kilograms ▲ 27
1646 Put the most sand in the shopping trolley 670 Sarah Millican 92 21 kilograms ▲ 27

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