Angel Fernando Quiroz Campos ee6da54924 QuestionOptionsEvaluation: Don't consider empty answers as fails - refs BT#15265 | пре 5 година | |
---|---|---|
.. | ||
lang | пре 5 година | |
QuestionOptionsEvaluationPlugin.php | пре 5 година | |
README.md | пре 5 година | |
evaluation.php | пре 5 година | |
install.php | пре 5 година | |
plugin.php | пре 5 година | |
uninstall.php | пре 5 година |
Allow recalulate the options score in questions:
Setup instructions
Edit configuration.php
file
$_configuration['exercise_additional_teacher_modify_actions'] = [
// ...
'questionoptionsevaluation' => ['QuestionOptionsEvaluationPlugin', 'filterModify']
];