Julio Montoya 823e18aa53 Update get_lang calls using full string | vor 5 Jahren | |
---|---|---|
.. | ||
lang | vor 5 Jahren | |
QuestionOptionsEvaluationPlugin.php | vor 5 Jahren | |
README.md | vor 5 Jahren | |
evaluation.php | vor 5 Jahren | |
install.php | vor 5 Jahren | |
plugin.php | vor 5 Jahren | |
uninstall.php | vor 5 Jahren |
Allow recalulate the options score in questions:
Setup instructions
Edit configuration.php
file
$_configuration['exercise_additional_teacher_modify_actions'] = [
// ...
'questionoptionsevaluation' => ['QuestionOptionsEvaluationPlugin', 'filterModify']
];