|
Moodle
2.2.1
http://www.collinsharper.com
|


Static Public Member Functions | |
| static | make_from_quiz ($quiz, $when) |
Data Fields | |
| const | DURING = 0x10000 |
| const | IMMEDIATELY_AFTER = 0x01000 |
| const | LATER_WHILE_OPEN = 0x00100 |
| const | AFTER_CLOSE = 0x00010 |
| $attempt = true | |
| $overallfeedback = self::VISIBLE | |
Static Protected Member Functions | |
| static | extract ($bitmask, $bit, $whenset=self::VISIBLE, $whennotset=self::HIDDEN) |
An extension of question_display_options that includes the extra options used by the quiz.
Definition at line 1320 of file locallib.php.
| static extract | ( | $ | bitmask, |
| $ | bit, | ||
| $ | whenset = self::VISIBLE, |
||
| $ | whennotset = self::HIDDEN |
||
| ) | [static, protected] |
| static make_from_quiz | ( | $ | quiz, |
| $ | when | ||
| ) | [static] |
Set up the various options from the quiz settings, and a time constant.
| object | $quiz | the quiz settings. |
| int | $one | of the DURING, IMMEDIATELY_AFTER, LATER_WHILE_OPEN or AFTER_CLOSE constants. |
Definition at line 1350 of file locallib.php.


Definition at line 1335 of file locallib.php.
| $overallfeedback = self::VISIBLE |
Definition at line 1341 of file locallib.php.
| const AFTER_CLOSE = 0x00010 |
Definition at line 1328 of file locallib.php.
| const DURING = 0x10000 |
Definition at line 1325 of file locallib.php.
| const IMMEDIATELY_AFTER = 0x01000 |
Definition at line 1326 of file locallib.php.
| const LATER_WHILE_OPEN = 0x00100 |
Definition at line 1327 of file locallib.php.