Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
EvaluationQuestion Class Reference
Inheritance diagram for EvaluationQuestion:
Inheritance graph
Collaboration diagram for EvaluationQuestion:
Collaboration graph

Public Member Functions

 EvaluationQuestion ($objectID="", $parentObject=NULL, $loadChildren=EVAL_LOAD_NO_CHILDREN)
 setType ($type)
 getType ()
 setMultiplechoice ($multiplechoice)
 isMultiplechoice ()
 addChild (&$child)
- Public Member Functions inherited from EvaluationObject
 EvaluationObject ($objectID="", $parentObject=NULL, $loadChildren=EVAL_LOAD_NO_CHILDREN)
 setTitle ($title, $encoded=false)
 getTitle ($escaped=false)
 setText ($text, $encoded=false)
 getText ($escaped=false)
 setPosition ($position)
 getPosition ()
 setParentObject (&$parentObject)
 getParentObject ()
 getParentID ()
 setParentID ($parentID)
 removeChildID ($childID)
getChild ($childID="")
getNextChild ()
 getChildren ()
 getNumberChildren ()
 save ()
 delete ()
duplicate ()
 duplicate_init ()
 init ($objectID="")
 load ()
 check ()
 getSpecialChildobjects (&$object, $instanceof, $reset=false)
 toString ()
- Public Member Functions inherited from StudipObject
 StudipObject ($objectID="")
 createNewID ()
 getObjectID ()
 setObjectID ($objectID)
 getAuthorID ()
 getAuthor ()
 getFullname ()
 setAuthorID ($authorID)
 getRangeID ()
 setRangeID ($rangeID)
- Public Member Functions inherited from AuthorObject
 AuthorObject ()
 finalize ()
 setAuthorEmail ($email)
 getAuthorEmail ()
 setAuthorName ($name)
 getAuthorName ()
 x_instanceof ()
 isError ()
 getErrors ()
 resetErrors ()
 throwError ($errcode, $errstring, $errline=0, $errfile=0, $errtype=ERROR_NORMAL)
 throwErrorFromClass (&$class)
 errorHandler ($no, $str, $file, $line, $ctx)

Data Fields

 $type
 $isMultiplechoice
- Data Fields inherited from EvaluationObject
 $parentObject
 $parentObjectID
 $childObjects
 $numberChildren
 $title
 $text
 $position
 $db
 $childNum
 $loadChildren
- Data Fields inherited from StudipObject
 $objectID
 $authorID
 $rangeID
- Data Fields inherited from AuthorObject
 $errorArray
 $authorEmail
 $authorName
 $instanceof

Member Function Documentation

addChild ( $child)

Adds a child and sets the value to pos+1 public

Parameters
objectEvaluationObject &$child The child object
Exceptions
error

Reimplemented from EvaluationObject.

EvaluationQuestion (   $objectID = "",
  $parentObject = NULL,
  $loadChildren = EVAL_LOAD_NO_CHILDREN 
)

Constructor public

Parameters
string$objectIDThe ID of an existing question
object$parentObjectThe parent object if exists
integer$loadChildrenSee const EVAL_LOAD_*_CHILDREN

Here is the call graph for this function:

getType ( )

Sets the type of a question public

Returns
string The type of the question.('likert','multiplechoice','pol')
isMultiplechoice ( )

Checks for multiplechoice public

Returns
boolean YES if it is an multiplechoice question

Here is the caller graph for this function:

setMultiplechoice (   $multiplechoice)

Sets multiplechoice value of a question public

Parameters
$tinyintThe multiplechoice Value.
setType (   $type)

Sets the type of a question public

Parameters
string$typeThe type of the question. ('skala','normal','pol')

Field Documentation

If set YES it is allowed to choose more than one answer private

string $type

Type of question (skala/normal) => see EVALQUESTION_TYPE_* private


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