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

44 rows where contestant = 26

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