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

✎ 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
3722 The most wonderful wooden thing you’ve owned for a while 767 Sam Campbell 105 3 3   3 3 3 3    
3727 Build a tower of cans in the lab 768 Sam Campbell 105 3= 5   5 1 8 8    
3732 Cross the finish line while connected to your team 769 Sam Campbell 105 2= 5   5 1= 13 13 JL+S  
3737 Get the duck into the lake 770 Sam Campbell 105 1= 3   3 3 16 16    
3742 Heavier or lighter? 771 Sam Campbell 105 3 5   5 1= 21 21    
3747 The best sign 772 Sam Campbell 105 3 3   3 3 3 24    
3752 Pull the sword from the stone 773 Sam Campbell 105 3= 2   2 4 5 26    
3757 Make a cheeky picture using nails and wire 774 Sam Campbell 105 2 5   5 1= 10 31    
3762 Make mischief 775 Sam Campbell 105 4 1   1 5 11 32    
3767 Draw something you like and something you dislike 776 Sam Campbell 105 3 1   1 5 12 33    
3774 The present that raises the most questions 778 Sam Campbell 105 1 5   5 1 5 38    
3779 Get the ball in the hole without touching it 779 Sam Campbell 105 1= 4   4 2 9 42    
3784 Get underneath the most unique things 780 Sam Campbell 105 5 5   5 1 14 47    
3789 Choose a new nickname 781 Sam Campbell 105 4= 5   5 1 19 52    
3794 Human war boats 782 Sam Campbell 105 0 5   5 1= 24 57 JL+S  
3799 The best thing for a grown-up that is meant for a child 783 Sam Campbell 105 5 1   1 5 1 58    
3804 Make a surprisingly pleasant sausage 784 Sam Campbell 105 1= 1   1 5 2 59    
3809 Complete all the tasks as a team 785 Sam Campbell 105 1= 5   5 1= 7 64 JL+S  
3814 Recreate a well-known piece of art on 100 memo squares 786 Sam Campbell 105 1 5   5 1= 12 69    
3819 Roll your animal die 787 Sam Campbell 105 3 5   5 1 17 74    
3826 The best thing that has five things on it 789 Sam Campbell 105 3 1   1 5 1 75    
3831 Burst the balloon without looking at it 790 Sam Campbell 105 3= 4   4 2 5 79    
3836 Make a cool but scary googly-eyed gang 791 Sam Campbell 105 5 5   5 1 10 84    
3841 Get all of the water into the vase 792 Sam Campbell 105 4=
DQ
  0   10 84    
3846 Retrieve and sip your drink 793 Sam Campbell 105 0 4   4 2 14 88    
3851 The greatest thing that makes quite a loud noise when you shake it 794 Sam Campbell 105 4 5   5 1 5 93    
3856 Avoid the rubbish robots 795 Sam Campbell 105 4= 2   2 4 7 95    
3861 Recreate the garage scene in the lab 796 Sam Campbell 105 1= 3   3 1= 10 98 JL+S lab
3866 Present a powerful piece called "Heads, Shoulders, Knees and Toes" 797 Sam Campbell 105 1 5   5 1= 15 103    
3871 Pineapple bluff 798 Sam Campbell 105 0 3   3 3= 18 106    
3876 The thing most guaranteed to make you groan 799 Sam Campbell 105 1 2   2 4= 2 108    
3881 Play with these switches / Balance the most golf tees 800 Sam Campbell 105 1=
DQ
  0   2 108    
3886 Pie the air dancer in the face 801 Sam Campbell 105 3= 3   3 3 5 111    
3891 Place your cardboard replica within the boundary 802 Sam Campbell 105 4 5   5 1 10 116    
3896 Get three balls on your hat using litter-pickers 803 Sam Campbell 105 0 4   4 2 14 120    
3900 Pop your party popper the furthest 804 Sam Campbell 105 2 0   0   14 120    
3903 The best single-word object you own and love that gets the best reaction when introduced following a drum roll 805 Sam Campbell 105 5 2   2 5 2 122    
3908 Find the secret task 806 Sam Campbell 105 2= 1   1 1 3 123    
3913 Complete the fortune trail 807 Sam Campbell 105 1= 4   4 2 7 127    
3918 Convince a child that you're asleep 808 Sam Campbell 105 5 5   5 1= 12 132    
3923 Mime proverbs to your team 809 Sam Campbell 105 1 3   3 2= 15 135 JL+S  
3928 The bit of old crap that Greg likes the best 810 Sam Campbell 105 3 4   4 2 4 139    
3933 Obey all of the traffic signals 811 Sam Campbell 105 1= 2   2 4 6 141    
3938 Make the best gift for Greg 812 Sam Campbell 105 4 2   2 5 8 143    
3943 Feed the clown the most cards 813 Sam Campbell 105 3=
DQ
  0   8 143    
3948 Pass the parade exam 814 Sam Campbell 105 3 2   2 4 10 145    
3953 The thing that, when you turn it round, gives you the biggest shock 815 Sam Campbell 105 2 2   2 4 2 147    
3958 Do something shocking but family-friendly with this doughnut 816 Sam Campbell 105 1= 3   3 4 5 150    
3963 Demonstrate the most effective high-intensity four-part exercise routine 817 Sam Campbell 105 2 4   4 2 9 154    
3968 Give your guest the best service 818 Sam Campbell 105 2= 2   2 3= 11 156 JL+S  
3973 Throw a ball into the bathtub 819 Sam Campbell 105 3 5   5 1 16 161    

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