|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilAssQuestionPreviewSettings:Public Member Functions | |
| __construct ($contextRefId) | |
| init () | |
| setContextRefId ($contextRefId) | |
| getContextRefId () | |
| setGenericFeedbackEnabled ($genericFeedbackEnabled) | |
| isGenericFeedbackEnabled () | |
| setSpecificFeedbackEnabled ($specificFeedbackEnabled) | |
| isSpecificFeedbackEnabled () | |
| setHintProvidingEnabled ($hintProvidingEnabled) | |
| isHintProvidingEnabled () | |
| setBestSolutionEnabled ($bestSolutionEnabled) | |
| isBestSolutionEnabled () | |
| isInstantFeedbackNavigationRequired () | |
| isHintProvidingNavigationRequired () | |
Private Member Functions | |
| isTestRefId () | |
| initSettingsWithTestObject () | |
| initSettingsFromPostParameters () | |
Private Attributes | |
| $contextRefId = null | |
| $genericFeedbackEnabled = false | |
| $specificFeedbackEnabled = false | |
| $hintProvidingEnabled = false | |
| $bestSolutionEnabled = false | |
Definition at line 11 of file class.ilAssQuestionPreviewSettings.php.
| ilAssQuestionPreviewSettings::__construct | ( | $contextRefId | ) |
Definition at line 23 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::getContextRefId | ( | ) |
Definition at line 73 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::init | ( | ) |
Definition at line 28 of file class.ilAssQuestionPreviewSettings.php.
References initSettingsFromPostParameters(), initSettingsWithTestObject(), and isTestRefId().
Here is the call graph for this function:
|
private |
Definition at line 58 of file class.ilAssQuestionPreviewSettings.php.
References setBestSolutionEnabled(), setGenericFeedbackEnabled(), setHintProvidingEnabled(), and setSpecificFeedbackEnabled().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 47 of file class.ilAssQuestionPreviewSettings.php.
References ilObjectFactory\getInstanceByRefId(), setBestSolutionEnabled(), setGenericFeedbackEnabled(), setHintProvidingEnabled(), and setSpecificFeedbackEnabled().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isBestSolutionEnabled | ( | ) |
Definition at line 113 of file class.ilAssQuestionPreviewSettings.php.
References $bestSolutionEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isGenericFeedbackEnabled | ( | ) |
Definition at line 83 of file class.ilAssQuestionPreviewSettings.php.
References $genericFeedbackEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isHintProvidingEnabled | ( | ) |
Definition at line 103 of file class.ilAssQuestionPreviewSettings.php.
References $hintProvidingEnabled.
Referenced by isHintProvidingNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isHintProvidingNavigationRequired | ( | ) |
Definition at line 138 of file class.ilAssQuestionPreviewSettings.php.
References isHintProvidingEnabled().
Here is the call graph for this function:| ilAssQuestionPreviewSettings::isInstantFeedbackNavigationRequired | ( | ) |
Definition at line 118 of file class.ilAssQuestionPreviewSettings.php.
References isBestSolutionEnabled(), isGenericFeedbackEnabled(), and isSpecificFeedbackEnabled().
Here is the call graph for this function:| ilAssQuestionPreviewSettings::isSpecificFeedbackEnabled | ( | ) |
Definition at line 93 of file class.ilAssQuestionPreviewSettings.php.
References $specificFeedbackEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:
|
private |
Definition at line 40 of file class.ilAssQuestionPreviewSettings.php.
References ilObject\_lookupType().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::setBestSolutionEnabled | ( | $bestSolutionEnabled | ) |
Definition at line 108 of file class.ilAssQuestionPreviewSettings.php.
References $bestSolutionEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::setContextRefId | ( | $contextRefId | ) |
Definition at line 68 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::setGenericFeedbackEnabled | ( | $genericFeedbackEnabled | ) |
Definition at line 78 of file class.ilAssQuestionPreviewSettings.php.
References $genericFeedbackEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::setHintProvidingEnabled | ( | $hintProvidingEnabled | ) |
Definition at line 98 of file class.ilAssQuestionPreviewSettings.php.
References $hintProvidingEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::setSpecificFeedbackEnabled | ( | $specificFeedbackEnabled | ) |
Definition at line 88 of file class.ilAssQuestionPreviewSettings.php.
References $specificFeedbackEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:
|
private |
Definition at line 21 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isBestSolutionEnabled(), and setBestSolutionEnabled().
|
private |
Definition at line 13 of file class.ilAssQuestionPreviewSettings.php.
Referenced by __construct(), getContextRefId(), and setContextRefId().
|
private |
Definition at line 15 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isGenericFeedbackEnabled(), and setGenericFeedbackEnabled().
|
private |
Definition at line 19 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isHintProvidingEnabled(), and setHintProvidingEnabled().
|
private |
Definition at line 17 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isSpecificFeedbackEnabled(), and setSpecificFeedbackEnabled().