|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilTestSequenceFixedQuestionSet:
Collaboration diagram for ilTestSequenceFixedQuestionSet:Additional Inherited Members | |
Public Member Functions inherited from ilTestSequence | |
| ilTestSequence ($active_id, $pass, $randomtest) | |
| ilTestSequence constructor More... | |
| getActiveId () | |
| createNewSequence ($max, $shuffle) | |
| loadQuestions (ilTestQuestionSetConfig $testQuestionSetConfig=null, $taxonomyFilterSelection=array()) | |
| Loads the question mapping. More... | |
| loadFromDb () | |
| Loads the sequence data for a given active id. More... | |
| saveToDb () | |
| Saves the sequence data for a given pass to the database. More... | |
| postponeQuestion ($question_id) | |
| hideQuestion ($question_id) | |
| isPostponedQuestion ($question_id) | |
| isHiddenQuestion ($question_id) | |
| isPostponedSequence ($sequence) | |
| isHiddenSequence ($sequence) | |
| postponeSequence ($sequence) | |
| hideSequence ($sequence) | |
| setQuestionChecked ($questionId) | |
| isQuestionChecked ($questionId) | |
| 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. More... | |
| getQuestionForSequence ($sequence) | |
| & | getSequenceSummary ($obligationsFilter=false) |
| getPass () | |
| setPass ($pass) | |
| hasSequence () | |
| hasHiddenQuestions () | |
| clearHiddenQuestions () | |
| hasStarted (ilTestSession $testSession) | |
| openQuestionExists () | |
| getQuestionIds () | |
| questionExists ($questionId) | |
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.ilTestSequenceFixedQuestionSet.php.