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

✎ 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
309 The most flamboyant clock 66 Dave Gorman 14 2 3   3 3 3 3    
314 Reach the microwave in the fewest steps 67 Dave Gorman 14 2= 2   2 4 5 5    
319 Propel a pea along a red carpet 68 Dave Gorman 14 1=
DQ
  0   5 5    
324 Make the best snowman 69 Dave Gorman 14 4 5   5 1 10 10    
329 Balance swedes on a Swede 70 Dave Gorman 14 0 3   3 3 13 13    
334 The heaviest shoebox-sized item 71 Dave Gorman 14 2 5   5 1 5 18    
339 Surprise Alex 72 Dave Gorman 14 4 3   3 3 8 21    
344 Release Alex 73 Dave Gorman 14 2= 0   0   8 21 AD+P  
349 An upside-down condiment self-portrait 74 Dave Gorman 14 1= 3   3 3 11 24    
354 Burst all of the balloons 75 Dave Gorman 14 1= 3   3 3 14 27    
359 Unravel the tape 76 Dave Gorman 14 0 3   3 3 17 30    
364 The best battery-operated item 77 Dave Gorman 14 1 1   1 5 1 31    
369 Fill an eggcup with sweat 78 Dave Gorman 14 1= 3   3 3 4 34    
374 Make the best domino rally 79 Dave Gorman 14 1 4   4 2 8 38    
379 Buy a gift for the Taskmaster 80 Dave Gorman 14 2 5   5 1 13 43    
384 Create the best flag meal 81 Dave Gorman 14 3 5   5 1 18 48    
389 Anchor balloons using bread 82 Dave Gorman 14 0 3   3 3 21 51    
394 The shiniest thing 83 Dave Gorman 14 5 3   3 3 3 54    
399 Spread your clothes far and wide 84 Dave Gorman 14 2= 3   3 3 6 57    
404 Find out the lying old man’s occupation 85 Dave Gorman 14 3= 4   4 2 10 61    
409 Create an impressive special effect 86 Dave Gorman 14 1= 3   3 1= 13 64 AD+P  
414 Cover yourself in sticky notes 87 Dave Gorman 14 0 4   4 2 17 68    
420 The most handsome relative 89 Dave Gorman 14 5 5   5 1 5 73    
425 Move water from one bucket to another 90 Dave Gorman 14 3=
DQ
  0   5 73    
430 Play charades across a river 91 Dave Gorman 14 2= 5   5 1= 10 78 AD+P  
435 Create an impressive time-lapse or slow motion film 92 Dave Gorman 14 1 3   3 3= 13 81    
440 The lowest unique number of doughnuts 93 Dave Gorman 14 2 0   0   13 81    

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