|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilAssQuestionPreviewHintTracking:Public Member Functions | |
| __construct (ilDB $db, ilAssQuestionPreviewSession $previewSession) | |
| requestsExist () | |
| requestsPossible () | |
| getNextRequestableHint () | |
| storeRequest (ilAssQuestionHint $questionHint) | |
| isRequested ($hintId) | |
| getNumExistingRequests () | |
| getRequestedHintsList () | |
Private Attributes | |
| $db | |
| $previewSession | |
Definition at line 11 of file class.ilAssQuestionPreviewHintTracking.php.
| ilAssQuestionPreviewHintTracking::__construct | ( | ilDB | $db, |
| ilAssQuestionPreviewSession | $previewSession | ||
| ) |
Definition at line 23 of file class.ilAssQuestionPreviewHintTracking.php.
References $db, and $previewSession.
| ilAssQuestionPreviewHintTracking::getNextRequestableHint | ( | ) |
Definition at line 58 of file class.ilAssQuestionPreviewHintTracking.php.
References $query, $res, $row, ilAssQuestionHint\getInstanceById(), and isRequested().
Here is the call graph for this function:| ilAssQuestionPreviewHintTracking::getNumExistingRequests | ( | ) |
Definition at line 97 of file class.ilAssQuestionPreviewHintTracking.php.
| ilAssQuestionPreviewHintTracking::getRequestedHintsList | ( | ) |
Definition at line 102 of file class.ilAssQuestionPreviewHintTracking.php.
References ilAssQuestionHintList\getListByHintIds().
Here is the call graph for this function:| ilAssQuestionPreviewHintTracking::isRequested | ( | $hintId | ) |
Definition at line 92 of file class.ilAssQuestionPreviewHintTracking.php.
Referenced by getNextRequestableHint().
Here is the caller graph for this function:| ilAssQuestionPreviewHintTracking::requestsExist | ( | ) |
Definition at line 29 of file class.ilAssQuestionPreviewHintTracking.php.
| ilAssQuestionPreviewHintTracking::requestsPossible | ( | ) |
Definition at line 36 of file class.ilAssQuestionPreviewHintTracking.php.
| ilAssQuestionPreviewHintTracking::storeRequest | ( | ilAssQuestionHint | $questionHint | ) |
Definition at line 87 of file class.ilAssQuestionPreviewHintTracking.php.
References ilAssQuestionHint\getId().
Here is the call graph for this function:
|
private |
Definition at line 16 of file class.ilAssQuestionPreviewHintTracking.php.
Referenced by __construct().
|
private |
Definition at line 21 of file class.ilAssQuestionPreviewHintTracking.php.
Referenced by __construct().