ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
SurveyMetricQuestion Class Reference

Metric survey question. More...

+ Inheritance diagram for SurveyMetricQuestion:
+ Collaboration diagram for SurveyMetricQuestion:

Public Member Functions

 __construct ($title="", $description="", $author="", $questiontext="", $owner=-1, $subtype=self::SUBTYPE_NON_RATIO)
 SurveyMetricQuestion constructor. More...
 
 setSubtype ($subtype=self::SUBTYPE_NON_RATIO)
 Sets the question subtype. More...
 
 setMinimum ($minimum=0)
 Sets the minimum value. More...
 
 setMaximum ($maximum="")
 Sets the maximum value. More...
 
 getSubtype ()
 Gets the question subtype. More...
 
 getMinimum ()
 Returns the minimum value of the question. More...
 
 getMaximum ()
 Returns the maximum value of the question. More...
 
 getQuestionDataArray ($id)
 Returns the question data fields from the database. More...
 
 loadFromDb ($id)
 Loads a SurveyMetricQuestion object from the database. More...
 
 isComplete ()
 Returns true if the question is complete for use. More...
 
 saveToDb ($original_id="")
 Saves a SurveyMetricQuestion object to a database. More...
 
 toXML ($a_include_header=TRUE, $obligatory_state="")
 Returns an xml representation of the question. More...
 
 insertXML (&$a_xml_writer, $a_include_header=TRUE)
 Adds the question XML to a given XMLWriter object. More...
 
 getQuestionTypeID ()
 Returns the question type ID of the question. More...
 
 getQuestionType ()
 Returns the question type of the question. More...
 
 getAdditionalTableName ()
 Returns the name of the additional question data table in the database. More...
 
getWorkingDataFromUserInput ($post_data)
 Creates the user data of the svy_answer table from the POST data. More...
 
 checkUserInput ($post_data, $survey_id)
 Checks the input of the active user for obligatory status and entered values. More...
 
 saveUserInput ($post_data, $active_id, $a_return=false)
 
 importResponses ($a_data)
 Import response data from the question import file. More...
 
 usableForPrecondition ()
 Returns if the question is usable for preconditions. More...
 
 getAvailableRelations ()
 Returns the available relations for the question. More...
 
 outPreconditionSelectValue (&$template)
 Creates a value selection for preconditions. More...
 
 getPreconditionSelectValue ($default="", $title, $variable)
 Creates a form property for the precondition value. More...
 
 getMinMaxText ()
 Creates a text for the input range of the metric question. More...
 
