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

27 rows where contestant = 13

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ task contestant base ± points rank rigid spread scale 5+3 3+2 3½+2½
308 The most flamboyant clock 66 Al Murray 13 4   4 2 4 4 4      
313 Reach the microwave in the fewest steps 67 Al Murray 13 4   4 2 4 4 4      
318 Propel a pea along a red carpet 68 Al Murray 13 5   5 1 5 5 5      
323 Make the best snowman 69 Al Murray 13 3   3 3 3 3 3      
328 Balance swedes on a Swede 70 Al Murray 13 5   5 1 5 5 5      
333 The heaviest shoebox-sized item 71 Al Murray 13 3   3 3 3 3 3      
338 Surprise Alex 72 Al Murray 13 4   4 2 4 4 4      
343 Release Alex 73 Al Murray 13 0   0              
348 An upside-down condiment self-portrait 74 Al Murray 13 5   5 1 5 5 4.69      
353 Burst all of the balloons 75 Al Murray 13 1   1 5 1 1 1      
358 Unravel the tape 76 Al Murray 13 5   5 1 5 5 5      
363 The best battery-operated item 77 Al Murray 13 2   2 4 2 2 2      
368 Fill an eggcup with sweat 78 Al Murray 13
DQ
  0              
373 Make the best domino rally 79 Al Murray 13 1   1 4= 2 1.5 1      
378 Buy a gift for the Taskmaster 80 Al Murray 13 3   3 3 3 3 3      
383 Create the best flag meal 81 Al Murray 13 2   2 4 2 2 2      
388 Anchor balloons using bread 82 Al Murray 13 1   1 5 1 1 1      
393 The shiniest thing 83 Al Murray 13 1   1 5 1 1 1      
398 Spread your clothes far and wide 84 Al Murray 13 5   5 1 5 5 5      
403 Find out the lying old man’s occupation 85 Al Murray 13 5   5 1 5 5 5      
408 Create an impressive special effect 86 Al Murray 13 3   3 1=     3.46 5 3 3.5
413 Cover yourself in sticky notes 87 Al Murray 13 2   2 4 2 2 2      
419 The most handsome relative 89 Al Murray 13 4   4 2 4 4 4      
424 Move water from one bucket to another 90 Al Murray 13 5   5 1 5 5 5      
429 Play charades across a river 91 Al Murray 13 5   5 1=     5 5 3 3.5
434 Create an impressive time-lapse or slow motion film 92 Al Murray 13 2   2 5 1 1 1.67      
439 The lowest unique number of doughnuts 93 Al Murray 13 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 20.731ms