Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/question/toggleflag.php File Reference

Go to the source code of this file.

Namespaces

namespace  moodlecore

Enumerations

enum  AJAX_SCRIPT

Variables

 $qaid = required_param('qaid', PARAM_INT)
 $qubaid = required_param('qubaid', PARAM_INT)
 $questionid = required_param('qid', PARAM_INT)
 $slot = required_param('slot', PARAM_INT)
 $newstate = required_param('newstate', PARAM_BOOL)
 $checksum = required_param('checksum', PARAM_ALPHANUM)

Enumeration Type Documentation

Definition at line 27 of file toggleflag.php.


Variable Documentation

$checksum = required_param('checksum', PARAM_ALPHANUM)

Definition at line 38 of file toggleflag.php.

$newstate = required_param('newstate', PARAM_BOOL)

Definition at line 37 of file toggleflag.php.

$qaid = required_param('qaid', PARAM_INT)

Definition at line 33 of file toggleflag.php.

$qubaid = required_param('qubaid', PARAM_INT)

Definition at line 34 of file toggleflag.php.

$questionid = required_param('qid', PARAM_INT)

Definition at line 35 of file toggleflag.php.

$slot = required_param('slot', PARAM_INT)

Definition at line 36 of file toggleflag.php.

 All Data Structures Namespaces Files Functions Variables Enumerations