- Public Member Functions inherited from SurveyQuestion
 __construct ($title="", $description="", $author="", $questiontext="", $owner=-1)
 SurveyQuestion constructor The constructor takes possible arguments an creates an instance of the SurveyQuestion object. More...
 
 setComplete ($a_complete)
 Sets the complete state of the question. More...
 
 isComplete ()
 Returns 1, if a question is complete for use. More...
 
 questionTitleExists ($title, $questionpool_object="")
 Returns TRUE if the question title exists in the database. More...
 
 setTitle ($title="")
 Sets the title string of the SurveyQuestion object. More...
 
 setObligatory ($obligatory=1)
 Sets the obligatory state of the question. More...
 
 setOrientation ($orientation=0)
 Sets the orientation of the question output. More...
 
 setId ($id=-1)
 Sets the id of the SurveyQuestion object. More...
 
 setSurveyId ($id=-1)
 Sets the survey id of the SurveyQuestion object. More...
 
 setDescription ($description="")
 Sets the description string of the SurveyQuestion object. More...
 
 addMaterials ($materials_file, $materials_name="")
 Sets the materials uri. More...
 
 setMaterialsfile ($materials_filename, $materials_tempfilename="", $materials_name="")
 Sets and uploads the materials uri. More...
 
 deleteMaterial ($materials_name="")
 Deletes a materials uri with a given name. More...
 
 flushMaterials ()
 Deletes all materials uris. More...
 
 setAuthor ($author="")
 Sets the authors name of the SurveyQuestion object. More...
 
 setQuestiontext ($questiontext="")
 Sets the questiontext of the SurveyQuestion object. More...
 
 setOwner ($owner="")
 Sets the creator/owner ID of the SurveyQuestion object. More...
 
 getTitle ()
 Gets the title string of the SurveyQuestion object. More...
 
 getLabel ()
 
 getId ()
 Gets the id of the SurveyQuestion object. More...
 
 getObligatory ($survey_id="")
 Gets the obligatory state of the question. More...
 
 getSurveyId ()
 Gets the survey id of the SurveyQuestion object. More...
 
 getOrientation ()
 Gets the orientation of the question output. More...
 
 getDescription ()
 Gets the description string of the SurveyQuestion object. More...
 
 getAuthor ()
 Gets the authors name of the SurveyQuestion object. More...
 
 getOwner ()
 Gets the creator/owner ID of the SurveyQuestion object. More...
 
 getQuestiontext ()
 Gets the questiontext of the SurveyQuestion object. More...
 
 getObjId ()
 Get the reference id of the container object. More...
 
 setObjId ($obj_id=0)
 Set the reference id of the container object. More...
 
 duplicate ($for_survey=true, $title="", $author="", $owner="", $a_survey_id=0)
 Duplicates a survey question. More...
 
 copyObject ($target_questionpool, $title="")
 Copies an assOrderingQuestion object. More...
 
 copyXHTMLMediaObjectsOfQuestion ($a_q_id)
 Increases the media object usage counter when a question is duplicated. More...
 
 loadFromDb ($question_id)
 Loads a SurveyQuestion object from the database. More...
 
 saveCompletionStatus ($original_id="")
 Saves the complete flag to the database. More...
 
 saveToDb ($original_id="")
 Saves a SurveyQuestion object to a database. More...
 
 saveMaterial ()
 save material to db More...
 
 createNewQuestion ()
 Creates a new question with a 0 timestamp when a new question is created This assures that an ID is given to the question if a file upload or something else occurs. More...
 
 saveWorkingData ($limit_to=LIMIT_NO_LIMIT)
 Saves the learners input of the question to the database. More...
 
 getImagePath ()
 Returns the image path for web accessable images of a question. More...
 
 getMaterialsPath ()
 Returns the materials path for web accessable materials of a question. More...
 
 getImagePathWeb ()
 Returns the web image path for web accessable images of a question. More...
 
 getMaterialsPathWeb ()
 Returns the web image path for web accessable images of a question. More...
 
 saveCategoryToDb ($categorytext, $neutral=0)
 Saves a category to the database. More...
 
 deleteAdditionalTableData ($question_id)
 Deletes datasets from the additional question table in the database. More...
 
 delete ($question_id)
 Deletes a question and all materials from the database. More...
 
 syncWithOriginal ()
 
 getPhrase ($phrase_id)
 Returns a phrase for a given database id. More...
 
 phraseExists ($title)
 Returns true if the phrase title already exists for the current user. More...
 
 addInternalLink ($material_id, $title="")
 
 deleteMaterials ($a_array)
 Deletes materials. More...
 
 duplicateMaterials ($question_id)
 Duplicates the materials of a question. More...
 
 addMaterial ($obj_material)
 
 setMaterial ($material_id="", $is_import=false, $material_title="")
 Sets a material link for the question. More...
 
 getQuestionTypeID ()
 Returns the question type ID of the question. More...
 
 getQuestionType ()
 Returns the question type of the question. More...
 
 isHTML ($a_text)
 Checks if a given string contains HTML or not. More...
 
 QTIMaterialToString ($a_material)
 Reads an QTI material tag an creates a text string. More...
 
 addMaterialTag (&$a_xml_writer, $a_material, $close_material_tag=TRUE, $add_mobs=TRUE, $a_attrs=null)
 Creates an XML material tag from a plain text or xhtml text. More...
 
 prepareTextareaOutput ($txt_output, $prepare_for_latex_output=FALSE)
 Prepares a string for a text area output in surveys. More...
 
 getQuestionDataArray ($id)
 Returns the question data fields from the database. More...
 
getWorkingDataFromUserInput ($post_data)
 Creates the user data of the svy_answer table from the POST data. More...
 
 importAdditionalMetadata ($a_meta)
 Import additional meta data from the question import file. More...
 
 importResponses ($a_data)
 Import response data from the question import file. More...
 
 importAdjectives ($a_data)
 Import bipolar adjectives from the question import file. More...
 
 importMatrix ($a_data)
 Import matrix rows from the question import file. More...
 
 usableForPrecondition ()
 Returns if the question is usable for preconditions. More...
 
 getAvailableRelations ()
 Returns the available relations for the question. More...
 
 getPreconditionOptions ()
 Returns the options for preconditions. More...
 
 getPreconditionValueOutput ($value)
 Returns the output for a precondition value. More...
 
 getPreconditionSelectValue ($default="", $title, $variable)
 Creates a form property for the precondition value. More...
 
 setOriginalId ($original_id)
 
 getOriginalId ()
 
 getMaterial ()
 
 setSubtype ($a_subtype)
 
 getSubtype ()
 
 __get ($value)
 Object getter. More...
 
 __set ($key, $value)
 Object setter. More...
 
 getCopyIds ($a_group_by_survey=false)
 
 hasCopies ()
 
 stripSlashesAddSpaceFallback ($a_str)
 Strip slashes with add space fallback, see https://mantis.ilias.de/view.php?id=19727 and https://mantis.ilias.de/view.php?id=24200. More...
 

Data Fields

const SUBTYPE_NON_RATIO = 3
 
const SUBTYPE_RATIO_NON_ABSOLUTE = 4
 
const SUBTYPE_RATIO_ABSOLUTE = 5
 
 $subtype
 
 $minimum
 
 $maximum
 
