ILIAS  release_8 Revision v8.24
ilQTIOutcomes Class Reference
+ Collaboration diagram for ilQTIOutcomes:

Public Member Functions

 setComment (string $a_comment)
 
 getComment ()
 
 addDecvar (ilQTIDecvar $a_decvar)
 

Data Fields

string $comment = null
 
array $decvar = []
 

Detailed Description

Definition at line 30 of file class.ilQTIOutcomes.php.

Member Function Documentation

◆ addDecvar()

ilQTIOutcomes::addDecvar ( ilQTIDecvar  $a_decvar)

Definition at line 46 of file class.ilQTIOutcomes.php.

46 : void
47 {
48 $this->decvar[] = $a_decvar;
49 }

◆ getComment()

ilQTIOutcomes::getComment ( )

Definition at line 41 of file class.ilQTIOutcomes.php.

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

References $comment.

◆ setComment()

ilQTIOutcomes::setComment ( string  $a_comment)

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

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

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

+ Here is the call graph for this function:

Field Documentation

◆ $comment

string ilQTIOutcomes::$comment = null

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

Referenced by getComment().

◆ $decvar

array ilQTIOutcomes::$decvar = []

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


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