|
Moodle
2.2.1
http://www.collinsharper.com
|
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) | |
| enum AJAX_SCRIPT |
Definition at line 27 of file toggleflag.php.
| $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.