- Data Fields inherited from SurveyQuestion
 $id
 
 $title
 
 $description
 
 $owner
 
 $author
 
 $materials
 
 $survey_id
 
 $obj_id
 
 $questiontext
 
 $obligatory
 
 $ilias
 
 $tpl
 
 $lng
 
 $orientation
 
 $material
 
 $complete
 

Additional Inherited Members

- Static Public Member Functions inherited from SurveyQuestion
static _isComplete ($question_id)
 Checks whether the question is complete or not. More...
 
static _getQuestionType ($question_id)
 Returns the question type of a question with a given id. More...
 
static _getTitle ($question_id)
 Returns the question title of a question with a given id. More...
 
static _getOriginalId ($question_id, $a_return_question_id_if_no_original=true)
 Returns the original id of a question. More...
 
static _questionExists ($question_id)
 Returns true if the question already exists in the database. More...
 
static _resolveInternalLink ($internal_link)
 
static _resolveIntLinks ($question_id)
 
static _getInternalLinkHref ($target="", $a_parent_ref_id=null)
 
static _isWriteable ($question_id, $user_id)
 Returns true if the question is writeable by a certain user. More...
 
static _includeClass ($question_type, $gui=0)
 Include the php class file for a given question type. More...
 
static _getQuestionTypeName ($type_tag)
 Return the translation for a given question type tag. More...
 
static _instanciateQuestion ($question_id)
 Creates an instance of a question with a given question id. More...
 
static _instanciateQuestionGUI ($question_id)
 Creates an instance of a question GUI with a given question id. More...
 
static _instanciateQuestionEvaluation ($question_id, array $a_finished_ids=null)
 Creates an instance of a question evaluation with a given question id. More...
 
static _changeOriginalId ($a_question_id, $a_original_id, $a_object_id)
 Change original id of existing question in db. More...
 
static _lookupSurveyObjId ($a_question_id)
 
static lookupObjFi ($a_qid)
 Lookip obj fi. More...
 
- Protected Attributes inherited from SurveyQuestion
 $cumulated
 An array containing the cumulated results of the question for a given survey. More...
 
 $log
 

Detailed Description

Metric survey question.

The SurveyMetricQuestion class defines and encapsulates basic methods and attributes for metric survey question types.

Author
Helmut Schottmüller helmu.nosp@m.t.sc.nosp@m.hottm.nosp@m.uell.nosp@m.er@ma.nosp@m.c.co.nosp@m.m
Version
$Id$

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

Constructor & Destructor Documentation

◆ __construct()

SurveyMetricQuestion::__construct (   $title = "",
  $description = "",
  $author = "",
  $questiontext = "",
  $owner = -1,
  $subtype = self::SUBTYPE_NON_RATIO 
)

SurveyMetricQuestion constructor.

The constructor takes possible arguments an creates an instance of the SurveyMetricQuestion object.

Parameters
string$titleA title string to describe the question
string$descriptionA description string to describe the question
string$authorA string containing the name of the questions author
integer$ownerA numerical ID to identify the owner/creator @access public

Definition at line 77 of file class.SurveyMetricQuestion.php.

78 {
79 parent::__construct($title, $description, $author, $questiontext, $owner);
80
81 $this->subtype = $subtype;
82 $this->minimum = "";
83 $this->maximum = "";
84 }

References SurveyQuestion\$author, SurveyQuestion\$description, SurveyQuestion\$owner, SurveyQuestion\$questiontext, $subtype, and SurveyQuestion\$title.

Member Function Documentation

◆ checkUserInput()

SurveyMetricQuestion::checkUserInput (   $post_data,
  $survey_id 
)

Checks the input of the active user for obligatory status and entered values.

Parameters
array$post_dataThe contents of the $_POST array
integer$survey_idThe database ID of the active survey
Returns
string Empty string if the input is ok, an error message otherwise @access public

Definition at line 507 of file class.SurveyMetricQuestion.php.

508 {
509 $entered_value = $post_data[$this->getId() . "_metric_question"];
510 // replace german notation with international notation
511 $entered_value = str_replace(",", ".", $entered_value);
512
513 if ((!$this->getObligatory($survey_id)) && (strlen($entered_value) == 0)) return "";
514
515 if (strlen($entered_value) == 0) return $this->lng->txt("survey_question_obligatory");
516
517 if (strlen($this->getMinimum()))
518 {
519 if ($entered_value < $this->getMinimum())
520 {
521 return $this->lng->txt("metric_question_out_of_bounds");
522 }
523 }
524
525 if (strlen($this->getMaximum()))
526 {
527 if (($this->getMaximum() == 1) && ($this->getMaximum() < $this->getMinimum()))
528 {
529 // old &infty; values as maximum
530 }
531 else
532 {
533 if ($entered_value > $this->getMaximum())
534 {
535 return $this->lng->txt("metric_question_out_of_bounds");
536 }
537 }
538 }
539
540 if (!is_numeric($entered_value))
541 {
542 return $this->lng->txt("metric_question_not_a_value");
543 }
544
545 if (($this->getSubType() == self::SUBTYPE_RATIO_ABSOLUTE) && (intval($entered_value) != doubleval($entered_value)))
546 {
547 return $this->lng->txt("metric_question_floating_point");
548 }
549 return "";
550 }
getMinimum()
Returns the minimum value of the question.
getMaximum()
Returns the maximum value of the question.
getId()
Gets the id of the SurveyQuestion object.
getObligatory($survey_id="")
Gets the obligatory state of the question.

