What would be the formula to calculate the weighted score for the following scenario?
Some question is asked with answer scores ranging from 0 to 5. No correct or incorrect classification. Just a relative score range.
Choice Scenarios:
I also thought about making the scale -5 to 5 in order to penalize for choosing a negative weight.
Avg weight is 3, score = sum(weight[answers] - avg).
Choose 1, score = 2
Choose 2, score = 1
Choose 1 & 2, score = 3
Choose 1, 2 & 3, score = 0
Choose 3, score = -3