Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/qeupgradehelper/resetquiz.php File Reference

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_resettable_quiz($quizid)
if(!$quizsummary) $quizsummary name = format_string($quizsummary->name)
 if ($confirmed &&data_submitted()&&confirm_sesskey())

Variable Documentation

$confirmed = optional_param('confirmed', false, PARAM_BOOL)

Definition at line 32 of file resetquiz.php.

Definition at line 31 of file resetquiz.php.

Definition at line 46 of file resetquiz.php.

$renderer = $PAGE->get_renderer('tool_qeupgradehelper')

Definition at line 44 of file resetquiz.php.

if($confirmed &&data_submitted()&&confirm_sesskey())

Definition at line 54 of file resetquiz.php.

if (!$quizsummary) $quizsummary name = format_string($quizsummary->name)

Definition at line 52 of file resetquiz.php.

 All Data Structures Namespaces Files Functions Variables Enumerations