| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilTestSequenceRandomQuestionSet:
 Inheritance diagram for ilTestSequenceRandomQuestionSet: Collaboration diagram for ilTestSequenceRandomQuestionSet:
 Collaboration diagram for ilTestSequenceRandomQuestionSet:| Public Member Functions | |
| hasRandomQuestionsForPass ($active_id, $pass) | |
| !!! LEGACY CODE !!! | |
|  Public Member Functions inherited from ilTestSequence | |
| ilTestSequence ($active_id, $pass, $randomtest) | |
| ilTestSequence constructor | |
| getActiveId () | |
| createNewSequence ($max, $shuffle) | |
| loadQuestions (ilTestQuestionSetConfig $testQuestionSetConfig=null, $taxonomyFilterSelection=array()) | |
| Loads the question mapping. | |
| loadFromDb () | |
| Loads the sequence data for a given active id. | |
| saveToDb () | |
| Saves the sequence data for a given pass to the database. | |
| postponeQuestion ($question_id) | |
| hideQuestion ($question_id) | |
| isPostponedQuestion ($question_id) | |
| isHiddenQuestion ($question_id) | |
| isPostponedSequence ($sequence) | |
| isHiddenSequence ($sequence) | |
| postponeSequence ($sequence) | |
| hideSequence ($sequence) | |
| getPositionOfSequence ($sequence) | |
| getUserQuestionCount () | |
| getOrderedSequence () | |
| getOrderedSequenceQuestions () | |
| getUserSequence () | |
| getUserSequenceQuestions () | |
| getSequenceForQuestion ($question_id) | |
| getFirstSequence () | |
| getLastSequence () | |
| getNextSequence ($sequence) | |
| getPreviousSequence ($sequence) | |
| pcArrayShuffle ($array) | |
| Shuffles the values of a given array. | |
| getQuestionForSequence ($sequence) | |
| & | getSequenceSummary ($obligationsFilter=false) | 
| getPass () | |
| setPass ($pass) | |
| hasSequence () | |
| hasHiddenQuestions () | |
| clearHiddenQuestions () | |
| hasStarted (ilTestSession $testSession) | |
| openQuestionExists () | |
| questionExists ($questionId) | |
| Additional Inherited Members | |
|  Data Fields inherited from ilTestSequence | |
| $sequencedata | |
| $questions | |
| $active_id | |
| $pass | |
| $isRandomTest | |
|  Protected Member Functions inherited from ilTestSequence | |
| getCorrectedSequence ($with_hidden_questions=FALSE) | |
Definition at line 12 of file class.ilTestSequenceRandomQuestionSet.php.
| ilTestSequenceRandomQuestionSet::hasRandomQuestionsForPass | ( | $active_id, | |
| $pass | |||
| ) | 
!!! LEGACY CODE !!!
Checkes wheather a random test has already created questions for a given pass or not
private
| $active_id | Active id of the test | 
| $pass | Pass of the test | 
Definition at line 24 of file class.ilTestSequenceRandomQuestionSet.php.
References ilTestSequence\$active_id, ilTestSequence\$pass, and $result.