ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilQTIResprocessing Class Reference
+ Collaboration diagram for ilQTIResprocessing:

Public Member Functions

 __construct ()
 
 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.

Constructor & Destructor Documentation

◆ __construct()

ilQTIResprocessing::__construct ( )

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

References array.

41  {
42  $this->respcondition = array();
43  $this->itemproc_extension = array();
44  }
Create styles array
The data for the language used.

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.

52  {
53  return $this->comment;
54  }

◆ getOutcomes()

ilQTIResprocessing::getOutcomes ( )

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

References $outcomes.

62  {
63  return $this->outcomes;
64  }

◆ getScoremodel()

ilQTIResprocessing::getScoremodel ( )

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

References $scoremodel.

77  {
78  return $this->scoremodel;
79  }

◆ setComment()

ilQTIResprocessing::setComment (   $a_comment)

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

References comment().

47  {
48  $this->comment = $a_comment;
49  }
comment()
Definition: comment.php:2
+ Here is the call graph for this function:

◆ 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: