|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Variables | |
| $quizid = required_param('quizid', PARAM_INT) | |
| $confirmed = optional_param('confirmed', false, PARAM_BOOL) | |
| $renderer = $PAGE->get_renderer('tool_qeupgradehelper') | |
| $quizsummary = tool_qeupgradehelper_get_quiz($quizid) | |
| if(!$quizsummary) $quizsummary | name = format_string($quizsummary->name) |
| if ($confirmed &&data_submitted()&&confirm_sesskey()) | |
| $confirmed = optional_param('confirmed', false, PARAM_BOOL) |
Definition at line 33 of file convertquiz.php.
| $quizid = required_param('quizid', PARAM_INT) |
Definition at line 32 of file convertquiz.php.
| $quizsummary = tool_qeupgradehelper_get_quiz($quizid) |
Definition at line 47 of file convertquiz.php.
| $renderer = $PAGE->get_renderer('tool_qeupgradehelper') |
Definition at line 45 of file convertquiz.php.
| if($confirmed &&data_submitted()&&confirm_sesskey()) |
Definition at line 55 of file convertquiz.php.
| string $Container Container name = format_string($quizsummary->name) |
Definition at line 53 of file convertquiz.php.