ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
 
 $lng
 
 $orientation
 
 $material
 
 $complete
 

Protected Attributes

 $db
 
- Protected Attributes inherited from SurveyQuestion
 $user
 
 $db
 
 $cumulated
 An array containing the cumulated results of the question for a given survey. More...
 
 $log
 

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

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 82 of file class.SurveyMetricQuestion.php.

83 {
84 global $DIC;
85
86 $this->db = $DIC->database();
87 parent::__construct($title, $description, $author, $questiontext, $owner);
88
89 $this->subtype = $subtype;
90 $this->minimum = "";
91 $this->maximum = "";
92 }
global $DIC
Definition: saml.php:7

References SurveyQuestion\$author, SurveyQuestion\$description, $DIC, 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 490 of file class.SurveyMetricQuestion.php.

491 {
492 $entered_value = $post_data[$this->getId() . "_metric_question"];
493 // replace german notation with international notation
494 $entered_value = str_replace(",", ".", $entered_value);
495
496 if ((!$this->getObligatory($survey_id)) && (strlen($entered_value) == 0)) {
497 return "";
498 }
499
500 if (strlen($entered_value) == 0) {
501 return $this->lng->txt("survey_question_obligatory");
502 }
503
504 if (strlen($this->getMinimum())) {
505 if ($entered_value < $this->getMinimum()) {
506 return $this->lng->txt("metric_question_out_of_bounds");
507 }
508 }
509
510 if (strlen($this->getMaximum())) {
511 if (($this->getMaximum() == 1) && ($this->getMaximum() < $this->getMinimum())) {
512 // old &infty; values as maximum
513 } else {
514 if ($entered_value > $this->getMaximum()) {
515 return $this->lng->txt("metric_question_out_of_bounds");
516 }
517 }
518 }
519
520 if (!is_numeric($entered_value)) {
521 return $this->lng->txt("metric_question_not_a_value");
522 }
523
524 if (($this->getSubType() == self::SUBTYPE_RATIO_ABSOLUTE) && (intval($entered_value) != doubleval($entered_value))) {
525 return $this->lng->txt("metric_question_floating_point");
526 }
527 return "";
528 }
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 460 of file class.SurveyMetricQuestion.php.

461 {
462 return "svy_qst_metric";
463 }

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 590 of file class.SurveyMetricQuestion.php.

591 {
592 return array("<", "<=", "=", "<>", ">=", ">");
593 }

◆ 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 176 of file class.SurveyMetricQuestion.php.

177 {
178 return (strlen($this->maximum)) ? $this->maximum : null;
179 }

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 161 of file class.SurveyMetricQuestion.php.

162 {
163 if ((strlen($this->minimum) == 0) && ($this->getSubtype() > 3)) {
164 $this->minimum = 0;
165 }
166 return (strlen($this->minimum)) ? $this->minimum : null;
167 }
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 628 of file class.SurveyMetricQuestion.php.

629 {
630 $min = $this->getMinimum();
631 $max = $this->getMaximum();
632 if (strlen($min) && strlen($max)) {
633 return "(" . $min . " " . strtolower($this->lng->txt("to")) . " " . $max . ")";
634 } elseif (strlen($min)) {
635 return "(&gt;= " . $min . ")";
636 } elseif (strlen($max)) {
637 return "(&lt;= " . $max . ")";
638 } else {
639 return "";
640 }
641 }

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 614 of file class.SurveyMetricQuestion.php.

615 {
616 include_once "./Services/Form/classes/class.ilNumberInputGUI.php";
617 $step3 = new ilNumberInputGUI($title, $variable);
618 $step3->setValue($default);
619 return $step3;
620 }
$default
Definition: build.php:20
This class represents a number property in a property form.

References $default, and 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 188 of file class.SurveyMetricQuestion.php.

189 {
191
192 $result = $ilDB->queryF(
193 "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",
194 array('integer'),
195 array($id)
196 );
197 if ($result->numRows() == 1) {
198 return $ilDB->fetchAssoc($result);
199 } else {
200 return array();
201 }
202 }
$result
getAdditionalTableName()
Returns the name of the additional question data table in the database.
global $ilDB

References $db, 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 449 of file class.SurveyMetricQuestion.php.

450 {
451 return "SurveyMetricQuestion";
452 }

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 431 of file class.SurveyMetricQuestion.php.

