Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 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 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

mod_lesson data generator.

Copyright: 2013 Marina Glancy
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 429 lines (16 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: mod_lesson_generator  - X-Ref

mod_lesson data generator class.

reset()   X-Ref
To be called from data reset code only,
do not use in tests.

return: void

create_instance($record = null, array $options = null)   X-Ref
No description

create_content($lesson, $record = array()   X-Ref
No description

create_question_truefalse($lesson, $record = array()   X-Ref
Create True/false question pages.

param: object $lesson
param: array $record
return: int

create_question_multichoice($lesson, $record = array()   X-Ref
Create multichoice question pages.

param: object $lesson
param: array $record
return: int

create_question_essay($lesson, $record = array()   X-Ref
Create essay question pages.

param: object $lesson
param: array $record
return: int

create_question_matching($lesson, $record = array()   X-Ref
Create matching question pages.

param: object $lesson
param: array $record
return: int

create_question_shortanswer($lesson, $record = array()   X-Ref
Create shortanswer question pages.

param: object $lesson
param: array $record
return: int

create_question_numeric($lesson, $record = array()   X-Ref
Create shortanswer question pages.

param: object $lesson
param: array $record
return: int