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