|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class for matching question answers. More...
Collaboration diagram for ASS_AnswerMatching:Public Member Functions | |
| ASS_AnswerMatching ( $points=0.0, $term_id=0, $picture_or_definition="", $picture_or_definition_id=0) | |
| ASS_AnswerMatching constructor. More... | |
| getPoints () | |
| Gets the points. More... | |
| getTermId () | |
| Gets the term id. More... | |
| getPicture () | |
| Gets the picture. More... | |
| getDefinition () | |
| Gets the definition. More... | |
| getPictureId () | |
| Gets the picture identifier. More... | |
| getDefinitionId () | |
| Gets the definition identifier. More... | |
| setTermId ($term_id=0) | |
| Sets the term id. More... | |
| setPictureId ($picture_id=0) | |
| Sets the picture id. More... | |
| setDefinitionId ($definition_id=0) | |
| Sets the definition id. More... | |
| setPicture ($picture="") | |
| Sets the picture. More... | |
| setDefinition ($definition="") | |
| Sets the definition. More... | |
| setPoints ($points=0.0) | |
| Sets the points. More... | |
Data Fields | |
| $points | |
| $picture_or_definition | |
| $term_id | |
| $picture_or_definition_id | |
Class for matching question answers.
ASS_AnswerSimple is a class for matching question answers
Definition at line 15 of file class.assAnswerMatching.php.
| ASS_AnswerMatching::ASS_AnswerMatching | ( | $points = 0.0, |
|
$term_id = 0, |
|||
$picture_or_definition = "", |
|||
$picture_or_definition_id = 0 |
|||
| ) |
ASS_AnswerMatching constructor.
The constructor takes possible arguments an creates an instance of the ASS_AnswerMatching object.
| string | $answertext | A string defining the answer text |
| double | $points | The number of points given for the selected answer |
| integer | $order | A nonnegative value representing a possible display or sort order |
| string | $matchingtext | A string defining the matching text for the answer text @access public |
Definition at line 64 of file class.assAnswerMatching.php.
References $picture_or_definition, $picture_or_definition_id, $points, and $term_id.
| ASS_AnswerMatching::getDefinition | ( | ) |
Gets the definition.
Returns the definition
Definition at line 123 of file class.assAnswerMatching.php.
References $picture_or_definition.
| ASS_AnswerMatching::getDefinitionId | ( | ) |
Gets the definition identifier.
Returns the definition identifier
Definition at line 147 of file class.assAnswerMatching.php.
References $picture_or_definition_id.
| ASS_AnswerMatching::getPicture | ( | ) |
Gets the picture.
Returns the picture
Definition at line 111 of file class.assAnswerMatching.php.
References $picture_or_definition.
| ASS_AnswerMatching::getPictureId | ( | ) |
Gets the picture identifier.
Returns the picture identifier
Definition at line 135 of file class.assAnswerMatching.php.
References $picture_or_definition_id.
| ASS_AnswerMatching::getPoints | ( | ) |
Gets the points.
Returns the points
Definition at line 85 of file class.assAnswerMatching.php.
References $points.
| ASS_AnswerMatching::getTermId | ( | ) |
Gets the term id.
Returns a nonnegative identifier for the term
Definition at line 98 of file class.assAnswerMatching.php.
References $term_id.
| ASS_AnswerMatching::setDefinition | ( | $definition = "" | ) |
Sets the definition.
Sets the definition
| string | $definition | Definition @access public |
Definition at line 225 of file class.assAnswerMatching.php.
| ASS_AnswerMatching::setDefinitionId | ( | $definition_id = 0 | ) |
Sets the definition id.
Sets the nonnegative definition identifier which can be used for sorting or displaying matching pairs
| integer | $definition_id | A nonnegative integer @access public |
Definition at line 194 of file class.assAnswerMatching.php.
| ASS_AnswerMatching::setPicture | ( | $picture = "" | ) |
Sets the picture.
Sets the picture
| string | $picture | Picture @access public |
Definition at line 211 of file class.assAnswerMatching.php.
| ASS_AnswerMatching::setPictureId | ( | $picture_id = 0 | ) |
Sets the picture id.
Sets the nonnegative picture identifier which can be used for sorting or displaying matching pairs
| integer | $picture_id | A nonnegative integer @access public |
Definition at line 177 of file class.assAnswerMatching.php.
| ASS_AnswerMatching::setPoints | ( | $points = 0.0 | ) |
Sets the points.
Sets the points given for selecting the answer.
| double | $points | The points given for the answer @access public |
Definition at line 240 of file class.assAnswerMatching.php.
References $points.
| ASS_AnswerMatching::setTermId | ( | $term_id = 0 | ) |
Sets the term id.
Sets the nonnegative term identifier which can be used for sorting or displaying matching pairs
| integer | $term_id | A nonnegative integer @access public |
Definition at line 160 of file class.assAnswerMatching.php.
References $term_id.
| ASS_AnswerMatching::$picture_or_definition |
Definition at line 33 of file class.assAnswerMatching.php.
Referenced by ASS_AnswerMatching(), getDefinition(), and getPicture().
| ASS_AnswerMatching::$picture_or_definition_id |
Definition at line 51 of file class.assAnswerMatching.php.
Referenced by ASS_AnswerMatching(), getDefinitionId(), and getPictureId().
| ASS_AnswerMatching::$points |
Definition at line 24 of file class.assAnswerMatching.php.
Referenced by ASS_AnswerMatching(), getPoints(), and setPoints().
| ASS_AnswerMatching::$term_id |
Definition at line 42 of file class.assAnswerMatching.php.
Referenced by ASS_AnswerMatching(), getTermId(), and setTermId().