Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 402] [Versions 310 and 403]

Upgrade library code for the randomsamatch question type.

Copyright: 2013 Jean-Michel Vedrine
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 243 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

qtype_randomsamatch_qe2_attempt_updater:: (11 methods):
  question_summary()
  right_answer()
  explode_answer()
  make_summary()
  lookup_choice()
  response_summary()
  was_answered()
  set_first_step_data_elements()
  supply_missing_first_step_data()
  set_data_elements_for_step()
  load_question()


Class: qtype_randomsamatch_qe2_attempt_updater  - X-Ref

Class for converting attempt data for randomsamatch questions when upgrading
attempts to the new question engine.

This class is used by the code in question/engine/upgrade/upgradelib.php.

question_summary()   X-Ref
No description

right_answer()   X-Ref
No description

explode_answer($answer)   X-Ref
Explode the answer saved as a string in state

param: string $answer comma separated list of dash separated pairs
return: array

make_summary($pairs)   X-Ref
No description

lookup_choice($choice)   X-Ref
Find the index corresponding to a choice

param: integer $choice
return: integer

response_summary($state)   X-Ref
No description

was_answered($state)   X-Ref
No description

set_first_step_data_elements($state, &$data)   X-Ref
No description

supply_missing_first_step_data(&$data)   X-Ref
No description

set_data_elements_for_step($state, &$data)   X-Ref
No description

load_question($questionid)   X-Ref
No description