References SurveyQuestion\$survey_id, SurveyQuestion\getId(), getMaximum(), getMinimum(), and SurveyQuestion\getObligatory().

+ Here is the call graph for this function:

◆ getAdditionalTableName()

SurveyMetricQuestion::getAdditionalTableName ( )

Returns the name of the additional question data table in the database.

Returns
string The additional table name @access public

Definition at line 476 of file class.SurveyMetricQuestion.php.

477 {
478 return "svy_qst_metric";
479 }

Referenced by getQuestionDataArray(), loadFromDb(), and saveToDb().

+ Here is the caller graph for this function:

◆ getAvailableRelations()

SurveyMetricQuestion::getAvailableRelations ( )

Returns the available relations for the question.

Returns
array An array containing the available relations @access public

Reimplemented from SurveyQuestion.

Definition at line 612 of file class.SurveyMetricQuestion.php.

613 {
614 return array("<", "<=", "=", "<>", ">=", ">");
615 }

◆ getMaximum()

SurveyMetricQuestion::getMaximum ( )

Returns the maximum value of the question.

Returns
double The maximum value of the question @access public
See also
$maximum

Definition at line 173 of file class.SurveyMetricQuestion.php.

174 {
175 return (strlen($this->maximum)) ? $this->maximum : NULL;
176 }

Referenced by checkUserInput(), getMinMaxText(), insertXML(), and saveToDb().

+ Here is the caller graph for this function:

◆ getMinimum()

SurveyMetricQuestion::getMinimum ( )

Returns the minimum value of the question.

Returns
double The minimum value of the question @access public
See also
$minimum

Definition at line 157 of file class.SurveyMetricQuestion.php.

158 {
159 if ((strlen($this->minimum) == 0) && ($this->getSubtype() > 3))
160 {
161 $this->minimum = 0;
162 }
163 return (strlen($this->minimum)) ? $this->minimum : NULL;
164 }
getSubtype()
Gets the question subtype.

References getSubtype().

Referenced by checkUserInput(), getMinMaxText(), insertXML(), and saveToDb().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getMinMaxText()

SurveyMetricQuestion::getMinMaxText ( )

Creates a text for the input range of the metric question.

Returns
string Range text @access private

Definition at line 650 of file class.SurveyMetricQuestion.php.

651 {
652 $min = $this->getMinimum();
653 $max = $this->getMaximum();
654 if (strlen($min) && strlen($max))
655 {
656 return "(" . $min . " " . strtolower($this->lng->txt("to")) . " " . $max . ")";
657 }
658 else if (strlen($min))
659 {
660 return "(&gt;= " . $min . ")";
661 }
662 else if (strlen($max))
663 {
664 return "(&lt;= " . $max . ")";
665 }
666 else
667 {
668 return "";
669 }
670 }

References getMaximum(), and getMinimum().

+ Here is the call graph for this function:

◆ getPreconditionSelectValue()

SurveyMetricQuestion::getPreconditionSelectValue (   $default = "",
  $title,
  $variable 
)

Creates a form property for the precondition value.

Returns
The ILIAS form element @access public

Reimplemented from SurveyQuestion.

Definition at line 636 of file class.SurveyMetricQuestion.php.

637 {
638 include_once "./Services/Form/classes/class.ilNumberInputGUI.php";
639 $step3 = new ilNumberInputGUI($title, $variable);
640 $step3->setValue($default);
641 return $step3;
642 }
This class represents a number property in a property form.

References SurveyQuestion\$title.

◆ getQuestionDataArray()

SurveyMetricQuestion::getQuestionDataArray (   $id)

Returns the question data fields from the database.

Parameters
integer$idThe question ID from the database
Returns
array Array containing the question fields and data from the database @access public

Reimplemented from SurveyQuestion.

Definition at line 185 of file class.SurveyMetricQuestion.php.

186 {
187 global $ilDB;
188
189 $result = $ilDB->queryF("SELECT svy_question.*, " . $this->getAdditionalTableName() . ".* FROM svy_question, " . $this->getAdditionalTableName() . " WHERE svy_question.question_id = %s AND svy_question.question_id = " . $this->getAdditionalTableName() . ".question_fi",
190 array('integer'),
191 array($id)
192 );
193 if ($result->numRows() == 1)
194 {
195 return $ilDB->fetchAssoc($result);
196 }
197 else
198 {
199 return array();
200 }
201 }
$result
getAdditionalTableName()
Returns the name of the additional question data table in the database.
global $ilDB

