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

✎ 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
311 The most flamboyant clock 66 Rob Beckett 16 4 2   2 4 2 2    
316 Reach the microwave in the fewest steps 67 Rob Beckett 16 1 5   5 1 7 7    
321 Propel a pea along a red carpet 68 Rob Beckett 16 4 4   4 2 11 11    
326 Make the best snowman 69 Rob Beckett 16 1 2   2 4 13 13    
331 Balance swedes on a Swede 70 Rob Beckett 16 0 2   2 4 15 15    
336 The heaviest shoebox-sized item 71 Rob Beckett 16 5 4   4 2 4 19    
341 Surprise Alex 72 Rob Beckett 16 5 5   5 1 9 24    
346 Release Alex 73 Rob Beckett 16 1= 5   5 1= 14 29 R+S  
351 An upside-down condiment self-portrait 74 Rob Beckett 16 1= 2   2 4= 16 31    
356 Burst all of the balloons 75 Rob Beckett 16 3= 5   5 1 21 36    
361 Unravel the tape 76 Rob Beckett 16 0 0   0   21 36    
366 The best battery-operated item 77 Rob Beckett 16 2 5   5 1 5 41    
371 Fill an eggcup with sweat 78 Rob Beckett 16 1= 2   2 4 7 43    
376 Make the best domino rally 79 Rob Beckett 16 3 3   3 3 10 46    
381 Buy a gift for the Taskmaster 80 Rob Beckett 16 1 4   4 2 14 50    
386 Create the best flag meal 81 Rob Beckett 16 4 1   1 5 15 51    
391 Anchor balloons using bread 82 Rob Beckett 16 0 4   4 2 19 55    
396 The shiniest thing 83 Rob Beckett 16 2 2   2 4 2 57    
401 Spread your clothes far and wide 84 Rob Beckett 16 4= 4   4 2 6 61    
406 Find out the lying old man’s occupation 85 Rob Beckett 16 1= 2   2 4 8 63    
411 Create an impressive special effect 86 Rob Beckett 16 2= 2   2 2= 10 65 R+S  
416 Cover yourself in sticky notes 87 Rob Beckett 16 0 5   5 1 15 70    
422 The most handsome relative 89 Rob Beckett 16 4 3   3 3 3 73    
427 Move water from one bucket to another 90 Rob Beckett 16 1= 4   4 2 7 77    
432 Play charades across a river 91 Rob Beckett 16 1= 0   0   7 77 R+S  
437 Create an impressive time-lapse or slow motion film 92 Rob Beckett 16 5 5   5 1= 12 82    
442 The lowest unique number of doughnuts 93 Rob Beckett 16 4 5   5 1 17 87    

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