|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class iQuestionCondition. More...
Inheritance diagram for iQuestionCondition:
Collaboration diagram for iQuestionCondition:Public Member Functions | |
| getOperators ($expression) | |
| Get all available operations for a specific question. More... | |
| getExpressionTypes () | |
| Get all available expression types for a specific question. More... | |
| getUserQuestionResult ($active_id, $pass) | |
| Get the user solution for a question by active_id and the test pass. More... | |
| getAvailableAnswerOptions ($index=null) | |
| If index is null, the function returns an array with all anwser options Else it returns the specific answer option. More... | |
Data Fields | |
| const | StringResultExpression = '~TEXT~' |
| const | PercentageResultExpression = '%n%' |
| const | NumericResultExpression = '#n#' |
| const | MatchingResultExpression = ';n:m;' |
| const | OrderingResultExpression = '$n,m,o,p$' |
| const | NumberOfResultExpression = '+n+' |
| const | ExclusiveResultExpression = '*n,m,o,p*' |
| const | EmptyAnswerExpression = "?" |
Class iQuestionCondition.
Date: 02.12.13 Time: 14:02
Definition at line 9 of file interface.iQuestionCondition.php.
| iQuestionCondition::getAvailableAnswerOptions | ( | $index = null | ) |
If index is null, the function returns an array with all anwser options Else it returns the specific answer option.
| null | int | $index |
Implemented in assClozeTest, assErrorText, assFlashQuestion, assFormulaQuestion, assImagemapQuestion, assJavaApplet, assMatchingQuestion, assMultipleChoice, assNumeric, assOrderingHorizontal, assOrderingQuestion, assSingleChoice, and assTextSubset.
| iQuestionCondition::getExpressionTypes | ( | ) |
Get all available expression types for a specific question.
Implemented in assClozeTest, assErrorText, assFlashQuestion, assFormulaQuestion, assImagemapQuestion, assJavaApplet, assMatchingQuestion, assMultipleChoice, assNumeric, assOrderingHorizontal, assOrderingQuestion, assSingleChoice, and assTextSubset.
| iQuestionCondition::getOperators | ( | $expression | ) |
Get all available operations for a specific question.
| $expression |
Implemented in assClozeTest, assErrorText, assFlashQuestion, assFormulaQuestion, assImagemapQuestion, assJavaApplet, assMatchingQuestion, assMultipleChoice, assNumeric, assOrderingHorizontal, assOrderingQuestion, assSingleChoice, and assTextSubset.
| iQuestionCondition::getUserQuestionResult | ( | $active_id, | |
| $pass | |||
| ) |
Get the user solution for a question by active_id and the test pass.
| int | $active_id | |
| int | $pass |
Implemented in assFlashQuestion, and assJavaApplet.
| const iQuestionCondition::EmptyAnswerExpression = "?" |
Definition at line 18 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assErrorText\getExpressionTypes(), assFlashQuestion\getExpressionTypes(), assFormulaQuestion\getExpressionTypes(), assImagemapQuestion\getExpressionTypes(), assJavaApplet\getExpressionTypes(), assMatchingQuestion\getExpressionTypes(), assMultipleChoice\getExpressionTypes(), assNumeric\getExpressionTypes(), assOrderingQuestion\getExpressionTypes(), assSingleChoice\getExpressionTypes(), and assTextSubset\getExpressionTypes().
| const iQuestionCondition::ExclusiveResultExpression = '*n,m,o,p*' |
Definition at line 17 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assErrorText\getExpressionTypes(), assImagemapQuestion\getExpressionTypes(), and assMultipleChoice\getExpressionTypes().
| const iQuestionCondition::MatchingResultExpression = ';n:m;' |
Definition at line 14 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), and assMatchingQuestion\getExpressionTypes().
| const iQuestionCondition::NumberOfResultExpression = '+n+' |
Definition at line 16 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assErrorText\getExpressionTypes(), assImagemapQuestion\getExpressionTypes(), assMultipleChoice\getExpressionTypes(), and assSingleChoice\getExpressionTypes().
| const iQuestionCondition::NumericResultExpression = '#n#' |
Definition at line 13 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assFlashQuestion\getExpressionTypes(), assFormulaQuestion\getExpressionTypes(), assMatchingQuestion\getExpressionTypes(), assNumeric\getExpressionTypes(), assOrderingHorizontal\getExpressionTypes(), assOrderingQuestion\getExpressionTypes(), and assTextSubset\getExpressionTypes().
| const iQuestionCondition::OrderingResultExpression = '$n,m,o,p$' |
Definition at line 15 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assOrderingHorizontal\getExpressionTypes(), and assOrderingQuestion\getExpressionTypes().
| const iQuestionCondition::PercentageResultExpression = '%n%' |
Definition at line 12 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assErrorText\getExpressionTypes(), assFlashQuestion\getExpressionTypes(), assFormulaQuestion\getExpressionTypes(), assImagemapQuestion\getExpressionTypes(), assJavaApplet\getExpressionTypes(), assMatchingQuestion\getExpressionTypes(), assMultipleChoice\getExpressionTypes(), assNumeric\getExpressionTypes(), assOrderingHorizontal\getExpressionTypes(), assOrderingQuestion\getExpressionTypes(), assSingleChoice\getExpressionTypes(), and assTextSubset\getExpressionTypes().
| const iQuestionCondition::StringResultExpression = '~TEXT~' |
Definition at line 11 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assOrderingHorizontal\getExpressionTypes(), and assTextSubset\getExpressionTypes().