Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/public/plugin/questionoptionsevaluation
christianbeeznest a6857b0c30
Extra fields - Rename extra_field field_type and extra_field_type to item_type and value_type, "value" in exta_field_values.value to field_value - refs CT#2008 (#4373)
2 years ago
..
lang
QuestionOptionsEvaluationPlugin.php Extra fields - Rename extra_field field_type and extra_field_type to item_type and value_type, "value" in exta_field_values.value to field_value - refs CT#2008 (#4373) 2 years ago
README.md
evaluation.php
install.php
plugin.php
uninstall.php

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