|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilQuestionResult:Public Member Functions | |
| __construct (protected int $id, protected string $type, protected string $title, protected float $question_score, protected float $usr_score, protected string $usr_solution, protected string $best_solution, protected string $feedback, protected bool $workedthrough, protected bool $answered, protected int $requested_hints, protected ?string $content_for_recapitulation, protected ?string $autosaved_answer, protected int $position,) | |
| getId () | |
| getType () | |
| getTitle () | |
| getUserAnswer () | |
| getBestSolution () | |
| getQuestionScore () | |
| getUserScore () | |
| getUserScorePercent () | |
| getCorrect () | |
| getFeedback () | |
| isWorkedThrough () | |
| isAnswered () | |
| getContentForRecapitulation () | |
| getNumberOfRequestedHints () | |
| getAutosavedAnswer () | |
| getPosition () | |
Data Fields | |
| const | CORRECT_FULL = 1 |
| const | CORRECT_PARTIAL = 2 |
| const | CORRECT_NONE = 3 |
Definition at line 25 of file class.ilQuestionResult.php.
| ilQuestionResult::__construct | ( | protected int | $id, |
| protected string | $type, | ||
| protected string | $title, | ||
| protected float | $question_score, | ||
| protected float | $usr_score, | ||
| protected string | $usr_solution, | ||
| protected string | $best_solution, | ||
| protected string | $feedback, | ||
| protected bool | $workedthrough, | ||
| protected bool | $answered, | ||
| protected int | $requested_hints, | ||
| protected ?string | $content_for_recapitulation, | ||
| protected ?string | $autosaved_answer, | ||
| protected int | $position | ||
| ) |
Definition at line 31 of file class.ilQuestionResult.php.
| ilQuestionResult::getAutosavedAnswer | ( | ) |
Definition at line 115 of file class.ilQuestionResult.php.
| ilQuestionResult::getBestSolution | ( | ) |
Definition at line 65 of file class.ilQuestionResult.php.
| ilQuestionResult::getContentForRecapitulation | ( | ) |
Definition at line 107 of file class.ilQuestionResult.php.
| ilQuestionResult::getCorrect | ( | ) |
Definition at line 85 of file class.ilQuestionResult.php.
References getQuestionScore(), and getUserScore().
Here is the call graph for this function:| ilQuestionResult::getFeedback | ( | ) |
Definition at line 95 of file class.ilQuestionResult.php.
| ilQuestionResult::getId | ( | ) |
Definition at line 49 of file class.ilQuestionResult.php.
References $id.
| ilQuestionResult::getNumberOfRequestedHints | ( | ) |
Definition at line 111 of file class.ilQuestionResult.php.
| ilQuestionResult::getPosition | ( | ) |
Definition at line 119 of file class.ilQuestionResult.php.
| ilQuestionResult::getQuestionScore | ( | ) |
Definition at line 69 of file class.ilQuestionResult.php.
Referenced by ilTestPassResultsTable\applyControls(), getCorrect(), and getUserScorePercent().
Here is the caller graph for this function:| ilQuestionResult::getTitle | ( | ) |
Definition at line 57 of file class.ilQuestionResult.php.
| ilQuestionResult::getType | ( | ) |
Definition at line 53 of file class.ilQuestionResult.php.
| ilQuestionResult::getUserAnswer | ( | ) |
Definition at line 61 of file class.ilQuestionResult.php.
| ilQuestionResult::getUserScore | ( | ) |
Definition at line 73 of file class.ilQuestionResult.php.
Referenced by getCorrect(), and getUserScorePercent().
Here is the caller graph for this function:| ilQuestionResult::getUserScorePercent | ( | ) |
Definition at line 77 of file class.ilQuestionResult.php.
References getQuestionScore(), and getUserScore().
Here is the call graph for this function:| ilQuestionResult::isAnswered | ( | ) |
Definition at line 103 of file class.ilQuestionResult.php.
| ilQuestionResult::isWorkedThrough | ( | ) |
Definition at line 99 of file class.ilQuestionResult.php.
| const ilQuestionResult::CORRECT_FULL = 1 |
Definition at line 27 of file class.ilQuestionResult.php.
Referenced by ilTestPassResultsTable\applyControls(), and ilTestPassResultsTable\getMapping().
| const ilQuestionResult::CORRECT_NONE = 3 |
Definition at line 29 of file class.ilQuestionResult.php.
Referenced by ilTestPassResultsTable\getMapping().
| const ilQuestionResult::CORRECT_PARTIAL = 2 |
Definition at line 28 of file class.ilQuestionResult.php.
Referenced by ilTestPassResultsTable\getMapping(), and ILIAS\Modules\Test\test\TestResultsQuestionResultsTest\testTestResultsQuestionResultsBasicProps().