ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 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.

References $comment.

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

◆ getOutcomes()

ilQTIResprocessing::getOutcomes ( )

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

References $outcomes.

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

◆ getScoremodel()

ilQTIResprocessing::getScoremodel ( )

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

References $scoremodel.

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

◆ setComment()

ilQTIResprocessing::setComment ( string  $a_comment)

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

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

37  : void
38  {
39  $this->comment = $a_comment;
40  }
comment()
description: > Example for rendring a comment glyph.
Definition: comment.php:41
+ 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: