ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilQTIResprocessing Class Reference
+ Collaboration diagram for ilQTIResprocessing:

Public Member Functions

 setComment (string $a_comment)
 
 getComment ()
 
 setOutcomes (ilQTIOutcomes $a_outcomes)
 
 getOutcomes ()
 
 addRespcondition (ilQTIRespcondition $a_respcondition)
 
 setScoremodel (string $a_scoremodel)
 
 getScoremodel ()
 

Data Fields

string $comment = null
 
ilQTIOutcomes $outcomes = null
 
array $respcondition = []
 
string $scoremodel = null
 

Detailed Description

Definition at line 29 of file class.ilQTIResprocessing.php.

Member Function Documentation

◆ addRespcondition()

ilQTIResprocessing::addRespcondition ( ilQTIRespcondition  $a_respcondition)

Definition at line 57 of file class.ilQTIResprocessing.php.

57 : void
58 {
59 $this->respcondition[] = $a_respcondition;
60 }

◆ getComment()

ilQTIResprocessing::getComment ( )

Definition at line 42 of file class.ilQTIResprocessing.php.

42 : ?string
43 {
44 return $this->comment;
45 }

References $comment.

◆ getOutcomes()

ilQTIResprocessing::getOutcomes ( )

Definition at line 52 of file class.ilQTIResprocessing.php.

References $outcomes.

◆ getScoremodel()

ilQTIResprocessing::getScoremodel ( )

Definition at line 67 of file class.ilQTIResprocessing.php.

67 : ?string
68 {
69 return $this->scoremodel;
70 }

References $scoremodel.

◆ setComment()

ilQTIResprocessing::setComment ( string  $a_comment)

Definition at line 37 of file class.ilQTIResprocessing.php.

37 : void
38 {
39 $this->comment = $a_comment;
40 }

References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().

+ Here is the call graph for this function:

◆ setOutcomes()

ilQTIResprocessing::setOutcomes ( ilQTIOutcomes  $a_outcomes)

Definition at line 47 of file class.ilQTIResprocessing.php.

47 : void
48 {
49 $this->outcomes = $a_outcomes;
50 }

◆ setScoremodel()

ilQTIResprocessing::setScoremodel ( string  $a_scoremodel)

Definition at line 62 of file class.ilQTIResprocessing.php.

62 : void
63 {
64 $this->scoremodel = $a_scoremodel;
65 }

Field Documentation

◆ $comment

string ilQTIResprocessing::$comment = null

Definition at line 31 of file class.ilQTIResprocessing.php.

Referenced by getComment().

◆ $outcomes

ilQTIOutcomes ilQTIResprocessing::$outcomes = null

Definition at line 32 of file class.ilQTIResprocessing.php.

Referenced by getOutcomes().

◆ $respcondition

array ilQTIResprocessing::$respcondition = []

Definition at line 34 of file class.ilQTIResprocessing.php.

◆ $scoremodel

string ilQTIResprocessing::$scoremodel = null

Definition at line 35 of file class.ilQTIResprocessing.php.

Referenced by getScoremodel().


The documentation for this class was generated from the following file: