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
〃

47 rows where contestant = 20

✎ 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
446 The most interesting vegetable autograph 94 Lolly Adefope 20 3 3   3 3 3 3    
451 Beautifully destroy a cake 95 Lolly Adefope 20 2 2   2 4 5 5    
456 Draw a blind portrait 96 Lolly Adefope 20 1= 3   3 3 8 8    
461 Fell all the ducks 97 Lolly Adefope 20 5 4   4 2 12 12    
466 Make the most fruit juice 98 Lolly Adefope 20 0 1   1 5 13 13    
471 The most boastful item 99 Lolly Adefope 20 2 4   4 2 4 17    
476 Keep the basketball on the treadmill 100 Lolly Adefope 20 3= 4   4 2 8 21    
481 Paint a portrait of the Taskmaster without touching the red mat 101 Lolly Adefope 20 1= 2   2 4 10 23    
486 Get the flour onto the target 102 Lolly Adefope 20 2=
DQ
  0   10 23 JL+N  
491 Put an egg in an egg cup without touching either 103 Lolly Adefope 20 4 5   5 1 15 28    
496 Make the longest balloon chain 104 Lolly Adefope 20 0 3   3 3= 18 31    
501 The best subscription 105 Lolly Adefope 20 2 4   4 2 4 35    
506 Camouflage yourself 106 Lolly Adefope 20 2 2   2 4 6 37    
511 Make a Taskmaster movie trailer 107 Lolly Adefope 20 2= 2   2 2= 8 39 JL+N  
516 Persuade three animals to stand on the mat 108 Lolly Adefope 20 1 2 2 4 4 12 43    
521 Transfer water from one fishbowl to another 109 Lolly Adefope 20 1
DQ
  0   12 43    
526 Musical words 110 Lolly Adefope 20 3 0   0   12 43    
533 The most surprising picture of yourself 112 Lolly Adefope 20 5 5   5 1 5 48    
538 Make the highest splash 113 Lolly Adefope 20 4= 1   1 5 6 49    
543 Ringtone choreography 114 Lolly Adefope 20 3= 3   3 3 9 52    
548 Make the best toilet paper celebrity portrait 115 Lolly Adefope 20 1 2   2 4= 11 54    
553 Do something incredible with a pommel horse 116 Lolly Adefope 20 1= 1   1 5 12 55    
558 Make the tallest tube tower 117 Lolly Adefope 20 0 3   3 3= 15 58    
563 The cutest thing 118 Lolly Adefope 20 1 5   5 1 5 63    
568 Slide as far as possible 119 Lolly Adefope 20 1= 1   1 5 6 64    
573 Don the diving gear while maintaining eye contact and small talk 120 Lolly Adefope 20 3= 5   5 1 11 69    
578 Do incompatible things with the bathtub 121 Lolly Adefope 20 2= 0   0   11 69 JL+N  
583 Throw something into something 122 Lolly Adefope 20 1= 1   1 5 12 70    
588 Make the longest continuous noise 123 Lolly Adefope 20 3 3   3 3 15 73    
595 The best sheep-related item 125 Lolly Adefope 20 5 5   5 1 5 78    
600 Pass a camel through a small gap 126 Lolly Adefope 20 1 3   3 3 8 81    
605 Score a goal with a shopping bag 127 Lolly Adefope 20 1= 3   3 3 11 84    
613 Identify the contents of the sleeping bag 131 Lolly Adefope 20 1= 5   5 1= 16 89    
618 Prepare the items / Lift all the items in one hand 132 Lolly Adefope 20 0 3   3 3 19 92    
623 The best chair 133 Lolly Adefope 20 2 3   3 3 3 95    
628 Cross the bunting to give Alex his lunch 134 Lolly Adefope 20 1= 1   1 5 4 96    
633 Hide from Alex 135 Lolly Adefope 20 4= 5   5 1 9 101    
638 Wheelie bin obstacle course 136 Lolly Adefope 20 2= 3   3 1= 12 104 JL+N  
643 Invent a new handshake 137 Lolly Adefope 20 3 3   3 3= 15 107    
648 Make the biggest and best banana 138 Lolly Adefope 20 3 5   5 1 20 112    
653 Open the jar of mayonnaise 139 Lolly Adefope 20 1= 0   0   20 112    
656 The most cash 140 Lolly Adefope 20 5 5   5 1 5 117    
661 Create an exotic sandwich 141 Lolly Adefope 20 2= 3   3 3 8 120    
666 Eat your exotic sandwich 142 Lolly Adefope 20 2= 3   3 3 11 123    
671 Strike an item the farthest 143 Lolly Adefope 20 3 1   1 5 12 124    
676 Do something surprising with a duck 144 Lolly Adefope 20 2 1   1 5 13 125    
681 Draw the median duck 145 Lolly Adefope 20 3 0   0   13 125    

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