|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilTestRandomQuestionSetQuestionCollection:
Collaboration diagram for ilTestRandomQuestionSetQuestionCollection:Public Member Functions | |
| setQuestions ($questions) | |
| getQuestions () | |
| addQuestion (ilTestRandomQuestionSetQuestion $question) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| isGreaterThan ($amount) | |
| isSmallerThan ($amount) | |
| getMissingCount ($requiredAmount) | |
| shuffleQuestions () | |
| mergeQuestionCollection (self $questionCollection) | |
| getUniqueQuestionCollection () | |
| getRelativeComplementCollection (self $questionCollection) | |
| getIntersectionCollection (self $questionCollection) | |
| getQuestionAmount () | |
| getInvolvedQuestionIds () | |
| getRandomQuestionCollection ($requiredAmount) | |
Private Member Functions | |
| getRandomArrayKeys ($array, $numKeys) | |
Private Attributes | |
| $questions = array() | |
Definition at line 13 of file class.ilTestRandomQuestionSetQuestionCollection.php.
| ilTestRandomQuestionSetQuestionCollection::addQuestion | ( | ilTestRandomQuestionSetQuestion | $question | ) |
Definition at line 29 of file class.ilTestRandomQuestionSetQuestionCollection.php.
| ilTestRandomQuestionSetQuestionCollection::current | ( | ) |
Definition at line 36 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetQuestionCollection::getIntersectionCollection | ( | self | $questionCollection | ) |
| ilTestRandomQuestionSetQuestionCollection | $questionCollection |
Definition at line 145 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References getQuestions().
Here is the call graph for this function:| ilTestRandomQuestionSetQuestionCollection::getInvolvedQuestionIds | ( | ) |
Definition at line 171 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References getQuestions().
Here is the call graph for this function:| ilTestRandomQuestionSetQuestionCollection::getMissingCount | ( | $requiredAmount | ) |
| int | $requiredAmount |
Definition at line 76 of file class.ilTestRandomQuestionSetQuestionCollection.php.
| ilTestRandomQuestionSetQuestionCollection::getQuestionAmount | ( | ) |
Definition at line 165 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References getQuestions().
Here is the call graph for this function:| ilTestRandomQuestionSetQuestionCollection::getQuestions | ( | ) |
Definition at line 24 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References $questions.
Referenced by getIntersectionCollection(), getInvolvedQuestionIds(), getQuestionAmount(), getRelativeComplementCollection(), and getUniqueQuestionCollection().
Here is the caller graph for this function:
|
private |
Definition at line 195 of file class.ilTestRandomQuestionSetQuestionCollection.php.
Referenced by getRandomQuestionCollection().
Here is the caller graph for this function:| ilTestRandomQuestionSetQuestionCollection::getRandomQuestionCollection | ( | $requiredAmount | ) |
Definition at line 182 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References getRandomArrayKeys().
Referenced by ilTestRandomQuestionSetBuilder\fetchQuestionsFromStageRandomly().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetQuestionCollection::getRelativeComplementCollection | ( | self | $questionCollection | ) |
actually i would like to consider $this as quantity A passed $questionCollection is should be considered as quantity B
--> relative complement usually means all element from B missing in A
indeed we are considering $questionCollection as A and $this as B currently (!) when changing, do not forget to switch caller and param for all usages (!)
Definition at line 113 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References getQuestions().
Here is the call graph for this function:| ilTestRandomQuestionSetQuestionCollection::getUniqueQuestionCollection | ( | ) |
Definition at line 95 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References getQuestions().
Here is the call graph for this function:| ilTestRandomQuestionSetQuestionCollection::isGreaterThan | ( | $amount | ) |
Definition at line 62 of file class.ilTestRandomQuestionSetQuestionCollection.php.
| ilTestRandomQuestionSetQuestionCollection::isSmallerThan | ( | $amount | ) |
Definition at line 67 of file class.ilTestRandomQuestionSetQuestionCollection.php.
| ilTestRandomQuestionSetQuestionCollection::key | ( | ) |
Definition at line 46 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References key().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetQuestionCollection::mergeQuestionCollection | ( | self | $questionCollection | ) |
Definition at line 90 of file class.ilTestRandomQuestionSetQuestionCollection.php.
| ilTestRandomQuestionSetQuestionCollection::next | ( | ) |
Definition at line 41 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetQuestionCollection::rewind | ( | ) |
Definition at line 56 of file class.ilTestRandomQuestionSetQuestionCollection.php.
| ilTestRandomQuestionSetQuestionCollection::setQuestions | ( | $questions | ) |
Definition at line 19 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References $questions.
| ilTestRandomQuestionSetQuestionCollection::shuffleQuestions | ( | ) |
Definition at line 85 of file class.ilTestRandomQuestionSetQuestionCollection.php.
Referenced by ilTestRandomQuestionSetBuilder\handleQuestionOrdering().
Here is the caller graph for this function:| ilTestRandomQuestionSetQuestionCollection::valid | ( | ) |
Definition at line 51 of file class.ilTestRandomQuestionSetQuestionCollection.php.
References key().
Here is the call graph for this function:
|
private |
Definition at line 17 of file class.ilTestRandomQuestionSetQuestionCollection.php.
Referenced by getQuestions(), and setQuestions().