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
〃

28 rows where contestant = 15

✎ 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
310 The most flamboyant clock 66 Paul Chowdhry 15 3 1   1 5 1 1    
315 Reach the microwave in the fewest steps 67 Paul Chowdhry 15 2= 0   0   1 1    
320 Propel a pea along a red carpet 68 Paul Chowdhry 15 1= 2   2 4 3 3    
325 Make the best snowman 69 Paul Chowdhry 15 5 1   1 5 4 4    
330 Balance swedes on a Swede 70 Paul Chowdhry 15 0 4   4 2 8 8    
335 The heaviest shoebox-sized item 71 Paul Chowdhry 15 1 2   2 4 2 10    
340 Surprise Alex 72 Paul Chowdhry 15 1 1   1 5 3 11    
345 Release Alex 73 Paul Chowdhry 15 2= 0   0   3 11 AD+P  
350 An upside-down condiment self-portrait 74 Paul Chowdhry 15 1= 2   2 4= 5 13    
355 Burst all of the balloons 75 Paul Chowdhry 15 3= 4   4 2 9 17    
360 Unravel the tape 76 Paul Chowdhry 15 0 4   4 2 13 21    
365 The best battery-operated item 77 Paul Chowdhry 15 5 4   4 2 4 25    
370 Fill an eggcup with sweat 78 Paul Chowdhry 15 3 5   5 1 9 30    
375 Make the best domino rally 79 Paul Chowdhry 15 5 5   5 1 14 35    
380 Buy a gift for the Taskmaster 80 Paul Chowdhry 15 5 2   2 4 16 37    
385 Create the best flag meal 81 Paul Chowdhry 15 5 4   4 2 20 41    
390 Anchor balloons using bread 82 Paul Chowdhry 15 0 2   2 4 22 43    
395 The shiniest thing 83 Paul Chowdhry 15 3 5   5 1 5 48    
400 Spread your clothes far and wide 84 Paul Chowdhry 15 1 1   1 5 6 49    
405 Find out the lying old man’s occupation 85 Paul Chowdhry 15 1= 1   1 5 7 50    
410 Create an impressive special effect 86 Paul Chowdhry 15 1= 3   3 1= 10 53 AD+P  
415 Cover yourself in sticky notes 87 Paul Chowdhry 15 0 1   1 5 11 54    
418 Have fun on a bouncy castle 88 Paul Chowdhry 15 1 0   0   11 54    
421 The most handsome relative 89 Paul Chowdhry 15 1 1   1 4= 1 55    
426 Move water from one bucket to another 90 Paul Chowdhry 15 1= 3   3 3 4 58    
431 Play charades across a river 91 Paul Chowdhry 15 2= 5   5 1= 9 63 AD+P  
436 Create an impressive time-lapse or slow motion film 92 Paul Chowdhry 15 4 3   3 3= 12 66    
441 The lowest unique number of doughnuts 93 Paul Chowdhry 15 3 0   0   12 66    

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