|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class for matching question pairs. More...
Collaboration diagram for assAnswerMatchingPair: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().
Here is the caller graph for this function:| assAnswerMatchingPair::getPoints | ( | ) |
Definition at line 65 of file class.assAnswerMatchingPair.php.
References $points.
| assAnswerMatchingPair::getTerm | ( | ) |
Definition at line 43 of file class.assAnswerMatchingPair.php.
References $term.
Referenced by assMatchingQuestion\getCorrectSolutionForTextOutput().
Here is the caller graph for this function:| assAnswerMatchingPair::withDefinition | ( | assAnswerMatchingDefinition | $definition | ) |
Definition at line 58 of file class.assAnswerMatchingPair.php.
References $definition.
| assAnswerMatchingPair::withPoints | ( | float | $points | ) |
Definition at line 69 of file class.assAnswerMatchingPair.php.
References $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().