References SurveyQuestion\$id, $ilDB, $result, and getAdditionalTableName().

+ Here is the call graph for this function:

◆ getQuestionType()

SurveyMetricQuestion::getQuestionType ( )

Returns the question type of the question.

Returns
integer The question type of the question @access public

Reimplemented from SurveyQuestion.

Definition at line 465 of file class.SurveyMetricQuestion.php.

466 {
467 return "SurveyMetricQuestion";
468 }

Referenced by getQuestionTypeID().

+ Here is the caller graph for this function:

◆ getQuestionTypeID()

SurveyMetricQuestion::getQuestionTypeID ( )

Returns the question type ID of the question.

Returns
integer The question type of the question @access public

Reimplemented from SurveyQuestion.

Definition at line 448 of file class.SurveyMetricQuestion.php.

449 {
450 global $ilDB;
451 $result = $ilDB->queryF("SELECT questiontype_id FROM svy_qtype WHERE type_tag = %s",
452 array('text'),
453 array($this->getQuestionType())
454 );
455 $row = $ilDB->fetchAssoc($result);
456 return $row["questiontype_id"];
457 }
getQuestionType()
Returns the question type of the question.

References $ilDB, $result, $row, and getQuestionType().

+ Here is the call graph for this function:

◆ getSubtype()

SurveyMetricQuestion::getSubtype ( )

Gets the question subtype.

Returns
integer The question subtype @access public
See also
$subtype

Reimplemented from SurveyQuestion.

Definition at line 145 of file class.SurveyMetricQuestion.php.

146 {
147 return $this->subtype;
148 }

References $subtype.

Referenced by getMinimum(), and insertXML().

+ Here is the caller graph for this function:

◆ getWorkingDataFromUserInput()

& SurveyMetricQuestion::getWorkingDataFromUserInput (   $post_data)

Creates the user data of the svy_answer table from the POST data.

Returns
array User data according to the svy_answer table @access public

Reimplemented from SurveyQuestion.

Definition at line 487 of file class.SurveyMetricQuestion.php.

488 {
489 $entered_value = $post_data[$this->getId() . "_metric_question"];
490 $data = array();
491 if (strlen($entered_value))
492 {
493 array_push($data, array("value" => $entered_value));
494 }
495 return $data;
496 }

References $data, and SurveyQuestion\getId().

+ Here is the call graph for this function:

◆ importResponses()

SurveyMetricQuestion::importResponses (   $a_data)

Import response data from the question import file.

Returns
array $a_data Array containing the response data @access public

Reimplemented from SurveyQuestion.

Definition at line 586 of file class.SurveyMetricQuestion.php.

587 {
588 foreach ($a_data as $id => $data)
589 {
590 $this->setMinimum($data["min"]);
591 $this->setMaximum($data["max"]);
592 }
593 }
setMaximum($maximum="")
Sets the maximum value.
setMinimum($minimum=0)
Sets the minimum value.

References $data, SurveyQuestion\$id, setMaximum(), and setMinimum().

+ Here is the call graph for this function:

◆ insertXML()

SurveyMetricQuestion::insertXML ( $a_xml_writer,
  $a_include_header = TRUE 
)

Adds the question XML to a given XMLWriter object.

Parameters
object$a_xml_writerThe XMLWriter object
boolean$a_include_headerDetermines wheather or not the XML should be used @access public

Definition at line 353 of file class.SurveyMetricQuestion.php.

