Public Member Functions | Data Fields

ilQTIRespcondition Class Reference

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.

        {
                return $this->comment;
        }

ilQTIRespcondition::getConditionvar (  ) 

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

        {
                return $this->conditionvar;
        }

ilQTIRespcondition::getContinue (  ) 

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

        {
                return $this->continue;
        }

ilQTIRespcondition::getRespcond_extension (  ) 

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

        {
                return $this->respcond_extension;
        }

ilQTIRespcondition::getTitle (  ) 

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

        {
                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.

        {
                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.

ilQTIRespcondition::$conditionvar

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

ilQTIRespcondition::$continue

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

ilQTIRespcondition::$displayfeedback

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

ilQTIRespcondition::$respcond_extension

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

ilQTIRespcondition::$setvar

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

ilQTIRespcondition::$title

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


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