The low or high scale definition is not calculating the normalized value properly for risk assessment.Issue Risk Assessment provides a flexible way to capture information from the end user to calculate the risk of the associated change requestThe issue when an low scale is defined on the metric questions in risk assessment and choice is selected as a value having 0 then it should convert the normalized value to 1 which is not happening. Steps to reprodice:1. Create an assessment defintion with yes/no type and scale as low.2. Navigate to Change Request > Create New3. Create one emergency change and one Normal change.4. Put any values in fields and save5.Click Risk assessment related link and select the value as no.6. Observe assessment metric results where normalized value is shown as 0 only. The normalized value is directly proportional to the scale definition of the metric. If the scale definition is low, that is, the lower scale values are better, then Normalized value = 1.0 – Normalized value.CauseThis is an expected behavior where the above formula is applied to assessments but not for the risk assessments.Normalized value for an assessmentResolutionFor a risk assessment, the weighted value from metric results table is calculated as follows. weighted_value = metric.weight * result.actual_value