432 {
434 $result = $ilDB->queryF(
435 "SELECT questiontype_id FROM svy_qtype WHERE type_tag = %s",
436 array('text'),
437 array($this->getQuestionType())
438 );
439 $row = $ilDB->fetchAssoc($result);
440 return $row["questiontype_id"];
441 }
getQuestionType()
Returns the question type of the question.
$row

References $db, $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 149 of file class.SurveyMetricQuestion.php.

150 {
151 return $this->subtype;
152 }

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 471 of file class.SurveyMetricQuestion.php.

472 {
473 $entered_value = $post_data[$this->getId() . "_metric_question"];
474 $data = array();
475 if (strlen($entered_value)) {
476 array_push($data, array("value" => $entered_value));
477 }
478 return $data;
479 }
$data
Definition: bench.php:6

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 565 of file class.SurveyMetricQuestion.php.

566 {
567 foreach ($a_data as $id => $data) {
568 $this->setMinimum($data["min"]);
569 $this->setMaximum($data["max"]);
570 }
571 }
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 346 of file class.SurveyMetricQuestion.php.

347 {
348 $attrs = array(
349 "id" => $this->getId(),
350 "title" => $this->getTitle(),
351 "type" => $this->getQuestiontype(),
352 "subtype" => $this->getSubtype(),
353 "obligatory" => $this->getObligatory()
354 );
355 $a_xml_writer->xmlStartTag("question", $attrs);
356
357 $a_xml_writer->xmlElement("description", null, $this->getDescription());
358 $a_xml_writer->xmlElement("author", null, $this->getAuthor());
359 $a_xml_writer->xmlStartTag("questiontext");
360 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
361 $a_xml_writer->xmlEndTag("questiontext");
362
363 $a_xml_writer->xmlStartTag("responses");
364 switch ($this->getSubtype()) {
365 case 3:
366 $attrs = array(
367 "id" => "0",
368 "format" => "double"
369 );
370 if (strlen($this->getMinimum())) {
371 $attrs["min"] = $this->getMinimum();
372 }
373 if (strlen($this->getMaximum())) {
374 $attrs["max"] = $this->getMaximum();
375 }
376 break;
377 case 4:
378 $attrs = array(
379 "id" => "0",
380 "format" => "double"
381 );
382 if (strlen($this->getMinimum())) {
383 $attrs["min"] = $this->getMinimum();
384 }
385 if (strlen($this->getMaximum())) {
386 $attrs["max"] = $this->getMaximum();
387 }
388 break;
389 case 5:
390 $attrs = array(
391 "id" => "0",
392 "format" => "integer"
393 );
394 if (strlen($this->getMinimum())) {
395 $attrs["min"] = $this->getMinimum();
396 }
397 if (strlen($this->getMaximum())) {
398 $attrs["max"] = $this->getMaximum();
399 }
400 break;
401 }
402 $a_xml_writer->xmlStartTag("response_num", $attrs);
403 $a_xml_writer->xmlEndTag("response_num");
404
405 $a_xml_writer->xmlEndTag("responses");
406
407 if (count($this->material)) {
408 if (preg_match("/il_(\d*?)_(\w+)_(\d+)/", $this->material["internal_link"], $matches)) {
409 $attrs = array(
410 "label" => $this->material["title"]
411 );
412 $a_xml_writer->xmlStartTag("material", $attrs);
413 $intlink = "il_" . IL_INST_ID . "_" . $matches[2] . "_" . $matches[3];
414 if (strcmp($matches[1], "") != 0) {
415 $intlink = $this->material["internal_link"];
416 }
417 $a_xml_writer->xmlElement("mattext", null, $intlink);
418 $a_xml_writer->xmlEndTag("material");
419 }
420 }
421
422 $a_xml_writer->xmlEndTag("question");
423 }
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 260 of file class.SurveyMetricQuestion.php.

261 {
262 if (
263 strlen($this->getTitle()) &&
264 strlen($this->getAuthor()) &&
265 strlen($this->getQuestiontext())
266 ) {
267 return 1;
268 } else {
269 return 0;
270 }
271 }

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 210 of file class.SurveyMetricQuestion.php.

