Wunderbyte-GmbH / moodle-local_catquiz

ALiSe CAT Quiz
Other
1 stars 2 forks source link

Update model_person_param_list to handle multiple scales #580

Open davidszkiba opened 2 months ago

davidszkiba commented 2 months ago

The model_person_param_list class was not updated when the catscaleid column was added to the local_catquiz_personparams DB table. This means, calling the add() method multiple times for different params of the same user will always replace the last param with the new one.