ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Class for matching question pairs. More...
Public Member Functions | |
__construct (assAnswerMatchingTerm $term, assAnswerMatchingDefinition $definition, float $points=0.0) | |
getTerm () | |
withTerm (assAnswerMatchingTerm $term) | |
getDefinition () | |
withDefinition (assAnswerMatchingDefinition $definition) | |
getPoints () | |
withPoints (float $points) | |
Protected Attributes | |
assAnswerMatchingTerm | $term |
assAnswerMatchingDefinition | $definition |
float | $points |
Class for matching question pairs.
Definition at line 27 of file class.assAnswerMatchingPair.php.
assAnswerMatchingPair::__construct | ( | assAnswerMatchingTerm | $term, |
assAnswerMatchingDefinition | $definition, | ||
float | $points = 0.0 |
||
) |
Definition at line 33 of file class.assAnswerMatchingPair.php.
References $definition, $points, and $term.
assAnswerMatchingPair::getDefinition | ( | ) |
Definition at line 54 of file class.assAnswerMatchingPair.php.
References $definition.
Referenced by assMatchingQuestion\getCorrectSolutionForTextOutput().
assAnswerMatchingPair::getPoints | ( | ) |
assAnswerMatchingPair::getTerm | ( | ) |
Definition at line 43 of file class.assAnswerMatchingPair.php.
References $term.
Referenced by assMatchingQuestion\getCorrectSolutionForTextOutput().
assAnswerMatchingPair::withDefinition | ( | assAnswerMatchingDefinition | $definition | ) |
Definition at line 58 of file class.assAnswerMatchingPair.php.
References $definition.
assAnswerMatchingPair::withPoints | ( | float | $points | ) |
assAnswerMatchingPair::withTerm | ( | assAnswerMatchingTerm | $term | ) |
Definition at line 47 of file class.assAnswerMatchingPair.php.
References $term.
|
protected |
Definition at line 30 of file class.assAnswerMatchingPair.php.
Referenced by __construct(), getDefinition(), and withDefinition().
|
protected |
Definition at line 31 of file class.assAnswerMatchingPair.php.
Referenced by __construct(), getPoints(), and withPoints().
|
protected |
Definition at line 29 of file class.assAnswerMatchingPair.php.
Referenced by __construct(), getTerm(), and withTerm().