ILIAS
Release_4_0_x_branch Revision 61816
|
Class for matching question pairs. More...
Public Member Functions | |
__construct ($term=null, $definition=null, $points=0.0) | |
assAnswerMatchingPair constructor | |
__get ($value) | |
Object getter. | |
__set ($key, $value) | |
Object setter. |
Protected Attributes | |
$arrData |
Class for matching question pairs.
Definition at line 31 of file class.assAnswerMatchingPair.php.
assAnswerMatchingPair::__construct | ( | $term = null , |
|
$definition = null , |
|||
$points = 0.0 |
|||
) |
assAnswerMatchingPair constructor
string | $text | Definition text |
string | $picture | Definition picture |
integer | $identifier | Random number identifier |
Definition at line 42 of file class.assAnswerMatchingPair.php.
References $points.
assAnswerMatchingPair::__get | ( | $value | ) |
Object getter.
Definition at line 54 of file class.assAnswerMatchingPair.php.
assAnswerMatchingPair::__set | ( | $key, | |
$value | |||
) |
|
protected |
Definition at line 33 of file class.assAnswerMatchingPair.php.