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

✎ 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
3472 The most dependable thing that weighs about 1kg 716 Mae Martin 102 5 5   5 1 5 5    
3477 Have the best first wedding dance with Alex 717 Mae Martin 102 5 4   4 2 9 9    
3482 Put a ball of string on the cushion 718 Mae Martin 102 4= 5   5 1 14 14    
3487 Get all the rubber rings on your bargepole 719 Mae Martin 102 4= 5   5 1 19 19    
3492 Throw your items into your bucket 720 Mae Martin 102 0
DQ
  0   19 19    
3497 The object which makes you feel weirdest when you look at it 721 Mae Martin 102 2 1   1 4= 1 20    
3502 Compose and perform a musical solo 722 Mae Martin 102 4 4   4 4= 5 24   doorstep
3507 Build a bridge over the red green for this potato 723 Mae Martin 102 1= 3   3 2= 8 27 JK+M  
3512 Achieve an impressive effect with a single breath 724 Mae Martin 102 1= 4   4 1 12 31    
3517 Create a picture of an animal on the back of your T-shirt 725 Mae Martin 102 5 4   4 2 16 35    
3522 The most heroic thing 726 Mae Martin 102 5 2   2 4 2 37    
3527 Exit the caravan after exactly 20 minutes 727 Mae Martin 102 3=
DQ
  0   2 37    
3532 Catch the potatoes in the potato hat 728 Mae Martin 102 4= 5   5 1 7 42    
3537 Perform a slow-motion fight scene 729 Mae Martin 102 1= 4   4 2= 11 46 JK+M  
3542 Know the most facts about sausages 730 Mae Martin 102 0 3   3 3= 14 49    
3547 The most fun non-headwear to wear on your head 731 Mae Martin 102 1 2   2 4 2 51    
3552 Strike the most drums with a bouncy ball 732 Mae Martin 102 5 5   5 1 7 56    
3557 Make the fastest egg boat 733 Mae Martin 102 1= 2   2 4 9 58    
3562 Task bingo 734 Mae Martin 102 1= 1   1 5 10 59    
3567 Pour your sand into the other bottle 735 Mae Martin 102 0
DQ
  0   10 59    
3572 The luckiest thing 736 Mae Martin 102 4 4   4 2 4 63    
3577 Fake something 737 Mae Martin 102 4 4   4 2= 8 67    
3582 Musical Simon Says 738 Mae Martin 102 3= 5   5 1= 13 72    
3587 Salvage the most spoons 739 Mae Martin 102 1= 5   5 1= 18 77 JK+M  
3592 Stuff your team-mate's waders 740 Mae Martin 102 0 10   10 1= 28 87 JK+M  
3597 The best thing to play about with in your bathroom 741 Mae Martin 102 2 2   2 4 2 89    
3602 Perform a poignant domestic scene with an imaginary companion 742 Mae Martin 102 1= 4   4 2= 6 93    
3607 Efficiently shell an egg 743 Mae Martin 102 5 5   5 1 11 98    
3612 Bash the big bell with the bowling ball 744 Mae Martin 102 1= 5   5 1 16 103    
3617 Story-time chairs 745 Mae Martin 102 0 5   5 1 21 108    
3622 The most brilliant thing that pops up 746 Mae Martin 102 2 1   1 5 1 109    
3627 Rotate the pulper wheel without pulping the egg 747 Mae Martin 102 3=
DQ
  0   1 109    
3632 Free yourselves and have a team hug 748 Mae Martin 102 1= 5   5 1= 6 114 JK+M  
3637 Set the parameters for your own task 749 Mae Martin 102 1= 4   4 2 10 118    
3642 Imitate accents/walks 750 Mae Martin 102 1 5   5 1= 15 123    
3647 The thing you take everywhere with you, but struggle to fit in your bag 751 Mae Martin 102 5 4   4 2= 4 127    
3652 Pile the pineapples on the path 752 Mae Martin 102 5 5   5 1 9 132    
3657 Repurpose an umbrella 753 Mae Martin 102 2= 4   4 2 13 136    
3662 Put the most stuff on top of a jelly 754 Mae Martin 102 2=
DQ
  0   13 136    
3667 Use the scratching post to remove balls from your suit 755 Mae Martin 102 0 5   5 1= 18 141 JK+M  
3672 The sneakiest thing 756 Mae Martin 102 4 4   4 2= 4 145    
3677 Make these things the same colour 757 Mae Martin 102 1= 5   5 1= 9 150 JK+M  
3682 Deliver a one-minute history lecture 758 Mae Martin 102 1= 3   3 3 12 153    
3687 Make exactly 99 holes in the piece of paper 759 Mae Martin 102 1
DQ
  0   12 153    
3692 Estimate the heights of things 760 Mae Martin 102 0 3   3 3 15 156    
3697 The best Greg Davies merchandise 761 Mae Martin 102 1 5   5 1 5 161    
3702 Fill the glass up to the line 762 Mae Martin 102 1= 5   5 1 10 166    
3707 Do what Alex does 763 Mae Martin 102 1= 3   3 3 13 169    
3712 Perform a lullaby for a profession 764 Mae Martin 102 2= 5   5 1= 18 174 JK+M  
3717 Standing in ice, or not standing in ice? 765 Mae Martin 102 0
DQ
  0   18 174    
3719 Scream with your mouth closed 766 Mae Martin 102 1= 0   0   18 174    

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