ILIAS
release_8 Revision v8.19
|
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 ($question, $active_id, $pass) | |
addKeyValue ($key, $value) | |
removeByKey ($key) | |
getUserSolutionsByIdentifier ($identifier) | |
getSolutions () | |
getSolutionForKey ($key) | |
setReachedPercentage ($reached_percentage) | |
getReachedPercentage () | |
hasSolutions () | |
Static Public Attributes | |
static | $USER_SOLUTION_IDENTIFIER_KEY = "key" |
static | $USER_SOLUTION_IDENTIFIER_VALUE = "value" |
Protected Attributes | |
$question | |
$active_id | |
$pass | |
$reached_percentage | |
$solutions = array() | |
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 ilUserQuestionResult
Date: 10.01.14 Time: 10:03
Definition at line 26 of file class.ilUserQuestionResult.php.
ilUserQuestionResult::__construct | ( | $question, | |
$active_id, | |||
$pass | |||
) |
Definition at line 57 of file class.ilUserQuestionResult.php.
References $active_id, $pass, and $question.
ilUserQuestionResult::addKeyValue | ( | $key, | |
$value | |||
) |
mixed | $key | |
mixed | $value |
Definition at line 68 of file class.ilUserQuestionResult.php.
References ILIAS\LTI\ToolProvider\$key.
ilUserQuestionResult::getReachedPercentage | ( | ) |
Definition at line 145 of file class.ilUserQuestionResult.php.
References $reached_percentage.
ilUserQuestionResult::getSolutionForKey | ( | $key | ) |
int | $key |
Definition at line 124 of file class.ilUserQuestionResult.php.
References ILIAS\LTI\ToolProvider\$key.
ilUserQuestionResult::getSolutions | ( | ) |
ilUserQuestionResult::getUserSolutionsByIdentifier | ( | $identifier | ) |
string | $identifier |
Exception |
Definition at line 95 of file class.ilUserQuestionResult.php.
References $solutions.
ilUserQuestionResult::hasSolutions | ( | ) |
Definition at line 153 of file class.ilUserQuestionResult.php.
ilUserQuestionResult::removeByKey | ( | $key | ) |
string | $key |
Definition at line 79 of file class.ilUserQuestionResult.php.
References ILIAS\LTI\ToolProvider\$key.
ilUserQuestionResult::setReachedPercentage | ( | $reached_percentage | ) |
int | $reached_percentage |
Definition at line 137 of file class.ilUserQuestionResult.php.
References $reached_percentage.
|
protected |
Definition at line 40 of file class.ilUserQuestionResult.php.
Referenced by __construct().
|
protected |
Definition at line 45 of file class.ilUserQuestionResult.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilUserQuestionResult.php.
Referenced by __construct().
|
protected |
Definition at line 50 of file class.ilUserQuestionResult.php.
Referenced by getReachedPercentage(), and setReachedPercentage().
|
protected |
Definition at line 55 of file class.ilUserQuestionResult.php.
Referenced by getSolutions(), and getUserSolutionsByIdentifier().
|
static |
Definition at line 28 of file class.ilUserQuestionResult.php.
|
static |
Definition at line 29 of file class.ilUserQuestionResult.php.