Julio Montoya 823e18aa53 Update get_lang calls using full string vor 4 Jahren
..
lang e1cb48c5ee Updating from 1.11.x vor 5 Jahren
QuestionOptionsEvaluationPlugin.php e1cb48c5ee Updating from 1.11.x vor 5 Jahren
README.md e1cb48c5ee Updating from 1.11.x vor 5 Jahren
evaluation.php 823e18aa53 Update get_lang calls using full string vor 4 Jahren
install.php e1cb48c5ee Updating from 1.11.x vor 5 Jahren
plugin.php e1cb48c5ee Updating from 1.11.x vor 5 Jahren
uninstall.php e1cb48c5ee Updating from 1.11.x vor 5 Jahren

README.md

Questions Options Evaluation

Allow recalulate the options score in questions:

  • Successes - Failures
  • Successes - Failures / 2
  • Successes - Failures / 3
  • Recalculate question scores

Setup instructions

  • Install plugin
  • Set enabled in configuration
  • Edit configuration.php file php $_configuration['exercise_additional_teacher_modify_actions'] = [ // ... 'questionoptionsevaluation' => ['QuestionOptionsEvaluationPlugin', 'filterModify'] ];