|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class for matching question pairs. More...
Collaboration diagram for assAnswerMatchingPair:Public Member Functions | |
| __construct ($term=null, $definition=null, $points=0.0) | |
| assAnswerMatchingPair constructor More... | |
| __get ($value) | |
| Object getter. More... | |
| __set ($key, $value) | |
| Object setter. More... | |
Protected Attributes | |
| $arrData | |
Class for matching question pairs.
Definition at line 11 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 22 of file class.assAnswerMatchingPair.php.
| assAnswerMatchingPair::__get | ( | $value | ) |
Object getter.
Definition at line 34 of file class.assAnswerMatchingPair.php.
| assAnswerMatchingPair::__set | ( | $key, | |
| $value | |||
| ) |
Object setter.
Definition at line 51 of file class.assAnswerMatchingPair.php.
|
protected |
Definition at line 13 of file class.assAnswerMatchingPair.php.