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

48 rows where contestant = 19

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base, adjustment, points, rank, rigid, spread, scale

id ▲ task contestant base ± points rank rigid spread scale 5+3 3+2 3½+2½
445 The most interesting vegetable autograph 94 Joe Lycett 19 2   2 4 2 2 2      
450 Beautifully destroy a cake 95 Joe Lycett 19 5   5 1 5 5 5      
455 Draw a blind portrait 96 Joe Lycett 19 4   4 2 4 4 4      
460 Fell all the ducks 97 Joe Lycett 19 3   3 3 3 3 3      
465 Make the most fruit juice 98 Joe Lycett 19 3   3 3 3 3 3      
470 The most boastful item 99 Joe Lycett 19 2   2 4 2 2 2      
475 Keep the basketball on the treadmill 100 Joe Lycett 19 2   2 4 2 2 2      
480 Paint a portrait of the Taskmaster without touching the red mat 101 Joe Lycett 19 4   4 2 4 4 4      
485 Get the flour onto the target 102 Joe Lycett 19
DQ
  0              
490 Put an egg in an egg cup without touching either 103 Joe Lycett 19 3   3 3 3 3 3      
495 Make the longest balloon chain 104 Joe Lycett 19 2   2 5 1 1 1.76      
500 The best subscription 105 Joe Lycett 19 3   3 3 3 3 3      
505 Camouflage yourself 106 Joe Lycett 19 4   4 2= 4 3.5 3.75      
510 Make a Taskmaster movie trailer 107 Joe Lycett 19 2   2 2=     2.5 3 2 2.5
515 Persuade three animals to stand on the mat 108 Joe Lycett 19 5   5 1 5 5 5      
520 Transfer water from one fishbowl to another 109 Joe Lycett 19 5 -5 0 1 5 5 5      
525 Musical words 110 Joe Lycett 19 5   5 1 5 5 5      
529 Decant wine from one bottle to another 111 Joe Lycett 19 0   0              
532 The most surprising picture of yourself 112 Joe Lycett 19 4   4 2 4 4 4      
537 Make the highest splash 113 Joe Lycett 19 3   3 3 3 3 3      
542 Ringtone choreography 114 Joe Lycett 19 2   2 4 2 2 1.88      
547 Make the best toilet paper celebrity portrait 115 Joe Lycett 19 4   4 2 4 4 3.75      
552 Do something incredible with a pommel horse 116 Joe Lycett 19 3   3 3= 3 2.5 2.65      
557 Make the tallest tube tower 117 Joe Lycett 19 3   3 3= 3 2 2.37      
562 The cutest thing 118 Joe Lycett 19 4   4 2 4 4 4      
567 Slide as far as possible 119 Joe Lycett 19 2   2 4 2 2 2      
572 Don the diving gear while maintaining eye contact and small talk 120 Joe Lycett 19 4 1 5 2 4 4 4      
577 Do incompatible things with the bathtub 121 Joe Lycett 19 0   0              
582 Throw something into something 122 Joe Lycett 19 2   2 4 2 2 2      
587 Make the longest continuous noise 123 Joe Lycett 19 5   5 1 5 5 5      
594 The best sheep-related item 125 Joe Lycett 19 3   3 2= 4 3.5 3      
599 Pass a camel through a small gap 126 Joe Lycett 19 2   2 4 2 2 2      
604 Score a goal with a shopping bag 127 Joe Lycett 19 2 1 3 4 2 2 2      
612 Identify the contents of the sleeping bag 131 Joe Lycett 19 5   5 1= 5 4 4.41      
617 Prepare the items / Lift all the items in one hand 132 Joe Lycett 19 1   1 5 1 1 1      
622 The best chair 133 Joe Lycett 19 2   2 4 2 2 2      
627 Cross the bunting to give Alex his lunch 134 Joe Lycett 19 3   3 3 3 3 3      
632 Hide from Alex 135 Joe Lycett 19 3   3 3= 3 2.5 2.81      
637 Wheelie bin obstacle course 136 Joe Lycett 19 3   3 1=     3.46 5 3 3.5
642 Invent a new handshake 137 Joe Lycett 19 5   5 1 5 5 4.17      
647 Make the biggest and best banana 138 Joe Lycett 19 4   4 2 4 4 4      
652 Open the jar of mayonnaise 139 Joe Lycett 19 0   0              
655 The most cash 140 Joe Lycett 19 4   4 2 4 4 4      
660 Create an exotic sandwich 141 Joe Lycett 19 4   4 2 4 4 4      
665 Eat your exotic sandwich 142 Joe Lycett 19 2   2 4 2 2 2      
670 Strike an item the farthest 143 Joe Lycett 19 3   3 3 3 3 3      
675 Do something surprising with a duck 144 Joe Lycett 19 3   3 3 3 3 3      
680 Draw the median duck 145 Joe Lycett 19 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.128ms