354 {
355 $attrs = array(
356 "id" => $this->getId(),
357 "title" => $this->getTitle(),
358 "type" => $this->getQuestiontype(),
359 "subtype" => $this->getSubtype(),
360 "obligatory" => $this->getObligatory()
361 );
362 $a_xml_writer->xmlStartTag("question", $attrs);
363
364 $a_xml_writer->xmlElement("description", NULL, $this->getDescription());
365 $a_xml_writer->xmlElement("author", NULL, $this->getAuthor());
366 $a_xml_writer->xmlStartTag("questiontext");
367 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
368 $a_xml_writer->xmlEndTag("questiontext");
369
370 $a_xml_writer->xmlStartTag("responses");
371 switch ($this->getSubtype())
372 {
373 case 3:
374 $attrs = array(
375 "id" => "0",
376 "format" => "double"
377 );
378 if (strlen($this->getMinimum()))
379 {
380 $attrs["min"] = $this->getMinimum();
381 }
382 if (strlen($this->getMaximum()))
383 {
384 $attrs["max"] = $this->getMaximum();
385 }
386 break;
387 case 4:
388 $attrs = array(
389 "id" => "0",
390 "format" => "double"
391 );
392 if (strlen($this->getMinimum()))
393 {
394 $attrs["min"] = $this->getMinimum();
395 }
396 if (strlen($this->getMaximum()))
397 {
398 $attrs["max"] = $this->getMaximum();
399 }
400 break;
401 case 5:
402 $attrs = array(
403 "id" => "0",
404 "format" => "integer"
405 );
406 if (strlen($this->getMinimum()))
407 {
408 $attrs["min"] = $this->getMinimum();
409 }
410 if (strlen($this->getMaximum()))
411 {
412 $attrs["max"] = $this->getMaximum();
413 }
414 break;
415 }
416 $a_xml_writer->xmlStartTag("response_num", $attrs);
417 $a_xml_writer->xmlEndTag("response_num");
418
419 $a_xml_writer->xmlEndTag("responses");
420
421 if (count($this->material))
422 {
423 if (preg_match("/il_(\d*?)_(\w+)_(\d+)/", $this->material["internal_link"], $matches))
424 {
425 $attrs = array(
426 "label" => $this->material["title"]
427 );
428 $a_xml_writer->xmlStartTag("material", $attrs);
429 $intlink = "il_" . IL_INST_ID . "_" . $matches[2] . "_" . $matches[3];
430 if (strcmp($matches[1], "") != 0)
431 {
432 $intlink = $this->material["internal_link"];
433 }
434 $a_xml_writer->xmlElement("mattext", NULL, $intlink);
435 $a_xml_writer->xmlEndTag("material");
436 }
437 }
438
439 $a_xml_writer->xmlEndTag("question");
440 }
getDescription()
Gets the description string of the SurveyQuestion object.
getAuthor()
Gets the authors name of the SurveyQuestion object.
getQuestiontext()
Gets the questiontext of the SurveyQuestion object.
getTitle()
Gets the title string of the SurveyQuestion object.
addMaterialTag(&$a_xml_writer, $a_material, $close_material_tag=TRUE, $add_mobs=TRUE, $a_attrs=null)
Creates an XML material tag from a plain text or xhtml text.

References SurveyQuestion\addMaterialTag(), SurveyQuestion\getAuthor(), SurveyQuestion\getDescription(), SurveyQuestion\getId(), getMaximum(), getMinimum(), SurveyQuestion\getObligatory(), SurveyQuestion\getQuestiontext(), getSubtype(), and SurveyQuestion\getTitle().

Referenced by toXML().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isComplete()

SurveyMetricQuestion::isComplete ( )

Returns true if the question is complete for use.

Returns
boolean True if the question is complete for use, otherwise false @access public

Reimplemented from SurveyQuestion.

Definition at line 263 of file class.SurveyMetricQuestion.php.

264 {
265 if (
266 strlen($this->getTitle()) &&
267 strlen($this->getAuthor()) &&
268 strlen($this->getQuestiontext())
269 )
270 {
271 return 1;
272 }
273 else
274 {
275 return 0;
276 }
277 }

References SurveyQuestion\getAuthor(), SurveyQuestion\getQuestiontext(), and SurveyQuestion\getTitle().

+ Here is the call graph for this function:

◆ loadFromDb()

SurveyMetricQuestion::loadFromDb (   $id)

Loads a SurveyMetricQuestion object from the database.

Parameters
integer$idThe database id of the metric survey question @access public

Reimplemented from SurveyQuestion.

Definition at line 209 of file class.SurveyMetricQuestion.php.

210 {
211 global $ilDB;
212
213 $result = $ilDB->queryF("SELECT svy_question.*, " . $this->getAdditionalTableName() . ".* FROM svy_question LEFT JOIN " . $this->getAdditionalTableName() . " ON " . $this->getAdditionalTableName() . ".question_fi = svy_question.question_id WHERE svy_question.question_id = %s",
214 array('integer'),
215 array($id)
216 );
217 if ($result->numRows() == 1)
218 {
219 $data = $ilDB->fetchAssoc($result);
220 $this->setId($data["question_id"]);
221 $this->setTitle($data["title"]);
222 $this->setDescription($data["description"]);
223 $this->setObjId($data["obj_fi"]);
224 $this->setAuthor($data["author"]);
225 $this->setOwner($data["owner_fi"]);
226 $this->label = $data['label'];
227 include_once("./Services/RTE/classes/class.ilRTE.php");
228 $this->setQuestiontext(ilRTE::_replaceMediaObjectImageSrc($data["questiontext"], 1));
229 $this->setObligatory($data["obligatory"]);
230 $this->setComplete($data["complete"]);
231 $this->setOriginalId($data["original_id"]);
232 $this->setSubtype($data["subtype"]);
233
234 $result = $ilDB->queryF("SELECT svy_variable.* FROM svy_variable WHERE svy_variable.question_fi = %s",
235 array('integer'),
236 array($id)
237 );
238 if ($result->numRows() > 0)
239 {
240 if ($data = $ilDB->fetchAssoc($result))
241 {
242 $this->minimum = $data["value1"];
243 if (($data["value2"] < 0) or (strcmp($data["value2"], "") == 0))
244 {
245 $this->maximum = "";
246 }
247 else
248 {
249 $this->maximum = $data["value2"];
250 }
251 }
252 }
253 }
254 parent::loadFromDb($id);
255 }
setSubtype($subtype=self::SUBTYPE_NON_RATIO)
Sets the question subtype.
setQuestiontext($questiontext="")
Sets the questiontext of the SurveyQuestion object.
setId($id=-1)
Sets the id of the SurveyQuestion object.
setAuthor($author="")
Sets the authors name of the SurveyQuestion object.
setDescription($description="")
Sets the description string of the SurveyQuestion object.
setObjId($obj_id=0)
Set the reference id of the container object.
setOriginalId($original_id)
setComplete($a_complete)
Sets the complete state of the question.
setOwner($owner="")
Sets the creator/owner ID of the SurveyQuestion object.
setTitle($title="")
Sets the title string of the SurveyQuestion object.
setObligatory($obligatory=1)
Sets the obligatory state of the question.
static _replaceMediaObjectImageSrc($a_text, $a_direction=0, $nic=IL_INST_ID)
Replaces image source from mob image urls with the mob id or replaces mob id with the correct image s...

