Julio Montoya dbd33061c1 Partial merge with 1.11.x see BT#15952 il y a 5 ans
..
lang dbd33061c1 Partial merge with 1.11.x see BT#15952 il y a 5 ans
QuestionOptionsEvaluationPlugin.php dbd33061c1 Partial merge with 1.11.x see BT#15952 il y a 5 ans
README.md dbd33061c1 Partial merge with 1.11.x see BT#15952 il y a 5 ans
evaluation.php dbd33061c1 Partial merge with 1.11.x see BT#15952 il y a 5 ans
install.php dbd33061c1 Partial merge with 1.11.x see BT#15952 il y a 5 ans
plugin.php dbd33061c1 Partial merge with 1.11.x see BT#15952 il y a 5 ans
uninstall.php dbd33061c1 Partial merge with 1.11.x see BT#15952 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

    $_configuration['exercise_additional_teacher_modify_actions'] = [
      // ...
      'questionoptionsevaluation' => ['QuestionOptionsEvaluationPlugin', 'filterModify']
    ];