ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilQTIRespcondition Class Reference
+ Collaboration diagram for ilQTIRespcondition:

Public Member Functions

 ilQTIRespcondition ()
 setContinue ($a_continue)
 getContinue ()
 setTitle ($a_title)
 getTitle ()
 setComment ($a_comment)
 getComment ()
 setConditionvar ($a_conditionvar)
 getConditionvar ()
 setRespcond_extension ($a_respcond_extension)
 getRespcond_extension ()
 addSetvar ($a_setvar)
 addDisplayfeedback ($a_displayfeedback)

Data Fields

 $continue
 $title
 $comment
 $conditionvar
 $setvar
 $displayfeedback
 $respcond_extension

Detailed Description

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

Member Function Documentation

ilQTIRespcondition::addDisplayfeedback (   $a_displayfeedback)

Definition at line 116 of file class.ilQTIRespcondition.php.

{
array_push($this->displayfeedback, $a_displayfeedback);
}
ilQTIRespcondition::addSetvar (   $a_setvar)

Definition at line 111 of file class.ilQTIRespcondition.php.

{
array_push($this->setvar, $a_setvar);
}
ilQTIRespcondition::getComment ( )

Definition at line 86 of file class.ilQTIRespcondition.php.

References $comment.

{
}
ilQTIRespcondition::getConditionvar ( )

Definition at line 96 of file class.ilQTIRespcondition.php.

References $conditionvar.

{
}
ilQTIRespcondition::getContinue ( )

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

References $continue.

{
}
ilQTIRespcondition::getRespcond_extension ( )

Definition at line 106 of file class.ilQTIRespcondition.php.

References $respcond_extension.

ilQTIRespcondition::getTitle ( )

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

References $title.

{
return $this->title;
}
ilQTIRespcondition::ilQTIRespcondition ( )

Definition at line 45 of file class.ilQTIRespcondition.php.

{
$this->setvar = array();
$this->displayfeedback = array();
}
ilQTIRespcondition::setComment (   $a_comment)

Definition at line 81 of file class.ilQTIRespcondition.php.

{
$this->comment = $a_comment;
}
ilQTIRespcondition::setConditionvar (   $a_conditionvar)

Definition at line 91 of file class.ilQTIRespcondition.php.

{
$this->conditionvar = $a_conditionvar;
}
ilQTIRespcondition::setContinue (   $a_continue)

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

References CONTINUE_NO, and CONTINUE_YES.

{
switch (strtolower($a_continue))
{
case "1":
case "yes":
$this->continue = CONTINUE_YES;
break;
case "2":
case "no":
$this->continue = CONTINUE_NO;
break;
}
}
ilQTIRespcondition::setRespcond_extension (   $a_respcond_extension)

Definition at line 101 of file class.ilQTIRespcondition.php.

{
$this->respcond_extension = $a_respcond_extension;
}
ilQTIRespcondition::setTitle (   $a_title)

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

{
$this->title = $a_title;
}

Field Documentation

ilQTIRespcondition::$comment

Definition at line 39 of file class.ilQTIRespcondition.php.

Referenced by getComment().

ilQTIRespcondition::$conditionvar

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

Referenced by getConditionvar().

ilQTIRespcondition::$continue

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

Referenced by getContinue().

ilQTIRespcondition::$displayfeedback

Definition at line 42 of file class.ilQTIRespcondition.php.

ilQTIRespcondition::$respcond_extension

Definition at line 43 of file class.ilQTIRespcondition.php.

Referenced by getRespcond_extension().

ilQTIRespcondition::$setvar

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

ilQTIRespcondition::$title

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

Referenced by getTitle().


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