- Issue created by @branram
- First commit to issue fork.
- Merge request !7Implements Quiz Element property 'number_of_points' storage and logic in Quiz Results calculation β (Open) created by Getekid
- π¬π·Greece Getekid
I came across this issue as I'm also in need of this functionality, so I had a look around and I believe I've found a simple fix. In this patch (and in the Merge Request in GitLab) the submitted value is stored in
$element['#number_of_points']
(which also fixes issue 3427787 π Number of points is not saved Needs work ) and thenQuizResults
use it to increment the total and earned points.