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

✎ 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
688 The most excellent noise 146 Sally Phillips 27 5 4   4 2 4 4    
693 Give Alex a special cuddle 147 Sally Phillips 27 3 4   4 2 8 8    
698 Get Alex to dry land 148 Sally Phillips 27 3= 4   4 2 12 12    
703 Score a basket without your hands 149 Sally Phillips 27 3=
DQ
  0   12 12    
708 Get some fruit into the bowl 150 Sally Phillips 27 0 2   2 4 14 14    
713 The hippest headwear 151 Sally Phillips 27 3 5   5 1 5 19    
718 Make a coconut-flinging machine 152 Sally Phillips 27 1= 4   4 2 9 23    
723 Paint a rainbow in the dark 153 Sally Phillips 27 1= 4   4 2 13 27    
728 Slice bread using something from the caravan 154 Sally Phillips 27 4=
DQ
  0   13 27    
733 Create the greatest splat 155 Sally Phillips 27 1= 2   2 2= 15 29 AB+S  
738 Paint your own canvas 156 Sally Phillips 27 0 5   5 1= 20 34    
743 The proudest item 157 Sally Phillips 27 3 4   4 2 4 38    
748 Retrieve the table tennis ball from the tube 158 Sally Phillips 27 5 4   4 2 8 42    
753 Make a coconut businessman 159 Sally Phillips 27 4 2   2 4 10 44    
758 Eat one item, balance one item, throw one item 160 Sally Phillips 27 5 5   5 1 15 49    
763 Word table tennis 161 Sally Phillips 27 0 1   1 5 16 50    
768 The most extraordinary souvenir 162 Sally Phillips 27 1 3   3 3 3 53    
773 Make marmite 163 Sally Phillips 27 5 2   2 4 5 55    
778 Do something remarkable synchronised 164 Sally Phillips 27 2= 3   3 1= 8 58 AB+S  
783 Blow up a balloon to the size of a cucumber 165 Sally Phillips 27 1= 2   2 4 10 60    
788 Spot the difference 166 Sally Phillips 27 1= 2   2 4= 12 62    
793 Sneeze the fastest 167 Sally Phillips 27 1=
DQ
  0   12 62    
798 Greg says... 168 Sally Phillips 27 0 3   3 3 15 65    
805 The most high-octane item 170 Sally Phillips 27 2 5   5 1 5 70    
810 Put the largest thing inside a balloon 171 Sally Phillips 27 3= 0   0   5 70    
815 Create a remarkable water cooler moment 172 Sally Phillips 27 3 5   5 1 10 75    
821 Build a can tower & greet Alex from different countries 174 Sally Phillips 27 5 2   2 4 12 77    
826 Identify the Finns 175 Sally Phillips 27 5 2   2 4= 14 79    
831 The best home-made item 176 Sally Phillips 27 4 2   2 4 2 81    
836 Balance Alex on a see-saw 177 Sally Phillips 27 2= 4   4 2 6 85    
841 Record the most incredible PoV footage 178 Sally Phillips 27 5 5   5 1 11 90    
847 Light a candle using a cupcake 180 Sally Phillips 27 2= 3   3 3 14 93    
852 Make yourself monotone 181 Sally Phillips 27 0 4   4 2 18 97    
854 Kick yoghurt at a target 182 Sally Phillips 27 1= 0   0   18 97    
859 The most surprisingly expensive item 183 Sally Phillips 27 4 4   4 2 4 101    
864 Travel blindfolded for three minutes and retrace your steps 184 Sally Phillips 27 4= 3   3 3 7 104    
869 Coconut bobsleigh 185 Sally Phillips 27 4=
DQ
  0   7 104    
874 Vote for who should receive five points 186 Sally Phillips 27 1= 5   5 1 12 109    
879 Make a funny flick book 187 Sally Phillips 27 2 3   3 3= 15 112    
884 Zipwire items to the Taskmaster 188 Sally Phillips 27 0 1   1 5 16 113    
889 The most awkward item to take home 189 Sally Phillips 27 5 3   3 3 3 116    
894 Transport a coconut as far as possible 190 Sally Phillips 27 5 5   5 1 8 121    
899 Create the best graph 191 Sally Phillips 27 3 3   3 3= 11 124    
901 Make the most fish puns 192 Sally Phillips 27 1 0   0   11 124    
906 Write and perform a song about a stranger 193 Sally Phillips 27 2= 2   2 2= 13 126 AB+S  
911 Throw an egg through a basketball hoop 194 Sally Phillips 27 0 4   4 2 17 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 19.31ms