Home
last modified time | relevance | path

Searched refs:nonAnsweredQuestions (Results 1 – 2 of 2) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestSequenceDynamicQuestionSet.php750 private function fetchQuestionSequence($nonPostponedQuestions, $nonAnsweredQuestions) argument
762 if ($nonAnsweredQuestions && isset($this->wrongAnsweredQuestions[$qId])) {
764 } elseif (!$nonAnsweredQuestions && !isset($this->wrongAnsweredQuestions[$qId])) {
808 $nonAnsweredQuestions = $this->fetchQuestionSequence(
830 $nonAnsweredQuestions,
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestSequenceDynamicQuestionSet.php750 private function fetchQuestionSequence($nonPostponedQuestions, $nonAnsweredQuestions) argument
762 if ($nonAnsweredQuestions && isset($this->wrongAnsweredQuestions[$qId])) {
764 } elseif (!$nonAnsweredQuestions && !isset($this->wrongAnsweredQuestions[$qId])) {
808 $nonAnsweredQuestions = $this->fetchQuestionSequence(
830 $nonAnsweredQuestions,