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
〃

48 rows where contestant = 18

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
444 The most interesting vegetable autograph 94 Hugh Dennis 18 1 1   1 5 1 1    
449 Beautifully destroy a cake 95 Hugh Dennis 18 1 1   1 5 2 2    
454 Draw a blind portrait 96 Hugh Dennis 18 5 1 1 2 5 4 4    
459 Fell all the ducks 97 Hugh Dennis 18 2 5   5 1 9 9    
464 Make the most fruit juice 98 Hugh Dennis 18 0 4   4 2 13 13    
469 The most boastful item 99 Hugh Dennis 18 4 1   1 5 1 14    
474 Keep the basketball on the treadmill 100 Hugh Dennis 18 5 5   5 1 6 19    
479 Paint a portrait of the Taskmaster without touching the red mat 101 Hugh Dennis 18 3
DQ
  0   6 19    
484 Get the flour onto the target 102 Hugh Dennis 18 1= 5   5 1= 11 24 H+M  
489 Put an egg in an egg cup without touching either 103 Hugh Dennis 18 3 2   2 4 13 26    
494 Make the longest balloon chain 104 Hugh Dennis 18 0 4   4 2 17 30    
499 The best subscription 105 Hugh Dennis 18 4 1   1 5 1 31    
504 Camouflage yourself 106 Hugh Dennis 18 1 4   4 2= 5 35    
509 Make a Taskmaster movie trailer 107 Hugh Dennis 18 1= 3   3 1= 8 38 H+M  
514 Persuade three animals to stand on the mat 108 Hugh Dennis 18 3= 3   3 3 11 41    
519 Transfer water from one fishbowl to another 109 Hugh Dennis 18 4= 4   4 2 15 45    
524 Musical words 110 Hugh Dennis 18 5 0   0   15 45    
531 The most surprising picture of yourself 112 Hugh Dennis 18 2 1   1 5 1 46    
536 Make the highest splash 113 Hugh Dennis 18 1= 2   2 4 3 48    
541 Ringtone choreography 114 Hugh Dennis 18 5 1   1 5 4 49    
546 Make the best toilet paper celebrity portrait 115 Hugh Dennis 18 2 3   3 3 7 52    
551 Do something incredible with a pommel horse 116 Hugh Dennis 18 1= 5   5 1= 12 57    
556 Make the tallest tube tower 117 Hugh Dennis 18 0 5   5 1= 17 62    
561 The cutest thing 118 Hugh Dennis 18 4 1   1 5 1 63    
566 Slide as far as possible 119 Hugh Dennis 18 3 4   4 2 5 67    
571 Don the diving gear while maintaining eye contact and small talk 120 Hugh Dennis 18 3= 3   3 3 8 70    
576 Do incompatible things with the bathtub 121 Hugh Dennis 18 1= 5   5 1= 13 75 H+M  
581 Throw something into something 122 Hugh Dennis 18 1= 3   3 3 16 78    
586 Make the longest continuous noise 123 Hugh Dennis 18 5 4 1 5 2 21 83    
591 Eat as many peas as possible 124 Hugh Dennis 18 1= 0   0   21 83    
593 The best sheep-related item 125 Hugh Dennis 18 3 2   2 4 2 85    
598 Pass a camel through a small gap 126 Hugh Dennis 18 3= 4   4 2 6 89    
603 Score a goal with a shopping bag 127 Hugh Dennis 18 5 5   5 1 11 94    
611 Identify the contents of the sleeping bag 131 Hugh Dennis 18 3
DQ
  0   11 94    
616 Prepare the items / Lift all the items in one hand 132 Hugh Dennis 18 0 2   2 4 13 96    
621 The best chair 133 Hugh Dennis 18 4 5   5 1 5 101    
626 Cross the bunting to give Alex his lunch 134 Hugh Dennis 18 4 4   4 2 9 105    
631 Hide from Alex 135 Hugh Dennis 18 1= 3   3 3= 12 108    
636 Wheelie bin obstacle course 136 Hugh Dennis 18 1= 2   2 2= 14 110 H+M  
641 Invent a new handshake 137 Hugh Dennis 18 2 3   3 3= 17 113    
646 Make the biggest and best banana 138 Hugh Dennis 18 5 3   3 3 20 116    
651 Open the jar of mayonnaise 139 Hugh Dennis 18 1= 0   0   20 116    
654 The most cash 140 Hugh Dennis 18 1 1   1 5 1 117    
659 Create an exotic sandwich 141 Hugh Dennis 18 2= 1   1 5 2 118    
664 Eat your exotic sandwich 142 Hugh Dennis 18 2= 5   5 1 7 123    
669 Strike an item the farthest 143 Hugh Dennis 18 4= 4   4 2 11 127    
674 Do something surprising with a duck 144 Hugh Dennis 18 3 2   2 4 13 129    
679 Draw the median duck 145 Hugh Dennis 18 1 0   0   13 129    

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