Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 310 and 400] [Versions 39 and 400] [Versions 400 and 401] [Versions 400 and 402] [Versions 400 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: 452 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.

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

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

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

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

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

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

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

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

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

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

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

create_override(array $data)   X-Ref
Create a lesson override (either user or group).

param: array $data must specify lessonid, and one of userid or groupid.