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

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'] ];