|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class CompositeValidator. 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) | |
Class CompositeValidator.
Date: 04.12.13 Time: 14:19
Definition at line 22 of file ilAssLacCompositeValidator.php.
| ilAssLacCompositeValidator::__construct | ( | $object_loader | ) |
| ilAssLacQuestionProvider | $object_loader |
Definition at line 35 of file ilAssLacCompositeValidator.php.
References $object_loader.
|
private |
| array | $expressions | |
| ilAssLacExpressionInterface | $answer_expression | |
| int | $question_index |
| ilAssLacExpressionNotSupportedByQuestion |
Definition at line 252 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 202 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 267 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 217 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
Here is the caller graph for this function:
|
protected |
Definition at line 275 of file ilAssLacCompositeValidator.php.
|
private |
| ilAssLacExpressionInterface | $expression |
Definition at line 230 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
Here is the caller graph for this function:| ilAssLacCompositeValidator::validate | ( | ilAssLacAbstractComposite | $composite | ) |
Definition at line 40 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 134 of file ilAssLacCompositeValidator.php.
References $options.
Referenced by validateSubTree().
Here is the caller graph for this function:
|
private |
Definition at line 52 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 30 of file ilAssLacCompositeValidator.php.
Referenced by __construct().