ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (string $answertext="", float $points=0.0, int $order=0, int $id=-1, int $state=0) | |
ASS_AnswerMultipleResponse constructor. More... | |
getPointsUnchecked () | |
Returns the points for an unchecked answer. More... | |
setPointsUnchecked ($points_unchecked=0.0) | |
Sets the points for an unchecked answer. More... | |
setPointsChecked ($points_checked) | |
getPointsChecked () | |
![]() | |
__construct ($answertext="", $points=0.0, $order=0, $id=-1) | |
ASS_AnswerSimple constructor. More... | |
getId () | |
Gets the answer id. More... | |
getAnswertext () | |
Gets the answer text. More... | |
getPoints () | |
Gets the points. More... | |
checkPoints ($a_points) | |
Checks, if the point value is numeric. More... | |
getOrder () | |
Gets the sort/display order. More... | |
setOrder ($order=0) | |
Sets the order. More... | |
setId ($id=-1) | |
Sets the answer id. More... | |
setAnswertext ($answertext="") | |
Sets the answer text. More... | |
setPoints ($points=0.0) | |
Sets the points. More... | |
Data Fields | |
$points_unchecked | |
Additional Inherited Members | |
![]() | |
string | $answertext |
$points | |
$order | |
$id | |
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 true/false or yes/no answers
ASS_AnswerMultipleResponse is a class for answers with a binary state indicator (checked/unchecked, set/unset)
Definition at line 29 of file class.assAnswerMultipleResponse.php.
ASS_AnswerMultipleResponse::__construct | ( | string | $answertext = "" , |
float | $points = 0.0 , |
||
int | $order = 0 , |
||
int | $id = -1 , |
||
int | $state = 0 |
||
) |
ASS_AnswerMultipleResponse constructor.
The constructor takes possible arguments an creates an instance of the ASS_AnswerMultipleResponse object.
string | $answertext | A string defining the answer text |
double | $points | The number of points given for the selected answer |
double | $points_unchecked | The points when the answer is not checked |
integer | $order | A nonnegative value representing a possible display or sort order public |
Definition at line 51 of file class.assAnswerMultipleResponse.php.
References ASS_AnswerSimple\$answertext, ASS_AnswerSimple\$id, ASS_AnswerSimple\$order, ASS_AnswerSimple\$points, and ILIAS\GlobalScreen\Provider\__construct().
ASS_AnswerMultipleResponse::getPointsChecked | ( | ) |
Definition at line 96 of file class.assAnswerMultipleResponse.php.
References ASS_AnswerSimple\getPoints().
ASS_AnswerMultipleResponse::getPointsUnchecked | ( | ) |
Returns the points for an unchecked answer.
Returns the points for an unchecked answer
Definition at line 66 of file class.assAnswerMultipleResponse.php.
References $points_unchecked.
ASS_AnswerMultipleResponse::setPointsChecked | ( | $points_checked | ) |
Definition at line 91 of file class.assAnswerMultipleResponse.php.
References ASS_AnswerSimple\setPoints().
ASS_AnswerMultipleResponse::setPointsUnchecked | ( | $points_unchecked = 0.0 | ) |
Sets the points for an unchecked answer.
Sets the points for an unchecked answer
double | $points_unchecked | The points for an unchecked answer public |
Definition at line 80 of file class.assAnswerMultipleResponse.php.
References $points_unchecked, and ASS_AnswerSimple\checkPoints().
ASS_AnswerMultipleResponse::$points_unchecked |
Definition at line 38 of file class.assAnswerMultipleResponse.php.
Referenced by getPointsUnchecked(), and setPointsUnchecked().