Julio Montoya dbd33061c1 Partial merge with 1.11.x see BT#15952 | il y a 5 ans | |
---|---|---|
.. | ||
lang | il y a 5 ans | |
QuestionOptionsEvaluationPlugin.php | il y a 5 ans | |
README.md | il y a 5 ans | |
evaluation.php | il y a 5 ans | |
install.php | il y a 5 ans | |
plugin.php | il y a 5 ans | |
uninstall.php | il y a 5 ans |
Allow recalulate the options score in questions:
Setup instructions
Edit configuration.php
file
$_configuration['exercise_additional_teacher_modify_actions'] = [
// ...
'questionoptionsevaluation' => ['QuestionOptionsEvaluationPlugin', 'filterModify']
];