Home
last modified time | relevance | path

Searched defs:answer_index (Results 1 – 17 of 17) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/
H A DilAssLacAnswerIndexNotExist.php25 protected $answer_index; variable in ilAssLacAnswerIndexNotExist
31 public function __construct($question_index, $answer_index)
H A DilAssLacAnswerValueNotExist.php30 protected $answer_index; variable in ilAssLacAnswerValueNotExist
37 public function __construct($question_index, $value, $answer_index = null)
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Exception/
H A DilAssLacAnswerIndexNotExist.php25 protected $answer_index; variable in ilAssLacAnswerIndexNotExist
31 public function __construct($question_index, $answer_index)
H A DilAssLacAnswerValueNotExist.php30 protected $answer_index; variable in ilAssLacAnswerValueNotExist
37 public function __construct($question_index, $value, $answer_index = null)
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeValidator.php121 … private function validateClozeTest($answer_index, $question, $answer_expression, $question_index)
174 private function checkIfAnswerIndexOfQuestionExists($question, $question_index, $answer_index)
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeValidator.php121 … private function validateClozeTest($answer_index, $question, $answer_expression, $question_index)
174 private function checkIfAnswerIndexOfQuestionExists($question, $question_index, $answer_index)
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/
H A DilAssLacResultOfAnswerOfCurrentQuestionExpression.php38 protected $answer_index; variable in ilAssLacResultOfAnswerOfCurrentQuestionExpression
H A DilAssLacResultOfAnswerOfQuestionExpression.php46 protected $answer_index; variable in ilAssLacResultOfAnswerOfQuestionExpression
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/Expressions/
H A DilAssLacResultOfAnswerOfCurrentQuestionExpression.php38 protected $answer_index; variable in ilAssLacResultOfAnswerOfCurrentQuestionExpression
H A DilAssLacResultOfAnswerOfQuestionExpression.php46 protected $answer_index; variable in ilAssLacResultOfAnswerOfQuestionExpression
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Logic/
H A DPuzzlePredicateLogic.cs35 internal int answer_index; field
H A DPuzzlePencil.cs33 private const int answer_index = 4; field in gbrainy.Games.Logic.PuzzlePencil
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-engine/src/
H A Dstrand.rs31 pub(crate) answer_index: AnswerIndex, field
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-engine/src/slg/
H A Dresolvent.rs315 let answer_index = match answer_var.index_if_bound_at(self.outer_binder) { in unify_free_answer_var() localVariable
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assClozeTest.php1066 public function deleteAnswerText($gap_index, $answer_index)
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assClozeTest.php1073 public function deleteAnswerText($gap_index, $answer_index)
/dports/dns/getdns/getdns-1.5.2/src/
H A Dmdns.c678 int answer_index; in mdns_update_cache_ttl_and_prune() local