ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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

ilQTIResprocessing::addRespcondition (   $a_respcondition)

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

{
array_push($this->respcondition, $a_respcondition);
}
ilQTIResprocessing::getComment ( )

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

References $comment.

{
}
ilQTIResprocessing::getOutcomes ( )

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

References $outcomes.

{
}
ilQTIResprocessing::getScoremodel ( )

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

References $scoremodel.

{
}
ilQTIResprocessing::ilQTIResprocessing ( )

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

{
$this->respcondition = array();
$this->itemproc_extension = array();
}
ilQTIResprocessing::setComment (   $a_comment)

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

{
$this->comment = $a_comment;
}
ilQTIResprocessing::setOutcomes (   $a_outcomes)

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

{
$this->outcomes = $a_outcomes;
}
ilQTIResprocessing::setScoremodel (   $a_scoremodel)

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

{
$this->scoremodel = $a_scoremodel;
}

Field Documentation

ilQTIResprocessing::$comment

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

Referenced by getComment().

ilQTIResprocessing::$itemproc_extension

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

ilQTIResprocessing::$outcomes

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

Referenced by getOutcomes().

ilQTIResprocessing::$respcondition

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

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: