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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant PO base ± points rank episode series team location
445 The most interesting vegetable autograph 94 Joe Lycett 19 2 2   2 4 2 2    
450 Beautifully destroy a cake 95 Joe Lycett 19 3 5   5 1 7 7    
455 Draw a blind portrait 96 Joe Lycett 19 1= 4   4 2 11 11    
460 Fell all the ducks 97 Joe Lycett 19 1 3   3 3 14 14    
465 Make the most fruit juice 98 Joe Lycett 19 0 3   3 3 17 17    
470 The most boastful item 99 Joe Lycett 19 5 2   2 4 2 19    
475 Keep the basketball on the treadmill 100 Joe Lycett 19 1= 2   2 4 4 21    
480 Paint a portrait of the Taskmaster without touching the red mat 101 Joe Lycett 19 1= 4   4 2 8 25    
485 Get the flour onto the target 102 Joe Lycett 19 2=
DQ
  0   8 25 JL+N  
490 Put an egg in an egg cup without touching either 103 Joe Lycett 19 1= 3   3 3 11 28    
495 Make the longest balloon chain 104 Joe Lycett 19 0 2   2 5 13 30    
500 The best subscription 105 Joe Lycett 19 5 3   3 3 3 33    
505 Camouflage yourself 106 Joe Lycett 19 3 4   4 2= 7 37    
510 Make a Taskmaster movie trailer 107 Joe Lycett 19 2= 2   2 2= 9 39 JL+N  
515 Persuade three animals to stand on the mat 108 Joe Lycett 19 3= 5   5 1 14 44    
520 Transfer water from one fishbowl to another 109 Joe Lycett 19 4= 5 -5 0 1 14 44    
525 Musical words 110 Joe Lycett 19 4 5   5 1 19 49    
529 Decant wine from one bottle to another 111 Joe Lycett 19 1= 0   0   19 49    
532 The most surprising picture of yourself 112 Joe Lycett 19 1 4   4 2 4 53    
537 Make the highest splash 113 Joe Lycett 19 1= 3   3 3 7 56    
542 Ringtone choreography 114 Joe Lycett 19 3= 2   2 4 9 58    
547 Make the best toilet paper celebrity portrait 115 Joe Lycett 19 4 4   4 2 13 62    
552 Do something incredible with a pommel horse 116 Joe Lycett 19 3 3   3 3= 16 65    
557 Make the tallest tube tower 117 Joe Lycett 19 0 3   3 3= 19 68    
562 The cutest thing 118 Joe Lycett 19 3 4   4 2 4 72    
567 Slide as far as possible 119 Joe Lycett 19 1= 2   2 4 6 74    
572 Don the diving gear while maintaining eye contact and small talk 120 Joe Lycett 19 1= 4 1 5 2 11 79    
577 Do incompatible things with the bathtub 121 Joe Lycett 19 2= 0   0   11 79 JL+N  
582 Throw something into something 122 Joe Lycett 19 1= 2   2 4 13 81    
587 Make the longest continuous noise 123 Joe Lycett 19 4 5   5 1 18 86    
594 The best sheep-related item 125 Joe Lycett 19 4 3   3 2= 3 89    
599 Pass a camel through a small gap 126 Joe Lycett 19 3= 2   2 4 5 91    
604 Score a goal with a shopping bag 127 Joe Lycett 19 3= 2 1 3 4 8 94    
612 Identify the contents of the sleeping bag 131 Joe Lycett 19 4 5   5 1= 13 99    
617 Prepare the items / Lift all the items in one hand 132 Joe Lycett 19 0 1   1 5 14 100    
622 The best chair 133 Joe Lycett 19 1 2   2 4 2 102    
627 Cross the bunting to give Alex his lunch 134 Joe Lycett 19 1= 3   3 3 5 105    
632 Hide from Alex 135 Joe Lycett 19 1= 3   3 3= 8 108    
637 Wheelie bin obstacle course 136 Joe Lycett 19 2= 3   3 1= 11 111 JL+N  
642 Invent a new handshake 137 Joe Lycett 19 5 5   5 1 16 116    
647 Make the biggest and best banana 138 Joe Lycett 19 4 4   4 2 20 120    
652 Open the jar of mayonnaise 139 Joe Lycett 19 3 0   0   20 120    
655 The most cash 140 Joe Lycett 19 2 4   4 2 4 124    
660 Create an exotic sandwich 141 Joe Lycett 19 2= 4   4 2 8 128    
665 Eat your exotic sandwich 142 Joe Lycett 19 2= 2   2 4 10 130    
670 Strike an item the farthest 143 Joe Lycett 19 1= 3   3 3 13 133    
675 Do something surprising with a duck 144 Joe Lycett 19 1 3   3 3 16 136    
680 Draw the median duck 145 Joe Lycett 19 2 0   0   16 136    

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