|
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...
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 = "?" |
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 iQuestionCondition
Date: 02.12.13 Time: 14:02
Definition at line 25 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, assFormulaQuestion, assImagemapQuestion, assMatchingQuestion, assMultipleChoice, assNumeric, assOrderingHorizontal, assOrderingQuestion, assSingleChoice, and assTextSubset.
| iQuestionCondition::getExpressionTypes | ( | ) |
Get all available expression types for a specific question.
Implemented in assClozeTest, assErrorText, assFormulaQuestion, assImagemapQuestion, assMatchingQuestion, assMultipleChoice, assNumeric, assOrderingHorizontal, assOrderingQuestion, assSingleChoice, and assTextSubset.
| iQuestionCondition::getOperators | ( | $expression | ) |
Get all available operations for a specific question.
| $expression |
Implemented in assClozeTest, assErrorText, assFormulaQuestion, assImagemapQuestion, 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 assErrorText.
| const iQuestionCondition::EmptyAnswerExpression = "?" |
Definition at line 34 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assErrorText\getExpressionTypes(), assFormulaQuestion\getExpressionTypes(), assImagemapQuestion\getExpressionTypes(), assMatchingQuestion\getExpressionTypes(), assMultipleChoice\getExpressionTypes(), assNumeric\getExpressionTypes(), assOrderingQuestion\getExpressionTypes(), assSingleChoice\getExpressionTypes(), and assTextSubset\getExpressionTypes().
| const iQuestionCondition::ExclusiveResultExpression = '*n,m,o,p*' |
Definition at line 33 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assErrorText\getExpressionTypes(), assImagemapQuestion\getExpressionTypes(), and assMultipleChoice\getExpressionTypes().
| const iQuestionCondition::MatchingResultExpression = ';n:m;' |
Definition at line 30 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), and assMatchingQuestion\getExpressionTypes().
| const iQuestionCondition::NumberOfResultExpression = '+n+' |
Definition at line 32 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 29 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assFormulaQuestion\getExpressionTypes(), assMatchingQuestion\getExpressionTypes(), assNumeric\getExpressionTypes(), assOrderingHorizontal\getExpressionTypes(), assOrderingQuestion\getExpressionTypes(), and assTextSubset\getExpressionTypes().
| const iQuestionCondition::OrderingResultExpression = '$n,m,o,p$' |
Definition at line 31 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assOrderingHorizontal\getExpressionTypes(), and assOrderingQuestion\getExpressionTypes().
| const iQuestionCondition::PercentageResultExpression = '%n%' |
Definition at line 28 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assErrorText\getExpressionTypes(), assFormulaQuestion\getExpressionTypes(), assImagemapQuestion\getExpressionTypes(), assMatchingQuestion\getExpressionTypes(), assMultipleChoice\getExpressionTypes(), assNumeric\getExpressionTypes(), assOrderingHorizontal\getExpressionTypes(), assOrderingQuestion\getExpressionTypes(), assSingleChoice\getExpressionTypes(), and assTextSubset\getExpressionTypes().
| const iQuestionCondition::StringResultExpression = '~TEXT~' |
Definition at line 27 of file interface.iQuestionCondition.php.
Referenced by ilAssLacLegendGUI\getAvailableExpressionTypes(), assClozeTest\getExpressionTypes(), assOrderingHorizontal\getExpressionTypes(), and assTextSubset\getExpressionTypes().