References $data, SurveyQuestion\$id, $ilDB, $result, ilRTE\_replaceMediaObjectImageSrc(), getAdditionalTableName(), SurveyQuestion\setAuthor(), SurveyQuestion\setComplete(), SurveyQuestion\setDescription(), SurveyQuestion\setId(), SurveyQuestion\setObjId(), SurveyQuestion\setObligatory(), SurveyQuestion\setOriginalId(), SurveyQuestion\setOwner(), SurveyQuestion\setQuestiontext(), setSubtype(), and SurveyQuestion\setTitle().

+ Here is the call graph for this function:

◆ outPreconditionSelectValue()

SurveyMetricQuestion::outPreconditionSelectValue ( $template)

Creates a value selection for preconditions.

Parameters
object$templateThe template for the value selection (usually tpl.svy_svy_add_constraint.html) @access public

Definition at line 623 of file class.SurveyMetricQuestion.php.

624 {
625 $template->setCurrentBlock("textfield");
626 $template->setVariable("TEXTFIELD_VALUE", "");
627 $template->parseCurrentBlock();
628 }

◆ saveToDb()

SurveyMetricQuestion::saveToDb (   $original_id = "")

Saves a SurveyMetricQuestion object to a database.

@access public

Reimplemented from SurveyQuestion.

Definition at line 284 of file class.SurveyMetricQuestion.php.

285 {
286 global $ilDB;
287
288 $affectedRows = parent::saveToDb($original_id);
289 if ($affectedRows == 1)
290 {
291 $affectedRows = $ilDB->manipulateF("DELETE FROM " . $this->getAdditionalTableName() . " WHERE question_fi = %s",
292 array('integer'),
293 array($this->getId())
294 );
295 $affectedRows = $ilDB->manipulateF("INSERT INTO " . $this->getAdditionalTableName() . " (question_fi, subtype) VALUES (%s, %s)",
296 array('integer', 'text'),
297 array($this->getId(), $this->getSubType())
298 );
299
300 // saving material uris in the database
301 $this->saveMaterial();
302
303 // save categories
304 $affectedRows = $ilDB->manipulateF("DELETE FROM svy_variable WHERE question_fi = %s",
305 array('integer'),
306 array($this->getId())
307 );
308
309 if (preg_match("/[\D]/", $this->maximum) or (strcmp($this->maximum, "&infin;") == 0))
310 {
311 $max = -1;
312 }
313 else
314 {
315 $max = $this->getMaximum();
316 }
317 $next_id = $ilDB->nextId('svy_variable');
318 $affectedRows = $ilDB->manipulateF("INSERT INTO svy_variable (variable_id, category_fi, question_fi, value1, value2, sequence, tstamp) VALUES (%s, %s, %s, %s, %s, %s, %s)",
319 array('integer','integer','integer','float','float','integer','integer'),
320 array($next_id, 0, $this->getId(), $this->getMinimum(), $max, 0, time())
321 );
322 }
323 }
saveMaterial()
save material to db

References $ilDB, getAdditionalTableName(), SurveyQuestion\getId(), getMaximum(), getMinimum(), and SurveyQuestion\saveMaterial().

+ Here is the call graph for this function:

◆ saveUserInput()

SurveyMetricQuestion::saveUserInput (   $post_data,
  $active_id,
  $a_return = false 
)

Definition at line 552 of file class.SurveyMetricQuestion.php.

