34 $this->questions = array();
36 $result =
$ilDB->queryF(
37 "SELECT tst_test_rnd_qst.* FROM tst_test_rnd_qst, qpl_questions WHERE tst_test_rnd_qst.active_fi = %s AND qpl_questions.question_id = tst_test_rnd_qst.question_fi AND tst_test_rnd_qst.pass = %s ORDER BY sequence",
38 array(
'integer',
'integer'),
39 array($this->active_id, $this->pass)
45 if ($result->numRows() == 0) {
46 $result =
$ilDB->queryF(
47 "SELECT tst_test_rnd_qst.* FROM tst_test_rnd_qst, qpl_questions WHERE tst_test_rnd_qst.active_fi = %s AND qpl_questions.question_id = tst_test_rnd_qst.question_fi AND tst_test_rnd_qst.pass = 0 ORDER BY sequence",
49 array($this->active_id)
58 $this->responsibleSourcePoolDefinitionByQuestion[
$data[
'question_fi']] = $data[
'src_pool_def_fi'];
76 $result =
$ilDB->queryF(
77 "SELECT test_random_question_id FROM tst_test_rnd_qst WHERE active_fi = %s AND pass = %s",
78 array(
'integer',
'integer'),
81 return ($result->numRows() > 0) ?
true :
false;
86 if (isset($this->responsibleSourcePoolDefinitionByQuestion[$questionId])) {
87 return $this->responsibleSourcePoolDefinitionByQuestion[$questionId];
loadQuestions(ilTestQuestionSetConfig $testQuestionSetConfig=null, $taxonomyFilterSelection=array())
getResponsibleSourcePoolDefinitionId($questionId)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$responsibleSourcePoolDefinitionByQuestion
hasRandomQuestionsForPass($active_id, $pass)
!!! LEGACY CODE !!!