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
〃

51 rows where contestant = 70

✎ 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
2609 The nicest thing to sit on 542 Guz Khan 70 3 1   1 5 1 1    
2614 Strike Alex with a ball 543 Guz Khan 70 3= 2   2 4 3 3    
2619 Paint a flattering picture of the Taskmaster in action 544 Guz Khan 70 2 5   5 1 8 8    
2624 Pop the balloon 545 Guz Khan 70 1= 3   3 3 11 11    
2629 Strike poses to represent a hobby, an animal, and a celebrity 546 Guz Khan 70 0 3   3 2= 14 14    
2634 The most awesome square 547 Guz Khan 70 5 5   5 1 5 19    
2639 Scale the mountain 548 Guz Khan 70 2= 5   5 1= 10 24 DG+M  
2644 Work out the contents of the bags 549 Guz Khan 70 1= 1   1 5 11 25    
2649 Paint the space hopper green 550 Guz Khan 70 5 4   4 2 15 29    
2654 Put on the medallion 551 Guz Khan 70 0 5   5 1 20 34    
2659 The most old-fashioned thing that you still use 552 Guz Khan 70 4 4   4 2 4 38    
2664 Copy Alex 553 Guz Khan 70 1= 2   2 4 6 40    
2669 Make a sand bridge across the river 554 Guz Khan 70 3= 1   1 5 7 41    
2674 Film a thrilling sequence with a welly-cam 555 Guz Khan 70 3 3   3 3= 10 44    
2679 Convey objects using shadows 556 Guz Khan 70 0 4   4 1= 14 48 DG+M  
2684 The best thing that has quite a few layers 557 Guz Khan 70 3 3   3 3 3 51    
2689 Complete the course as slowly as possible 558 Guz Khan 70 4= 3   3 3 6 54    
2694 Spread jam on toast in a really cool way 559 Guz Khan 70 1= 5   5 1 11 59    
2699 Solve the riddle 560 Guz Khan 70 2= 2   2 2= 13 61 DG+M lab
2704 Get the most forks in your bucket 561 Guz Khan 70 0 1   1 5 14 62    
2709 The most elegant thing beginning with 'G' 562 Guz Khan 70 1 5   5 1 5 67    
2714 Sit on a cake 563 Guz Khan 70 1= 3   3 3 8 70    
2719 Get the most balls in the net 564 Guz Khan 70 1= 0   0   8 70 DG+M  
2724 Prevent Alex from scoring a goal 565 Guz Khan 70 4= 3   3 3 11 73    
2729 Pop the most balloons 566 Guz Khan 70 4 10   10 1 21 83    
2734 The most desirable thing for another contestant 567 Guz Khan 70 3 3   3 3 3 86    
2739 Land the iron on the ironing board 568 Guz Khan 70 1= 4   4 2 7 90    
2744 Make a cute toy for a cute dog 569 Guz Khan 70 5 5   5 1 12 95    
2749 Sit on the red chair in the secret tower 570 Guz Khan 70 3= 2   2 4 14 97    
2754 Make paper aeroplanes 571 Guz Khan 70 2 5   5 1= 19 102    
2759 The most ridiculous thin thing 572 Guz Khan 70 3 1   1 5 1 103    
2764 Put up a shelf for the Taskmaster's snooker balls 573 Guz Khan 70 5 3   3 2= 4 106    
2769 Write and perform a 30-second jingle 574 Guz Khan 70 5 4   4 3= 8 110    
2774 Pass everything through the pipe and the pipe through everything 575 Guz Khan 70 4= 0   0   8 110    
2779 Direct drawings using limited keywords 576 Guz Khan 70 0 0   0   8 110    
2784 The best thing you have repurposed 577 Guz Khan 70 4 3   3 3 3 113    
2789 Make a popcorn necklace and do the right thing 578 Guz Khan 70 1= 5   5 1 8 118    
2794 Play and commentate on a socially-distanced sport 579 Guz Khan 70 2= 5   5 1= 13 123 DG+M  
2799 Make your face look like another face when it's upside-down 580 Guz Khan 70 1= 4   4 3= 17 127    
2804 Pop up before the objects 581 Guz Khan 70 0 4   4 2 21 131    
2808 Blow a feather across a table with your nose 582 Guz Khan 70 1= 0   0   21 131    
2811 The best 40 identical things on a towel 583 Guz Khan 70 4 3   3 3 3 134    
2816 Have the longest telephone conversation 584 Guz Khan 70 1= 3   3 3 6 137    
2821 Find the soldier with hindsight 585 Guz Khan 70 1= 3   3 3 9 140    
2826 Get goosebumps 586 Guz Khan 70 1=
DQ
  0   9 140    
2831 Duck-slide 587 Guz Khan 70 3 5   5 1= 14 145 DG+M  
2836 The most magnificent floppy thing 588 Guz Khan 70 1 4   4 2= 4 149    
2841 Drink with your mouth open 589 Guz Khan 70 3= 4   4 2 8 153    
2846 Describe the Taskmaster / Chocolate button / Guess the tasks 590 Guz Khan 70 1= 4   4 2= 12 157 DG+M garden
2851 Propose to Alex 591 Guz Khan 70 2 5   5 1= 17 162    
2856 Make noises without being identified by the Taskmaster 592 Guz Khan 70 3 5   5 1= 22 167    

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