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

✎ 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
312 The most flamboyant clock 66 Sara Pascoe 17 5 5   5 1 5 5    
317 Reach the microwave in the fewest steps 67 Sara Pascoe 17 4= 3   3 3 8 8    
322 Propel a pea along a red carpet 68 Sara Pascoe 17 1= 3   3 3 11 11    
327 Make the best snowman 69 Sara Pascoe 17 2= 4   4 2 15 15    
332 Balance swedes on a Swede 70 Sara Pascoe 17 0 1   1 5 16 16    
337 The heaviest shoebox-sized item 71 Sara Pascoe 17 4 1   1 5 1 17    
342 Surprise Alex 72 Sara Pascoe 17 2 2   2 4 3 19    
347 Release Alex 73 Sara Pascoe 17 1= 5   5 1= 8 24 R+S  
352 An upside-down condiment self-portrait 74 Sara Pascoe 17 1= 4   4 2 12 28    
357 Burst all of the balloons 75 Sara Pascoe 17 1= 2   2 4 14 30    
362 Unravel the tape 76 Sara Pascoe 17 0 2   2 4 16 32    
367 The best battery-operated item 77 Sara Pascoe 17 4 3   3 3 3 35    
372 Fill an eggcup with sweat 78 Sara Pascoe 17 4= 4   4 2 7 39    
377 Make the best domino rally 79 Sara Pascoe 17 2 1   1 4= 8 40    
382 Buy a gift for the Taskmaster 80 Sara Pascoe 17 4 1   1 5 9 41    
387 Create the best flag meal 81 Sara Pascoe 17 1 3   3 3 12 44    
392 Anchor balloons using bread 82 Sara Pascoe 17 0 5   5 1 17 49    
397 The shiniest thing 83 Sara Pascoe 17 1 4   4 2 4 53    
402 Spread your clothes far and wide 84 Sara Pascoe 17 2= 2   2 4 6 55    
407 Find out the lying old man’s occupation 85 Sara Pascoe 17 3= 3   3 3 9 58    
412 Create an impressive special effect 86 Sara Pascoe 17 2= 2   2 2= 11 60 R+S  
417 Cover yourself in sticky notes 87 Sara Pascoe 17 0 3   3 3 14 63    
423 The most handsome relative 89 Sara Pascoe 17 2 1   1 4= 1 64    
428 Move water from one bucket to another 90 Sara Pascoe 17 3= 2 1 3 4 4 67    
433 Play charades across a river 91 Sara Pascoe 17 1= 0   0   4 67 R+S  
438 Create an impressive time-lapse or slow motion film 92 Sara Pascoe 17 2 5   5 1= 9 72    
443 The lowest unique number of doughnuts 93 Sara Pascoe 17 5 0   0   9 72    

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.739ms