TdlM / taskmaster

Menu
  • Make shortlink

attempts

Table actions
  • Toggle column notes
PO (presentation order)
the order in which the contestant's prize, VT, work of art, or live attempt was presented; 0 for simultaneous (most live tasks)
± (adjustment)
any alteration (bonus or deduction) applied to the attempt's base score
episode
the contestant's cumulative episode score after this task
series
〃

27 rows where contestant = 13

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: PO, base, points, rank, episode, series

id ▲ task contestant PO base ± points rank episode series team location
308 The most flamboyant clock 66 Al Murray 13 1 4   4 2 4 4    
313 Reach the microwave in the fewest steps 67 Al Murray 13 4= 4   4 2 8 8    
318 Propel a pea along a red carpet 68 Al Murray 13 5 5   5 1 13 13    
323 Make the best snowman 69 Al Murray 13 2= 3   3 3 16 16    
328 Balance swedes on a Swede 70 Al Murray 13 0 5   5 1 21 21    
333 The heaviest shoebox-sized item 71 Al Murray 13 3 3   3 3 3 24    
338 Surprise Alex 72 Al Murray 13 3 4   4 2 7 28    
343 Release Alex 73 Al Murray 13 2= 0   0   7 28 AD+P  
348 An upside-down condiment self-portrait 74 Al Murray 13 1= 5   5 1 12 33    
353 Burst all of the balloons 75 Al Murray 13 5 1   1 5 13 34    
358 Unravel the tape 76 Al Murray 13 0 5   5 1 18 39    
363 The best battery-operated item 77 Al Murray 13 3 2   2 4 2 41    
368 Fill an eggcup with sweat 78 Al Murray 13 4=
DQ
  0   2 41    
373 Make the best domino rally 79 Al Murray 13 4 1   1 4= 3 42    
378 Buy a gift for the Taskmaster 80 Al Murray 13 3 3   3 3 6 45    
383 Create the best flag meal 81 Al Murray 13 2 2   2 4 8 47    
388 Anchor balloons using bread 82 Al Murray 13 0 1   1 5 9 48    
393 The shiniest thing 83 Al Murray 13 4 1   1 5 1 49    
398 Spread your clothes far and wide 84 Al Murray 13 4= 5   5 1 6 54    
403 Find out the lying old man’s occupation 85 Al Murray 13 5 5   5 1 11 59    
408 Create an impressive special effect 86 Al Murray 13 1= 3   3 1= 14 62 AD+P  
413 Cover yourself in sticky notes 87 Al Murray 13 0 2   2 4 16 64    
419 The most handsome relative 89 Al Murray 13 3 4   4 2 4 68    
424 Move water from one bucket to another 90 Al Murray 13 5 5   5 1 9 73    
429 Play charades across a river 91 Al Murray 13 2= 5   5 1= 14 78 AD+P  
434 Create an impressive time-lapse or slow motion film 92 Al Murray 13 3 2   2 5 16 80    
439 The lowest unique number of doughnuts 93 Al Murray 13 1 0   0   16 80    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE attempts (
   id         INTEGER PRIMARY KEY,
   task       INTEGER REFERENCES tasks(id),
   contestant INTEGER REFERENCES people(id),
   PO         TEXT,
   base       INTEGER,
   adjustment INTEGER,
   points     INTEGER,
   rank       TEXT,
   episode    INTEGER,
   series     INTEGER,
   team       INTEGER REFERENCES teams(id),
   location   INTEGER REFERENCES special_locations(id)
);
Powered by Datasette · Queries took 20.283ms