- Issue created by @flocondetoile
- First commit to issue fork.
- f6999a08 committed on 2.0.x
Issue #3497827 by flocondetoile: Set a max score on questions
- f6999a08 committed on 2.0.x
For questions with multiple choices (checkboxes questions) we want a user can have the max score of a question even if he checks 2/3 options instead of all the available options.
Add a score_max settings on the question entity. And when retrieving the score for this question, retrieve only the minimum value between the max_score of this question and the sum of all scores of this question's choices selected.
Active
2.0
Code
Issue #3497827 by flocondetoile: Set a max score on questions