553 {
554 global $ilDB;
555
556 $entered_value = $post_data[$this->getId() . "_metric_question"];
557
558 // replace german notation with international notation
559 $entered_value = str_replace(",", ".", $entered_value);
560
561 if($a_return)
562 {
563 return array(array("value"=>$entered_value, "textanswer"=>null));
564 }
565 if (strlen($entered_value) == 0) return;
566
567 $next_id = $ilDB->nextId('svy_answer');
568 #20216
569 $fields = array();
570 $fields['answer_id'] = array("integer", $next_id);
571 $fields['question_fi'] = array("integer", $this->getId());
572 $fields['active_fi'] = array("integer", $active_id);
573 $fields['value'] = array("float", (strlen($entered_value)) ? $entered_value : NULL);
574 $fields['textanswer'] = array("clob", NULL);
575 $fields['tstamp'] = array("integer", time());
576
577 $affectedRows = $ilDB->insert("svy_answer", $fields);
578 }

References $ilDB, and SurveyQuestion\getId().

+ Here is the call graph for this function:

◆ setMaximum()

SurveyMetricQuestion::setMaximum (   $maximum = "")

Sets the maximum value.

Parameters
double$maximumThe maximum value @access public
See also
$maximum

Definition at line 125 of file class.SurveyMetricQuestion.php.

126 {
127 if($maximum !== NULL)
128 {
129 $maximum = (float)$maximum;
130 }
131 if(!$maximum)
132 {
133 $maximum = NULL;
134 }
135 $this->maximum = $maximum;
136 }

References $maximum.

Referenced by importResponses().

+ Here is the caller graph for this function:

◆ setMinimum()

SurveyMetricQuestion::setMinimum (   $minimum = 0)

Sets the minimum value.

Parameters
double$minimumThe minimum value @access public
See also
$minimum

Definition at line 105 of file class.SurveyMetricQuestion.php.

106 {
107 if($minimum !== NULL)
108 {
109 $minimum = (float)$minimum;
110 }
111 if(!$minimum)
112 {
113 $minimum = NULL;
114 }
115 $this->minimum = $minimum;
116 }

References $minimum.

Referenced by importResponses().

+ Here is the caller graph for this function:

◆ setSubtype()

SurveyMetricQuestion::setSubtype (   $subtype = self::SUBTYPE_NON_RATIO)

Sets the question subtype.

Parameters
integer$subtypeThe question subtype @access public
See also
$subtype

Reimplemented from SurveyQuestion.

Definition at line 93 of file class.SurveyMetricQuestion.php.

94 {
95 $this->subtype = $subtype;
96 }

References $subtype.

Referenced by loadFromDb().

+ Here is the caller graph for this function:

◆ toXML()

SurveyMetricQuestion::toXML (   $a_include_header = TRUE,
  $obligatory_state = "" 
)

Returns an xml representation of the question.

Returns
string The xml representation of the question @access public

Definition at line 331 of file class.SurveyMetricQuestion.php.

332 {
333 include_once("./Services/Xml/classes/class.ilXmlWriter.php");
334 $a_xml_writer = new ilXmlWriter;
335 $a_xml_writer->xmlHeader();
336 $this->insertXML($a_xml_writer, $a_include_header, $obligatory_state);
337 $xml = $a_xml_writer->xmlDumpMem(FALSE);
338 if (!$a_include_header)
339 {
340 $pos = strpos($xml, "?>");
341 $xml = substr($xml, $pos + 2);
342 }
343 return $xml;
344 }
insertXML(&$a_xml_writer, $a_include_header=TRUE)
Adds the question XML to a given XMLWriter object.
XML writer class.
xmlHeader()
Writes xml header @access public.

References insertXML(), and ilXmlWriter\xmlHeader().

+ Here is the call graph for this function:

◆ usableForPrecondition()

SurveyMetricQuestion::usableForPrecondition ( )

Returns if the question is usable for preconditions.

Returns
boolean TRUE if the question is usable for a precondition, FALSE otherwise @access public

Reimplemented from SurveyQuestion.

Definition at line 601 of file class.SurveyMetricQuestion.php.

602 {
603 return TRUE;
604 }

Field Documentation

◆ $maximum

SurveyMetricQuestion::$maximum

Definition at line 64 of file class.SurveyMetricQuestion.php.

Referenced by setMaximum().

◆ $minimum

SurveyMetricQuestion::$minimum

Definition at line 57 of file class.SurveyMetricQuestion.php.

Referenced by setMinimum().

◆ $subtype

SurveyMetricQuestion::$subtype

Definition at line 50 of file class.SurveyMetricQuestion.php.

Referenced by __construct(), getSubtype(), and setSubtype().

◆ SUBTYPE_NON_RATIO

const SurveyMetricQuestion::SUBTYPE_NON_RATIO = 3

◆ SUBTYPE_RATIO_ABSOLUTE

const SurveyMetricQuestion::SUBTYPE_RATIO_ABSOLUTE = 5

◆ SUBTYPE_RATIO_NON_ABSOLUTE

const SurveyMetricQuestion::SUBTYPE_RATIO_NON_ABSOLUTE = 4

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