|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilAssLacCompositeValidator:Public Member Functions | |
| __construct ($object_loader) | |
| validate (ilAssLacAbstractComposite $composite) | |
Protected Member Functions | |
| getNonShuffler () | |
Protected Attributes | |
| $object_loader | |
Private Member Functions | |
| validateSubTree (ilAssLacAbstractComposite $composite) | |
| validateClozeTest ($answer_index, $question, $answer_expression, $question_index) | |
| checkIfAnswerIndexOfQuestionExists ($question, $question_index, $answer_index) | |
| checkQuestionExists ($question, $index) | |
| isResultOfAnswerExpression ($expression) | |
| checkAnswerExpressionExist ($expressions, $answer_expression, $question_index) | |
| checkOperatorExistForExpression ($operators, $answer_expression, $pattern) | |
Private Attributes | |
| RandomGroup | $randomGroup |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class CompositeValidator
Date: 04.12.13 Time: 14:19
Definition at line 28 of file ilAssLacCompositeValidator.php.
| ilAssLacCompositeValidator::__construct | ( | $object_loader | ) |
| ilAssLacQuestionProvider | $object_loader |
Definition at line 42 of file ilAssLacCompositeValidator.php.
References $DIC, and $object_loader.
|
private |
| array | $expressions | |
| ilAssLacExpressionInterface | $answer_expression | |
| int | $question_index |
| ilAssLacExpressionNotSupportedByQuestion |
Definition at line 238 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
Here is the caller graph for this function:
|
private |
| iQuestionCondition | $question | |
| int | $question_index | |
| int | $answer_index |
| ilAssLacAnswerIndexNotExist |
Definition at line 190 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
Here is the caller graph for this function:
|
private |
| array | $operators | |
| ilAssLacExpressionInterface | $answer_expression | |
| string | $pattern |
| ilAssLacOperatorNotSupportedByExpression |
Definition at line 252 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
Here is the caller graph for this function:
|
private |
| assQuestion | null | $question | |
| int | $index |
| ilAssLacQuestionNotExist |
Definition at line 204 of file ilAssLacCompositeValidator.php.
References $index.
Referenced by validateSubTree().
Here is the caller graph for this function:
|
protected |
Definition at line 259 of file ilAssLacCompositeValidator.php.
|
private |
| ilAssLacExpressionInterface | $expression |
Definition at line 216 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
Here is the caller graph for this function:| ilAssLacCompositeValidator::validate | ( | ilAssLacAbstractComposite | $composite | ) |
Definition at line 50 of file ilAssLacCompositeValidator.php.
References validate(), and validateSubTree().
Referenced by validate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| int | $answer_index | |
| assQuestion | iQuestionCondition | $question | |
| ilAssLacExpressionInterface | $answer_expression | |
| int | $question_index |
| ilAssLacAnswerValueNotExist |
Definition at line 137 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
Here is the caller graph for this function:
|
private |
Definition at line 61 of file ilAssLacCompositeValidator.php.
References checkAnswerExpressionExist(), checkIfAnswerIndexOfQuestionExists(), checkOperatorExistForExpression(), checkQuestionExists(), isResultOfAnswerExpression(), and validateClozeTest().
Referenced by validate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file ilAssLacCompositeValidator.php.
Referenced by __construct().
|
private |
Definition at line 37 of file ilAssLacCompositeValidator.php.