ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilQTIResprocessing Class Reference
+ Collaboration diagram for ilQTIResprocessing:

Public Member Functions

 ilQTIResprocessing ()
 
 setComment ($a_comment)
 
 getComment ()
 
 setOutcomes ($a_outcomes)
 
 getOutcomes ()
 
 addRespcondition ($a_respcondition)
 
 setScoremodel ($a_scoremodel)
 
 getScoremodel ()
 

Data Fields

 $comment
 
 $outcomes
 
 $respcondition
 
 $itemproc_extension
 
 $scoremodel
 

Detailed Description

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

Member Function Documentation

◆ addRespcondition()

ilQTIResprocessing::addRespcondition (   $a_respcondition)

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

67 {
68 array_push($this->respcondition, $a_respcondition);
69 }

◆ getComment()

ilQTIResprocessing::getComment ( )

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

References $comment.

◆ getOutcomes()

ilQTIResprocessing::getOutcomes ( )

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

References $outcomes.

◆ getScoremodel()

ilQTIResprocessing::getScoremodel ( )

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

References $scoremodel.

◆ ilQTIResprocessing()

ilQTIResprocessing::ilQTIResprocessing ( )

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

41 {
42 $this->respcondition = array();
43 $this->itemproc_extension = array();
44 }

◆ setComment()

ilQTIResprocessing::setComment (   $a_comment)

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

47 {
48 $this->comment = $a_comment;
49 }

◆ setOutcomes()

ilQTIResprocessing::setOutcomes (   $a_outcomes)

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

57 {
58 $this->outcomes = $a_outcomes;
59 }

◆ setScoremodel()

ilQTIResprocessing::setScoremodel (   $a_scoremodel)

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

72 {
73 $this->scoremodel = $a_scoremodel;
74 }

Field Documentation

◆ $comment

ilQTIResprocessing::$comment

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

Referenced by getComment().

◆ $itemproc_extension

ilQTIResprocessing::$itemproc_extension

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

◆ $outcomes

ilQTIResprocessing::$outcomes

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

Referenced by getOutcomes().

◆ $respcondition

ilQTIResprocessing::$respcondition

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

◆ $scoremodel

ilQTIResprocessing::$scoremodel

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

Referenced by getScoremodel().


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