ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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().
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().
ilAssQuestionPreviewHintTracking::isRequested | ( | $hintId | ) |
Definition at line 92 of file class.ilAssQuestionPreviewHintTracking.php.
Referenced by getNextRequestableHint().
ilAssQuestionPreviewHintTracking::requestsExist | ( | ) |
Definition at line 29 of file class.ilAssQuestionPreviewHintTracking.php.
ilAssQuestionPreviewHintTracking::requestsPossible | ( | ) |
Definition at line 36 of file class.ilAssQuestionPreviewHintTracking.php.
References $query, $res, and $row.
ilAssQuestionPreviewHintTracking::storeRequest | ( | ilAssQuestionHint | $questionHint | ) |
Definition at line 87 of file class.ilAssQuestionPreviewHintTracking.php.
References ilAssQuestionHint\getId().
|
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().