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

✎ 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½
444 The most interesting vegetable autograph 94 Hugh Dennis 18 1   1 5 1 1 1      
449 Beautifully destroy a cake 95 Hugh Dennis 18 1   1 5 1 1 1      
454 Draw a blind portrait 96 Hugh Dennis 18 1 1 2 5 1 1 1      
459 Fell all the ducks 97 Hugh Dennis 18 5   5 1 5 5 5      
464 Make the most fruit juice 98 Hugh Dennis 18 4   4 2 4 4 4      
469 The most boastful item 99 Hugh Dennis 18 1   1 5 1 1 1      
474 Keep the basketball on the treadmill 100 Hugh Dennis 18 5   5 1 5 5 5      
479 Paint a portrait of the Taskmaster without touching the red mat 101 Hugh Dennis 18
DQ
  0              
484 Get the flour onto the target 102 Hugh Dennis 18 5   5 1=     5 5 3 3.5
489 Put an egg in an egg cup without touching either 103 Hugh Dennis 18 2   2 4 2 2 2      
494 Make the longest balloon chain 104 Hugh Dennis 18 4   4 2 4 4 3.53      
499 The best subscription 105 Hugh Dennis 18 1   1 5 1 1 1      
504 Camouflage yourself 106 Hugh Dennis 18 4   4 2= 4 3.5 3.75      
509 Make a Taskmaster movie trailer 107 Hugh Dennis 18 3   3 1=     3.75 5 3 3.5
514 Persuade three animals to stand on the mat 108 Hugh Dennis 18 3   3 3 3 3 3      
519 Transfer water from one fishbowl to another 109 Hugh Dennis 18 4   4 2 4 4 4      
524 Musical words 110 Hugh Dennis 18 0   0              
531 The most surprising picture of yourself 112 Hugh Dennis 18 1   1 5 1 1 1      
536 Make the highest splash 113 Hugh Dennis 18 2   2 4 2 2 2      
541 Ringtone choreography 114 Hugh Dennis 18 1   1 5 1 1 0.938      
546 Make the best toilet paper celebrity portrait 115 Hugh Dennis 18 3   3 3 3 3 2.81      
551 Do something incredible with a pommel horse 116 Hugh Dennis 18 5   5 1= 5 4.5 4.41      
556 Make the tallest tube tower 117 Hugh Dennis 18 5   5 1= 5 4.5 3.95      
561 The cutest thing 118 Hugh Dennis 18 1   1 5 1 1 1      
566 Slide as far as possible 119 Hugh Dennis 18 4   4 2 4 4 4      
571 Don the diving gear while maintaining eye contact and small talk 120 Hugh Dennis 18 3   3 3 3 3 3      
576 Do incompatible things with the bathtub 121 Hugh Dennis 18 5   5 1=     5 5 3 3.5
581 Throw something into something 122 Hugh Dennis 18 3   3 3 3 3 3      
586 Make the longest continuous noise 123 Hugh Dennis 18 4 1 5 2 4 4 4      
591 Eat as many peas as possible 124 Hugh Dennis 18 0   0              
593 The best sheep-related item 125 Hugh Dennis 18 2   2 4 2 2 2      
598 Pass a camel through a small gap 126 Hugh Dennis 18 4   4 2 4 4 4      
603 Score a goal with a shopping bag 127 Hugh Dennis 18 5   5 1 5 5 5      
611 Identify the contents of the sleeping bag 131 Hugh Dennis 18
DQ
  0              
616 Prepare the items / Lift all the items in one hand 132 Hugh Dennis 18 2   2 4 2 2 2      
621 The best chair 133 Hugh Dennis 18 5   5 1 5 5 5      
626 Cross the bunting to give Alex his lunch 134 Hugh Dennis 18 4   4 2 4 4 4      
631 Hide from Alex 135 Hugh Dennis 18 3   3 3= 3 2.5 2.81      
636 Wheelie bin obstacle course 136 Hugh Dennis 18 2   2 2=     2.31 3 2 2.5
641 Invent a new handshake 137 Hugh Dennis 18 3   3 3= 3 2 2.5      
646 Make the biggest and best banana 138 Hugh Dennis 18 3   3 3 3 3 3      
651 Open the jar of mayonnaise 139 Hugh Dennis 18 0   0              
654 The most cash 140 Hugh Dennis 18 1   1 5 1 1 1      
659 Create an exotic sandwich 141 Hugh Dennis 18 1   1 5 1 1 1      
664 Eat your exotic sandwich 142 Hugh Dennis 18 5   5 1 5 5 5      
669 Strike an item the farthest 143 Hugh Dennis 18 4   4 2 4 4 4      
674 Do something surprising with a duck 144 Hugh Dennis 18 2   2 4 2 2 2      
679 Draw the median duck 145 Hugh Dennis 18 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 21.91ms