|
| removeQuestion (int $question_id, ilTestReindexedSequencePositionMap $reindexedSequencePositionMap) |
|
| __construct (protected ilDBInterface $db, protected int $active_id, protected int $pass, protected GeneralQuestionPropertiesRepository $questionrepository) |
| ilTestSequence constructor More...
|
|
| getActiveId () |
|
| createNewSequence (int $max, bool $shuffle) |
|
| loadQuestions () |
| 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 (int $question_id) |
|
| hideQuestion (int $question_id) |
|
| isPostponedQuestion (int $question_id) |
|
| isHiddenQuestion (int $question_id) |
|
| isPostponedSequence (int $sequence) |
|
| isHiddenSequence (int $sequence) |
|
| postponeSequence (int $sequence) |
|
| hideSequence (int $sequence) |
|
| setQuestionPresented (int $question_id) |
|
| isQuestionPresented (int $question_id) |
|
| isNextQuestionPresented (int $question_id) |
|
| setQuestionChecked (int $question_id) |
|
| isQuestionChecked (int $question_id) |
|
| getPositionOfSequence (int $sequence) |
|
| getUserQuestionCount () |
|
| getOrderedSequence () |
|
| getOrderedSequenceQuestions () |
|
| getUserSequence () |
|
| getUserSequenceQuestions () |
|
| getSequenceForQuestion (int $question_id) |
|
| getFirstSequence () |
|
| getLastSequence () |
|
| getNextSequence (int $sequence) |
|
| getPreviousSequence (int $sequence) |
|
| pcArrayShuffle (array $array) |
| Shuffles the values of a given array. More...
|
|
| getQuestionForSequence (int $sequence) |
|
| getSequenceSummary () |
|
| getPass () |
|
| setPass (int $pass) |
|
| hasSequence () |
|
| hasHiddenQuestions () |
|
| clearHiddenQuestions () |
|
| hasStarted (ilTestSession $testSession) |
|
| openQuestionExists () |
|
| getQuestionIds () |
|
| questionExists (int $question_id) |
|
| setQuestionOptional (int $question_id) |
|
| isQuestionOptional (int $question_id) |
|
| hasOptionalQuestions () |
|
| getOptionalQuestions () |
|
| clearOptionalQuestions () |
|
| reorderOptionalQuestionsToSequenceEnd () |
|
| isAnsweringOptionalQuestionsConfirmed () |
|
| setAnsweringOptionalQuestionsConfirmed (bool $answeringOptionalQuestionsConfirmed) |
|
| isConsiderHiddenQuestionsEnabled () |
|
| setConsiderHiddenQuestionsEnabled (bool $considerHiddenQuestionsEnabled) |
|
| isConsiderOptionalQuestionsEnabled () |
|
| setConsiderOptionalQuestionsEnabled (bool $considerOptionalQuestionsEnabled) |
|