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
〃

46 rows where contestant = 25

✎ 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
686 The most excellent noise 146 Mark Watson 25 3 5   5 1 5 5    
691 Give Alex a special cuddle 147 Mark Watson 25 4 2   2 4= 7 7    
696 Get Alex to dry land 148 Mark Watson 25 1= 1   1 5 8 8    
701 Score a basket without your hands 149 Mark Watson 25 1= 4   4 2 12 12    
706 Get some fruit into the bowl 150 Mark Watson 25 0 5   5 1 17 17    
711 The hippest headwear 151 Mark Watson 25 4 2   2 4 2 19    
716 Make a coconut-flinging machine 152 Mark Watson 25 4= 2   2 4= 4 21    
721 Paint a rainbow in the dark 153 Mark Watson 25 5 3   3 3 7 24    
726 Slice bread using something from the caravan 154 Mark Watson 25 2= 4   4 2 11 28    
731 Create the greatest splat 155 Mark Watson 25 2= 3   3 1= 14 31 M+N  
736 Paint your own canvas 156 Mark Watson 25 0 5   5 1= 19 36    
741 The proudest item 157 Mark Watson 25 5 2   2 4 2 38    
746 Retrieve the table tennis ball from the tube 158 Mark Watson 25 2= 3   3 3 5 41    
751 Make a coconut businessman 159 Mark Watson 25 3 4   4 2 9 45    
756 Eat one item, balance one item, throw one item 160 Mark Watson 25 3= 3   3 3 12 48    
761 Word table tennis 161 Mark Watson 25 0 3   3 3 15 51    
766 The most extraordinary souvenir 162 Mark Watson 25 2 2   2 4 2 53    
771 Make marmite 163 Mark Watson 25 2 4   4 2 6 57    
776 Do something remarkable synchronised 164 Mark Watson 25 1= 2   2 2= 8 59 M+N  
781 Blow up a balloon to the size of a cucumber 165 Mark Watson 25 1= 5   5 1 13 64    
786 Spot the difference 166 Mark Watson 25 1= 3   3 2= 16 67    
791 Sneeze the fastest 167 Mark Watson 25 4= 4   4 2 20 71    
796 Greg says... 168 Mark Watson 25 0 4   4 2 24 75    
800 Backthrow a picture of a Swede into a bin 169 Mark Watson 25 2 0   0   24 75    
803 The most high-octane item 170 Mark Watson 25 1 1   1 5 1 76    
808 Put the largest thing inside a balloon 171 Mark Watson 25 1= 4   4 2 5 80    
813 Create a remarkable water cooler moment 172 Mark Watson 25 4 1   1 5 6 81    
816 Text the Taskmaster every day 173 Mark Watson 25 1
DQ
  0   6 81    
819 Build a can tower & greet Alex from different countries 174 Mark Watson 25 3= 5   5 1= 11 86    
824 Identify the Finns 175 Mark Watson 25 3 5   5 1 16 91    
829 The best home-made item 176 Mark Watson 25 2 1   1 5 1 92    
834 Balance Alex on a see-saw 177 Mark Watson 25 1 1   1 5 2 93    
839 Record the most incredible PoV footage 178 Mark Watson 25 1 4   4 2= 6 97    
845 Light a candle using a cupcake 180 Mark Watson 25 5 4   4 2 10 101    
850 Make yourself monotone 181 Mark Watson 25 0 3   3 3 13 104    
857 The most surprisingly expensive item 183 Mark Watson 25 5 5   5 1 5 109    
862 Travel blindfolded for three minutes and retrace your steps 184 Mark Watson 25 2= 2   2 4 7 111    
867 Coconut bobsleigh 185 Mark Watson 25 1 3   3 3 10 114    
872 Vote for who should receive five points 186 Mark Watson 25 1= -2   -2   8 112    
877 Make a funny flick book 187 Mark Watson 25 4 3   3 3= 11 115    
882 Zipwire items to the Taskmaster 188 Mark Watson 25 0 4   4 2 15 119    
887 The most awkward item to take home 189 Mark Watson 25 1 5   5 1 5 124    
892 Transport a coconut as far as possible 190 Mark Watson 25 4
DQ
  0   5 124    
897 Create the best graph 191 Mark Watson 25 2 3   3 3= 8 127    
904 Write and perform a song about a stranger 193 Mark Watson 25 1= 3   3 1= 11 130 M+N  
909 Throw an egg through a basketball hoop 194 Mark Watson 25 0 0   0   11 130    

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