Julio Montoya 823e18aa53 Update get_lang calls using full string | 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']
];