Home
last modified time | relevance | path

Searched refs:getAnswerIndex (Results 1 – 24 of 24) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/
H A DilAssLacAnswerValueNotExist.php43 if ($this->getQuestionIndex() === null && $this->getAnswerIndex() === null) {
52 $this->getAnswerIndex()
54 } elseif ($this->getAnswerIndex() === null) {
65 $this->getAnswerIndex()
83 public function getAnswerIndex() function in ilAssLacAnswerValueNotExist
102 if ($this->getQuestionIndex() === null && $this->getAnswerIndex() === null) {
113 $this->getAnswerIndex()
117 if ($this->getAnswerIndex() === null) {
129 $this->getAnswerIndex()
H A DilAssLacAnswerIndexNotExist.php39 $this->getAnswerIndex()
45 $this->getAnswerIndex()
63 public function getAnswerIndex() function in ilAssLacAnswerIndexNotExist
77 $this->getAnswerIndex()
84 $this->getAnswerIndex()
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/
H A DilAssLacAnswerValueNotExist.php43 if ($this->getQuestionIndex() === null && $this->getAnswerIndex() === null) {
52 $this->getAnswerIndex()
54 } elseif ($this->getAnswerIndex() === null) {
65 $this->getAnswerIndex()
83 public function getAnswerIndex() function in ilAssLacAnswerValueNotExist
102 if ($this->getQuestionIndex() === null && $this->getAnswerIndex() === null) {
113 $this->getAnswerIndex()
117 if ($this->getAnswerIndex() === null) {
129 $this->getAnswerIndex()
H A DilAssLacAnswerIndexNotExist.php39 $this->getAnswerIndex()
45 $this->getAnswerIndex()
63 public function getAnswerIndex() function in ilAssLacAnswerIndexNotExist
77 $this->getAnswerIndex()
84 $this->getAnswerIndex()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/
H A DilAssLacResultOfAnswerOfCurrentQuestionExpression.php72 public function getAnswerIndex() function in ilAssLacResultOfAnswerOfCurrentQuestionExpression
H A DilAssLacResultOfAnswerOfQuestionExpression.php81 public function getAnswerIndex() function in ilAssLacResultOfAnswerOfQuestionExpression
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/
H A DilAssLacResultOfAnswerOfCurrentQuestionExpression.php72 public function getAnswerIndex() function in ilAssLacResultOfAnswerOfCurrentQuestionExpression
H A DilAssLacResultOfAnswerOfQuestionExpression.php81 public function getAnswerIndex() function in ilAssLacResultOfAnswerOfQuestionExpression
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/feedback/
H A Dclass.ilAssSpecificFeedbackIdentifier.php86 public function getAnswerIndex() function in ilAssSpecificFeedbackIdentifier
H A Dclass.ilAssClozeTestFeedback.php847 if ($identifier->getAnswerIndex() != self::SINGLE_GAP_FB_ANSWER_INDEX) {
866 if ($identifier->getAnswerIndex() == self::SINGLE_GAP_FB_ANSWER_INDEX) {
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/feedback/
H A Dclass.ilAssSpecificFeedbackIdentifier.php86 public function getAnswerIndex() function in ilAssSpecificFeedbackIdentifier
H A Dclass.ilAssClozeTestFeedback.php847 if ($identifier->getAnswerIndex() != self::SINGLE_GAP_FB_ANSWER_INDEX) {
866 if ($identifier->getAnswerIndex() == self::SINGLE_GAP_FB_ANSWER_INDEX) {
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddialogue_menu.h110 int getAnswerIndex(int answer) const;
H A Ddialogue_menu.cpp111 if (getAnswerIndex(answer) != -1) { in addToList()
189 int index = getAnswerIndex(answer); in removeFromList()
392 int DialogueMenu::getAnswerIndex(int answer) const { in getAnswerIndex() function in BladeRunner::DialogueMenu
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddialogue_menu.h110 int getAnswerIndex(int answer) const;
H A Ddialogue_menu.cpp111 if (getAnswerIndex(answer) != -1) { in addToList()
189 int index = getAnswerIndex(answer); in removeFromList()
392 int DialogueMenu::getAnswerIndex(int answer) const { in getAnswerIndex() function in BladeRunner::DialogueMenu
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeEvaluator.php69 …nstanceOfAnswerIndexProvidingExpression($composite) ? $composite->nodes[0]->getAnswerIndex(): null;
H A DilAssLacCompositeValidator.php66 $answer_index = $question_expression->getAnswerIndex() - 1;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeEvaluator.php69 …nstanceOfAnswerIndexProvidingExpression($composite) ? $composite->nodes[0]->getAnswerIndex(): null;
H A DilAssLacCompositeValidator.php66 $answer_index = $question_expression->getAnswerIndex() - 1;
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assClozeTestExport.php614 $fbIdentifier->getAnswerIndex()
635 return "{$fbIdentifier->getQuestionIndex()}_{$fbIdentifier->getAnswerIndex()}";
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assClozeTestExport.php614 $fbIdentifier->getAnswerIndex()
635 return "{$fbIdentifier->getQuestionIndex()}_{$fbIdentifier->getAnswerIndex()}";
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/import/qti12/
H A Dclass.assClozeTestImport.php341 $fbIdentifier->getAnswerIndex(),
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/import/qti12/
H A Dclass.assClozeTestImport.php341 $fbIdentifier->getAnswerIndex(),