ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 30 of file class.ilQTIResprocessing.php.

Member Function Documentation

◆ addRespcondition()

ilQTIResprocessing::addRespcondition ( ilQTIRespcondition  $a_respcondition)

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

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

◆ getComment()

ilQTIResprocessing::getComment ( )

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

References $comment.

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

◆ getOutcomes()

ilQTIResprocessing::getOutcomes ( )

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

References $outcomes.

53  : ?ilQTIOutcomes
54  {
55  return $this->outcomes;
56  }

◆ getScoremodel()

ilQTIResprocessing::getScoremodel ( )

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

References $scoremodel.

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

◆ setComment()

ilQTIResprocessing::setComment ( string  $a_comment)

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

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

38  : void
39  {
40  $this->comment = $a_comment;
41  }
+ Here is the call graph for this function:

◆ setOutcomes()

ilQTIResprocessing::setOutcomes ( ilQTIOutcomes  $a_outcomes)

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

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

◆ setScoremodel()

ilQTIResprocessing::setScoremodel ( string  $a_scoremodel)

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

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

Field Documentation

◆ $comment

string ilQTIResprocessing::$comment = null

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

Referenced by getComment().

◆ $outcomes

ilQTIOutcomes ilQTIResprocessing::$outcomes = null

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

Referenced by getOutcomes().

◆ $respcondition

array ilQTIResprocessing::$respcondition = []

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

◆ $scoremodel

string ilQTIResprocessing::$scoremodel = null

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

Referenced by getScoremodel().


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