29 if (!isset($this->requestsByTestPassIndexAndQuestionId[$passIndex])) {
30 $this->requestsByTestPassIndexAndQuestionId[$passIndex] = array();
33 $this->requestsByTestPassIndexAndQuestionId[$passIndex][$qId] = $request;
43 return $this->requestsByTestPassIndexAndQuestionId[$passIndex][$qId];
An exception for terminatinating execution or to throw for unit testing.
addRequestByTestPassIndexAndQuestionId($passIndex, $qId, ilAssQuestionHintRequestStatisticData $request)
$requestsByTestPassIndexAndQuestionId
getRequestByTestPassIndexAndQuestionId($passIndex, $qId)