| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 | 
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 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 | ( | ) | 
| 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 | ) | 
| 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().