|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilAssQuestionPreviewSettings:Public Member Functions | |
| __construct ($contextRefId) | |
| init () | |
| isTestRefId () | |
| setContextRefId ($contextRefId) | |
| getContextRefId () | |
| isReachedPointsEnabled () | |
| setReachedPointsEnabled (bool $reachedPointsEnabled) | |
| setGenericFeedbackEnabled ($genericFeedbackEnabled) | |
| isGenericFeedbackEnabled () | |
| setSpecificFeedbackEnabled ($specificFeedbackEnabled) | |
| isSpecificFeedbackEnabled () | |
| setHintProvidingEnabled ($hintProvidingEnabled) | |
| isHintProvidingEnabled () | |
| setBestSolutionEnabled ($bestSolutionEnabled) | |
| isBestSolutionEnabled () | |
| isInstantFeedbackNavigationRequired () | |
| isHintProvidingNavigationRequired () | |
Protected Attributes | |
| $reachedPointsEnabled = false | |
Private Member Functions | |
| 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 28 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::getContextRefId | ( | ) |
Definition at line 78 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::init | ( | ) |
Definition at line 33 of file class.ilAssQuestionPreviewSettings.php.
References initSettingsFromPostParameters(), initSettingsWithTestObject(), and isTestRefId().
Here is the call graph for this function:
|
private |
Definition at line 62 of file class.ilAssQuestionPreviewSettings.php.
References setBestSolutionEnabled(), setGenericFeedbackEnabled(), setHintProvidingEnabled(), setReachedPointsEnabled(), 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 49 of file class.ilAssQuestionPreviewSettings.php.
References ilObjectFactory\getInstanceByRefId(), setBestSolutionEnabled(), setGenericFeedbackEnabled(), setHintProvidingEnabled(), setReachedPointsEnabled(), 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 134 of file class.ilAssQuestionPreviewSettings.php.
References $bestSolutionEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isGenericFeedbackEnabled | ( | ) |
Definition at line 104 of file class.ilAssQuestionPreviewSettings.php.
References $genericFeedbackEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isHintProvidingEnabled | ( | ) |
Definition at line 124 of file class.ilAssQuestionPreviewSettings.php.
References $hintProvidingEnabled.
Referenced by isHintProvidingNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isHintProvidingNavigationRequired | ( | ) |
Definition at line 156 of file class.ilAssQuestionPreviewSettings.php.
References isHintProvidingEnabled().
Here is the call graph for this function:| ilAssQuestionPreviewSettings::isInstantFeedbackNavigationRequired | ( | ) |
Definition at line 139 of file class.ilAssQuestionPreviewSettings.php.
References isBestSolutionEnabled(), isGenericFeedbackEnabled(), and isSpecificFeedbackEnabled().
Here is the call graph for this function:| ilAssQuestionPreviewSettings::isReachedPointsEnabled | ( | ) |
Definition at line 86 of file class.ilAssQuestionPreviewSettings.php.
References $reachedPointsEnabled.
| ilAssQuestionPreviewSettings::isSpecificFeedbackEnabled | ( | ) |
Definition at line 114 of file class.ilAssQuestionPreviewSettings.php.
References $specificFeedbackEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isTestRefId | ( | ) |
Definition at line 42 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 129 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 73 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::setGenericFeedbackEnabled | ( | $genericFeedbackEnabled | ) |
Definition at line 99 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 119 of file class.ilAssQuestionPreviewSettings.php.
References $hintProvidingEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::setReachedPointsEnabled | ( | bool | $reachedPointsEnabled | ) |
| bool | $reachedPointsEnabled |
Definition at line 94 of file class.ilAssQuestionPreviewSettings.php.
References $reachedPointsEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::setSpecificFeedbackEnabled | ( | $specificFeedbackEnabled | ) |
Definition at line 109 of file class.ilAssQuestionPreviewSettings.php.
References $specificFeedbackEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:
|
private |
Definition at line 26 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 20 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isGenericFeedbackEnabled(), and setGenericFeedbackEnabled().
|
private |
Definition at line 24 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isHintProvidingEnabled(), and setHintProvidingEnabled().
|
protected |
Definition at line 18 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isReachedPointsEnabled(), and setReachedPointsEnabled().
|
private |
Definition at line 22 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isSpecificFeedbackEnabled(), and setSpecificFeedbackEnabled().