|
ILIAS
release_8 Revision v8.24
|
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 (bool $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 25 of file class.ilAssQuestionPreviewSettings.php.
| ilAssQuestionPreviewSettings::__construct | ( | $contextRefId | ) |
Definition at line 42 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::getContextRefId | ( | ) |
Definition at line 92 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::init | ( | ) |
Definition at line 47 of file class.ilAssQuestionPreviewSettings.php.
References initSettingsFromPostParameters(), initSettingsWithTestObject(), and isTestRefId().
Here is the call graph for this function:
|
private |
Definition at line 76 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 63 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 148 of file class.ilAssQuestionPreviewSettings.php.
References $bestSolutionEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isGenericFeedbackEnabled | ( | ) |
Definition at line 118 of file class.ilAssQuestionPreviewSettings.php.
References $genericFeedbackEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isHintProvidingEnabled | ( | ) |
Definition at line 138 of file class.ilAssQuestionPreviewSettings.php.
References $hintProvidingEnabled.
Referenced by isHintProvidingNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isHintProvidingNavigationRequired | ( | ) |
Definition at line 170 of file class.ilAssQuestionPreviewSettings.php.
References isHintProvidingEnabled().
Here is the call graph for this function:| ilAssQuestionPreviewSettings::isInstantFeedbackNavigationRequired | ( | ) |
Definition at line 153 of file class.ilAssQuestionPreviewSettings.php.
References isBestSolutionEnabled(), isGenericFeedbackEnabled(), and isSpecificFeedbackEnabled().
Here is the call graph for this function:| ilAssQuestionPreviewSettings::isReachedPointsEnabled | ( | ) |
Definition at line 100 of file class.ilAssQuestionPreviewSettings.php.
References $reachedPointsEnabled.
| ilAssQuestionPreviewSettings::isSpecificFeedbackEnabled | ( | ) |
Definition at line 128 of file class.ilAssQuestionPreviewSettings.php.
References $specificFeedbackEnabled.
Referenced by isInstantFeedbackNavigationRequired().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::isTestRefId | ( | ) |
Definition at line 56 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 143 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 87 of file class.ilAssQuestionPreviewSettings.php.
References $contextRefId.
| ilAssQuestionPreviewSettings::setGenericFeedbackEnabled | ( | $genericFeedbackEnabled | ) |
Definition at line 113 of file class.ilAssQuestionPreviewSettings.php.
References $genericFeedbackEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:| ilAssQuestionPreviewSettings::setHintProvidingEnabled | ( | bool | $hintProvidingEnabled | ) |
Definition at line 133 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 108 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 123 of file class.ilAssQuestionPreviewSettings.php.
References $specificFeedbackEnabled.
Referenced by initSettingsFromPostParameters(), and initSettingsWithTestObject().
Here is the caller graph for this function:
|
private |
Definition at line 40 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isBestSolutionEnabled(), and setBestSolutionEnabled().
|
private |
Definition at line 27 of file class.ilAssQuestionPreviewSettings.php.
Referenced by __construct(), getContextRefId(), and setContextRefId().
|
private |
Definition at line 34 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isGenericFeedbackEnabled(), and setGenericFeedbackEnabled().
|
private |
Definition at line 38 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isHintProvidingEnabled(), and setHintProvidingEnabled().
|
protected |
Definition at line 32 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isReachedPointsEnabled(), and setReachedPointsEnabled().
|
private |
Definition at line 36 of file class.ilAssQuestionPreviewSettings.php.
Referenced by isSpecificFeedbackEnabled(), and setSpecificFeedbackEnabled().