211 {
213
214 $result = $ilDB->queryF(
215 "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",
216 array('integer'),
217 array($id)
218 );
219 if ($result->numRows() == 1) {
220 $data = $ilDB->fetchAssoc($result);
221 $this->setId($data["question_id"]);
222 $this->setTitle($data["title"]);
223 $this->setDescription($data["description"]);
224 $this->setObjId($data["obj_fi"]);
225 $this->setAuthor($data["author"]);
226 $this->setOwner($data["owner_fi"]);
227 $this->label = $data['label'];
228 include_once("./Services/RTE/classes/class.ilRTE.php");
229 $this->setQuestiontext(ilRTE::_replaceMediaObjectImageSrc($data["questiontext"], 1));
230 $this->setObligatory($data["obligatory"]);
231 $this->setComplete($data["complete"]);
232 $this->setOriginalId($data["original_id"]);
233 $this->setSubtype($data["subtype"]);
234
235 $result = $ilDB->queryF(
236 "SELECT svy_variable.* FROM svy_variable WHERE svy_variable.question_fi = %s",
237 array('integer'),
238 array($id)
239 );
240 if ($result->numRows() > 0) {
241 if ($data = $ilDB->fetchAssoc($result)) {
242 $this->minimum = $data["value1"];
243 if (($data["value2"] < 0) or (strcmp($data["value2"], "") == 0)) {
244 $this->maximum = "";
245 } else {
246 $this->maximum = $data["value2"];
247 }
248 }
249 }
250 }
251 parent::loadFromDb($id);
252 }
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, $db, 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 601 of file class.SurveyMetricQuestion.php.

602 {
603 $template->setCurrentBlock("textfield");
604 $template->setVariable("TEXTFIELD_VALUE", "");
605 $template->parseCurrentBlock();
606 }
$template

References $template.

◆ saveToDb()

SurveyMetricQuestion::saveToDb (   $original_id = "")

Saves a SurveyMetricQuestion object to a database.

@access public

Reimplemented from SurveyQuestion.

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

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

References $db, $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 530 of file class.SurveyMetricQuestion.php.

531 {
533
534 $entered_value = $post_data[$this->getId() . "_metric_question"];
535
536 // replace german notation with international notation
537 $entered_value = str_replace(",", ".", $entered_value);
538
539 if ($a_return) {
540 return array(array("value" => $entered_value, "textanswer" => null));
541 }
542 if (strlen($entered_value) == 0) {
543 return;
544 }
545
546 $next_id = $ilDB->nextId('svy_answer');
547 #20216
548 $fields = array();
549 $fields['answer_id'] = array("integer", $next_id);
550 $fields['question_fi'] = array("integer", $this->getId());
551 $fields['active_fi'] = array("integer", $active_id);
552 $fields['value'] = array("float", (strlen($entered_value)) ? $entered_value : null);
553 $fields['textanswer'] = array("clob", null);
554 $fields['tstamp'] = array("integer", time());
555
556 $affectedRows = $ilDB->insert("svy_answer", $fields);
557 }

References $db, $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 131 of file class.SurveyMetricQuestion.php.

132 {
133 if ($maximum !== null) {
134 $maximum = (float) $maximum;
135 }
136 if (!$maximum) {
137 $maximum = null;
138 }
139 $this->maximum = $maximum;
140 }

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 113 of file class.SurveyMetricQuestion.php.

114 {
115 if ($minimum !== null) {
116 $minimum = (float) $minimum;
117 }
118 if (!$minimum) {
119 $minimum = null;
120 }
121 $this->minimum = $minimum;
122 }

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 101 of file class.SurveyMetricQuestion.php.

102 {
103 $this->subtype = $subtype;
104 }

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 325 of file class.SurveyMetricQuestion.php.

326 {
327 include_once("./Services/Xml/classes/class.ilXmlWriter.php");
328 $a_xml_writer = new ilXmlWriter;
329 $a_xml_writer->xmlHeader();
330 $this->insertXML($a_xml_writer, $a_include_header, $obligatory_state);
331 $xml = $a_xml_writer->xmlDumpMem(false);
332 if (!$a_include_header) {
333 $pos = strpos($xml, "?>");
334 $xml = substr($xml, $pos + 2);
335 }
336 return $xml;
337 }
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 $xml, 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 579 of file class.SurveyMetricQuestion.php.

580 {
581 return true;
582 }

Field Documentation

◆ $db

SurveyMetricQuestion::$db
protected

◆ $maximum

SurveyMetricQuestion::$maximum

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

Referenced by setMaximum().

◆ $minimum

SurveyMetricQuestion::$minimum

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

Referenced by setMinimum().

◆ $subtype

SurveyMetricQuestion::$subtype

Definition at line 55 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: