ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilDBInterface $db, ilAssQuestionPreviewSession $previewSession) | |
requestsExist () | |
requestsPossible () | |
getNextRequestableHint () | |
storeRequest (ilAssQuestionHint $questionHint) | |
isRequested ($hintId) | |
getNumExistingRequests () | |
getRequestedHintsList () | |
getRequestStatisticData () | |
Private Attributes | |
$db | |
$previewSession | |
Definition at line 11 of file class.ilAssQuestionPreviewHintTracking.php.
ilAssQuestionPreviewHintTracking::__construct | ( | ilDBInterface | $db, |
ilAssQuestionPreviewSession | $previewSession | ||
) |
Definition at line 23 of file class.ilAssQuestionPreviewHintTracking.php.
References $db, and $previewSession.
ilAssQuestionPreviewHintTracking::getNextRequestableHint | ( | ) |
Definition at line 59 of file class.ilAssQuestionPreviewHintTracking.php.
References $query, $res, $row, ilAssQuestionHint\getInstanceById(), and isRequested().
ilAssQuestionPreviewHintTracking::getNumExistingRequests | ( | ) |
Definition at line 98 of file class.ilAssQuestionPreviewHintTracking.php.
ilAssQuestionPreviewHintTracking::getRequestedHintsList | ( | ) |
Definition at line 103 of file class.ilAssQuestionPreviewHintTracking.php.
References ilAssQuestionHintList\getListByHintIds().
Referenced by getRequestStatisticData().
ilAssQuestionPreviewHintTracking::getRequestStatisticData | ( | ) |
Definition at line 112 of file class.ilAssQuestionPreviewHintTracking.php.
References getRequestedHintsList().
Referenced by assQuestion\deductHintPointsFromReachedPoints().
ilAssQuestionPreviewHintTracking::isRequested | ( | $hintId | ) |
Definition at line 93 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 88 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().