Normalize the scores for metrics
Summarize
Summary of Normalize the scores for metrics
This guide explains how to use Maximum normalization input settings to calculate normalized assessment scores for questions in ServiceNow, specifically for Choice and Multiple Selection types of questions. Understanding normalization is crucial for accurately interpreting metric scores based on unique values assigned to each response option.
Show less
Key Features
- Applicable Data Types: Maximum normalization input is available for Choice and Multiple Selection questions when the Scored check box is not selected.
- Unique Metric Values: Each metric definition must have unique values assigned for proper normalization.
- Normalization Formulas: Different formulas are used based on whether Maximum normalization input is selected or not, impacting how scores are calculated.
Key Outcomes
- Choice Questions:
- Without Maximum normalization: Score is calculated using the formula: ([Value of the response] – [Lowest value]) / ([Highest value] – [Lowest value]) 100.
- With Maximum normalization: Score is calculated as ([Value of the response] / [Highest value]) 100.
- Multiple Selection Questions:
- Without Maximum normalization: Score is based on the sum of normalization input values for selected responses divided by the sum of all normalization input values.
- With Maximum normalization: The lowest value is set to 0, and scores are determined by the highest normalization input values among selected responses.
You can use the Maximum normalization input setting to use normalized values to calculate assessment scores for questions (metrics).
When Maximum normalization input applies
- The data type of the question is either Choice or Multiple Selection.
- The Scored check box is not selected.
To use normalized scoring, the value assigned to each metric definition (possible answer) for each metric (question) must be unique.
In the following examples, the Scale definition is High (larger numerical values are good).
Choice type questions
- When Maximum normalization input is not selected
Formula: ([Value of the response] – [Lowest value] ) / ( [Highest value] – [Lowest value]) * 100.
In this example, the question allows a choice among answers with values of1,2, and4.Table 1. Scores Response Calculation Score Dog [(1-1)/(4-1)] * 100 0 Cat [(2-1)/(4-1)] * 100 33 Goldfish [(4-1)/(4-1)] * 100 100 - When Maximum normalization input is selected
Formula:
([Value of the response]/ [Highest value]) * 100.In this example, the question allows a choice among answers with values of
1,2, and4and normalization input values of3,5, and9respectively.Table 2. Scores Response Calculation Score Dog (1 / 4) * 100 25 Cat (2 / 4) * 100 50 Goldfish (4 / 4) * 100 100
Multiple selection type questions
- When Maximum normalization input is not selected
Formula:
([Sum of the normalization input values for the selected responses] / [Sum of all the normalization input values]) * 100.In this example, the question allows for multiple selections among answers with values of
1,2, and4and normalization input values of3,5, and9respectively.Table 3. Scores Response Calculation Score Dog and Cat ([3+5] / 17) * 100 47 Cat (5 / 17) * 100 29 Cat and Goldfish ([5+9] / 17) * 100 82 Goldfish (9 / 17) * 100 53 - When Maximum normalization input is selected
- The system uses the value
0for the response that has the lowest value. In this example, the Dog response is assigned the value0. - Formula for each selection:
([Highest normalization input value for the selected responses] / [Maximum of the normalization input values]) * 100. - The score for the metric (question) is the maximum calculated score among all responses.
In this example, the user selects Dog and Cat.- The score for the Dog response is
(0 / 9) * 100 = 0. - The score for the Cat response is
(5 / 9) * 100 = 55.5. - The score for the overall metric is
55.5.
Formula:
(Highest of the normalization input values for the selected responses / Highest of all the normalization input values) * 100.In this example, the question allows for multiple selections among answers with values of
1,2, and4and normalization input values of3,5, and9respectively.Table 4. Scores Response Calculation Score Dog and Cat (5 / 9) * 100 56 Cat (5 / 9) * 100 56 Cat and Goldfish (9 / 9) * 100 100 Goldfish (9 / 9) * 100 100 - The system uses the value