19 declare(strict_types=1);
33 $title =
'a question title',
34 $question_score = 7.6,
36 $usr_solution =
'usr did this',
37 $best_solution =
'he had better done that',
38 $feedback =
'give it another try',
39 $worked_through =
true,
42 $recapitulation =
'some recap' 45 $this->assertEquals(
$id, $qr->getId());
46 $this->assertEquals($type, $qr->getType());
47 $this->assertEquals($title, $qr->getTitle());
48 $this->assertEquals($question_score, $qr->getQuestionScore());
49 $this->assertEquals($usr_score, $qr->getUserScore());
50 $this->assertEquals(50, $qr->getUserScorePercent());
52 $this->assertEquals($feedback, $qr->getFeedback());
53 $this->assertTrue($qr->isWorkedThrough());
54 $this->assertTrue($qr->isAnswered());
55 $this->assertEquals($recapitulation, $qr->getContentForRecapitulation());
56 $this->assertEquals($requested_hints, $qr->getNumberOfRequestedHints());
testTestQuestionResultBasicProperties()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins