TdlM / taskmaster

Menu
  • Make shortlink

normalized_scores

Table actions
  • Toggle column notes
rigid
the simplest possible normalization: 5 points for 1st (equal), 4 for 2nd (equal), etc.; null for team tasks (only two ranks)
spread
Distribute points from a pool of {5, 4, 3, 2, 1}, with rank ties between N people sharing the next N available point values. (〃)
scale
Multiply every score by some common factor to achieve a sum of 15 for the task; where this causes any individual score to exceed 5, regrettably abandon the 15-point target and scale down to ensure a maximum of 5. Note that this value does exist for team tasks due to being point- rather than rank-based.
5+3, 3+2, 3½+2½
various ways to normalize team tasks based on rank

46 rows where contestant = 25

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base, points, rank, rigid, spread, scale, 5+3, 3+2, 3½+2½

id ▲ task contestant base ± points rank rigid spread scale 5+3 3+2 3½+2½
686 The most excellent noise 146 Mark Watson 25 5   5 1 5 5 5      
691 Give Alex a special cuddle 147 Mark Watson 25 2   2 4= 2 1.5 1.88      
696 Get Alex to dry land 148 Mark Watson 25 1   1 5 1 1 1      
701 Score a basket without your hands 149 Mark Watson 25 4   4 2 4 4 4      
706 Get some fruit into the bowl 150 Mark Watson 25 5   5 1 5 5 5      
711 The hippest headwear 151 Mark Watson 25 2   2 4 2 2 2      
716 Make a coconut-flinging machine 152 Mark Watson 25 2   2 4= 2 1.5 1.88      
721 Paint a rainbow in the dark 153 Mark Watson 25 3   3 3 3 3 3      
726 Slice bread using something from the caravan 154 Mark Watson 25 4   4 2 4 4 4      
731 Create the greatest splat 155 Mark Watson 25 3   3 1=     3.75 5 3 3.5
736 Paint your own canvas 156 Mark Watson 25 5   5 1= 5 3.5 3.12      
741 The proudest item 157 Mark Watson 25 2   2 4 2 2 2      
746 Retrieve the table tennis ball from the tube 158 Mark Watson 25 3   3 3 3 3 3      
751 Make a coconut businessman 159 Mark Watson 25 4   4 2 4 4 4      
756 Eat one item, balance one item, throw one item 160 Mark Watson 25 3   3 3 3 3 3      
761 Word table tennis 161 Mark Watson 25 3   3 3 3 3 3      
766 The most extraordinary souvenir 162 Mark Watson 25 2   2 4 2 2 2      
771 Make marmite 163 Mark Watson 25 4   4 2 4 4 4      
776 Do something remarkable synchronised 164 Mark Watson 25 2   2 2=     2.31 3 2 2.5
781 Blow up a balloon to the size of a cucumber 165 Mark Watson 25 5   5 1 5 5 5      
786 Spot the difference 166 Mark Watson 25 3   3 2= 4 3.5 3      
791 Sneeze the fastest 167 Mark Watson 25 4   4 2 4 4 4      
796 Greg says... 168 Mark Watson 25 4   4 2 4 4 4      
800 Backthrow a picture of a Swede into a bin 169 Mark Watson 25 0   0              
803 The most high-octane item 170 Mark Watson 25 1   1 5 1 1 1      
808 Put the largest thing inside a balloon 171 Mark Watson 25 4   4 2 4 4 4      
813 Create a remarkable water cooler moment 172 Mark Watson 25 1   1 5 1 1 1      
816 Text the Taskmaster every day 173 Mark Watson 25
DQ
  0              
819 Build a can tower & greet Alex from different countries 174 Mark Watson 25 5   5 1= 5 4.5 4.69      
824 Identify the Finns 175 Mark Watson 25 5   5 1 5 5 4.41      
829 The best home-made item 176 Mark Watson 25 1   1 5 1 1 1      
834 Balance Alex on a see-saw 177 Mark Watson 25 1   1 5 1 1 1      
839 Record the most incredible PoV footage 178 Mark Watson 25 4   4 2= 4 3 3.33      
845 Light a candle using a cupcake 180 Mark Watson 25 4   4 2 4 4 4      
850 Make yourself monotone 181 Mark Watson 25 3   3 3 3 3 3      
857 The most surprisingly expensive item 183 Mark Watson 25 5   5 1 5 5 4.69      
862 Travel blindfolded for three minutes and retrace your steps 184 Mark Watson 25 2   2 4 2 2 2      
867 Coconut bobsleigh 185 Mark Watson 25 3   3 3 3 3 3      
872 Vote for who should receive five points 186 Mark Watson 25 -2   -2              
877 Make a funny flick book 187 Mark Watson 25 3   3 3= 3 2 2.37      
882 Zipwire items to the Taskmaster 188 Mark Watson 25 4   4 2 4 4 4      
887 The most awkward item to take home 189 Mark Watson 25 5   5 1 5 5 5      
892 Transport a coconut as far as possible 190 Mark Watson 25
DQ
  0              
897 Create the best graph 191 Mark Watson 25 3   3 3= 3 2 2.5      
904 Write and perform a song about a stranger 193 Mark Watson 25 3   3 1=     3.75 5 3 3.5
909 Throw an egg through a basketball hoop 194 Mark Watson 25 0   0              

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE normalized_scores (
   id         INTEGER PRIMARY KEY,
   task       INTEGER REFERENCES tasks(id),
   contestant INTEGER REFERENCES people(id),
   base       INTEGER,
   adjustment INTEGER,
   points     INTEGER,
   rank       TEXT,
   rigid      REAL,
   spread     REAL,
   scale      REAL,
   '5+3'      REAL,
   '3+2'      REAL,
   '3½+2½'    REAL
);
Powered by Datasette · Queries took 43.116ms