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
〃

44 rows where contestant = 26

✎ 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
687 The most excellent noise 146 Nish Kumar 26 4 1   1 5 1 1    
692 Give Alex a special cuddle 147 Nish Kumar 26 1 2   2 4= 3 3    
697 Get Alex to dry land 148 Nish Kumar 26 5 5   5 1 8 8    
702 Score a basket without your hands 149 Nish Kumar 26 5 2   2 4 10 10    
707 Get some fruit into the bowl 150 Nish Kumar 26 0 3   3 3 13 13    
712 The hippest headwear 151 Nish Kumar 26 1 1   1 5 1 14    
717 Make a coconut-flinging machine 152 Nish Kumar 26 1= 3   3 3 4 17    
722 Paint a rainbow in the dark 153 Nish Kumar 26 4 2   2 4 6 19    
727 Slice bread using something from the caravan 154 Nish Kumar 26 2= 5   5 1 11 24    
732 Create the greatest splat 155 Nish Kumar 26 2= 3   3 1= 14 27 M+N  
737 Paint your own canvas 156 Nish Kumar 26 0 5   5 1= 19 32    
742 The proudest item 157 Nish Kumar 26 4 1   1 5 1 33    
747 Retrieve the table tennis ball from the tube 158 Nish Kumar 26 2= 2   2 4 3 35    
752 Make a coconut businessman 159 Nish Kumar 26 5 5   5 1 8 40    
757 Eat one item, balance one item, throw one item 160 Nish Kumar 26 3= 0   0   8 40    
762 Word table tennis 161 Nish Kumar 26 0 4   4 2 12 44    
767 The most extraordinary souvenir 162 Nish Kumar 26 3 4   4 2 4 48    
772 Make marmite 163 Nish Kumar 26 4
DQ
  0   4 48    
777 Do something remarkable synchronised 164 Nish Kumar 26 1= 2   2 2= 6 50 M+N  
782 Blow up a balloon to the size of a cucumber 165 Nish Kumar 26 1= 1   1 5 7 51    
787 Spot the difference 166 Nish Kumar 26 4= 3   3 2= 10 54    
792 Sneeze the fastest 167 Nish Kumar 26 4= 0   0   10 54    
797 Greg says... 168 Nish Kumar 26 0 2   2 4 12 56    
804 The most high-octane item 170 Nish Kumar 26 3 2   2 4 2 58    
809 Put the largest thing inside a balloon 171 Nish Kumar 26 5 0   0   2 58    
814 Create a remarkable water cooler moment 172 Nish Kumar 26 5 4   4 2 6 62    
820 Build a can tower & greet Alex from different countries 174 Nish Kumar 26 3= 3   3 3 9 65    
825 Identify the Finns 175 Nish Kumar 26 4 4   4 2= 13 69    
830 The best home-made item 176 Nish Kumar 26 1 3   3 3 3 72    
835 Balance Alex on a see-saw 177 Nish Kumar 26 2= 5   5 1 8 77    
840 Record the most incredible PoV footage 178 Nish Kumar 26 4 1   1 5 9 78    
846 Light a candle using a cupcake 180 Nish Kumar 26 2= 2   2 4 11 80    
851 Make yourself monotone 181 Nish Kumar 26 0 1   1 5 12 81    
858 The most surprisingly expensive item 183 Nish Kumar 26 2 1   1 5 1 82    
863 Travel blindfolded for three minutes and retrace your steps 184 Nish Kumar 26 4= 1   1 5 2 83    
868 Coconut bobsleigh 185 Nish Kumar 26 2= 4   4 2 6 87    
873 Vote for who should receive five points 186 Nish Kumar 26 1= -2   -2   4 85    
878 Make a funny flick book 187 Nish Kumar 26 5 5   5 1= 9 90    
883 Zipwire items to the Taskmaster 188 Nish Kumar 26 0 3   3 3 12 93    
888 The most awkward item to take home 189 Nish Kumar 26 3 4   4 2 4 97    
893 Transport a coconut as far as possible 190 Nish Kumar 26 1= 2   2 4 6 99    
898 Create the best graph 191 Nish Kumar 26 1 5   5 1 11 104    
905 Write and perform a song about a stranger 193 Nish Kumar 26 1= 3   3 1= 14 107 M+N  
910 Throw an egg through a basketball hoop 194 Nish Kumar 26 0 0   0   14 107    

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