ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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

Definition at line 13 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 58 of file class.SurveyMetricQuestion.php.

59 {
60 global $DIC;
61
62 $this->db = $DIC->database();
64
65 $this->subtype = $subtype;
66 $this->minimum = "";
67 $this->maximum = "";
68 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
$DIC
Definition: xapitoken.php:46

References SurveyQuestion\$author, SurveyQuestion\$description, $DIC, SurveyQuestion\$owner, SurveyQuestion\$questiontext, $subtype, SurveyQuestion\$title, and ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

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

465 {
466 $entered_value = $post_data[$this->getId() . "_metric_question"];
467 // replace german notation with international notation
468 $entered_value = str_replace(",", ".", $entered_value);
469
470 if ((!$this->getObligatory($survey_id)) && (strlen($entered_value) == 0)) {
471 return "";
472 }
473
474 if (strlen($entered_value) == 0) {
475 return $this->lng->txt("survey_question_obligatory");
476 }
477
478 if (strlen($this->getMinimum())) {
479 if ($entered_value < $this->getMinimum()) {
480 return $this->lng->txt("metric_question_out_of_bounds");
481 }
482 }
483
484 if (strlen($this->getMaximum())) {
485 if (($this->getMaximum() == 1) && ($this->getMaximum() < $this->getMinimum())) {
486 // old &infty; values as maximum
487 } else {
488 if ($entered_value > $this->getMaximum()) {
489 return $this->lng->txt("metric_question_out_of_bounds");
490 }
491 }
492 }
493
494 if (!is_numeric($entered_value)) {
495 return $this->lng->txt("metric_question_not_a_value");
496 }
497
498 if (($this->getSubType() == self::SUBTYPE_RATIO_ABSOLUTE) && (intval($entered_value) != doubleval($entered_value))) {
499 return $this->lng->txt("metric_question_floating_point");
500 }
501 return "";
502 }
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 434 of file class.SurveyMetricQuestion.php.

435 {
436 return "svy_qst_metric";
437 }

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

565 {
566 return array("<", "<=", "=", "<>", ">=", ">");
567 }

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

153 {
154 return (strlen($this->maximum)) ? $this->maximum : null;
155 }

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

138 {
139 if ((strlen($this->minimum) == 0) && ($this->getSubtype() > 3)) {
140 $this->minimum = 0;
141 }
142 return (strlen($this->minimum)) ? $this->minimum : null;
143 }
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 601 of file class.SurveyMetricQuestion.php.

602 {
603 $min = $this->getMinimum();
604 $max = $this->getMaximum();
605 if (strlen($min) && strlen($max)) {
606 return "(" . $min . " " . strtolower($this->lng->txt("to")) . " " . $max . ")";
607 } elseif (strlen($min)) {
608 return "(&gt;= " . $min . ")";
609 } elseif (strlen($max)) {
610 return "(&lt;= " . $max . ")";
611 } else {
612 return "";
613 }
614 }

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

589 {
590 $step3 = new ilNumberInputGUI($title, $variable);
591 $step3->setValue($default);
592 return $step3;
593 }
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 164 of file class.SurveyMetricQuestion.php.

165 {
167
168 $result = $ilDB->queryF(
169 "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",
170 array('integer'),
171 array($id)
172 );
173 if ($result->numRows() == 1) {
174 return $ilDB->fetchAssoc($result);
175 } else {
176 return array();
177 }
178 }
$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 423 of file class.SurveyMetricQuestion.php.

424 {
425 return "SurveyMetricQuestion";
426 }

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

406 {
408 $result = $ilDB->queryF(
409 "SELECT questiontype_id FROM svy_qtype WHERE type_tag = %s",
410 array('text'),
411 array($this->getQuestionType())
412 );
413 $row = $ilDB->fetchAssoc($result);
414 return $row["questiontype_id"];
415 }
getQuestionType()
Returns the question type of the question.

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

126 {
127 return $this->subtype;
128 }

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

446 {
447 $entered_value = $post_data[$this->getId() . "_metric_question"];
448 $data = array();
449 if (strlen($entered_value)) {
450 array_push($data, array("value" => $entered_value));
451 }
452 return $data;
453 }
$data
Definition: storeScorm.php:23

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

540 {
541 foreach ($a_data as $id => $data) {
542 $this->setMinimum($data["min"]);
543 $this->setMaximum($data["max"]);
544 }
545 }
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 320 of file class.SurveyMetricQuestion.php.

321 {
322 $attrs = array(
323 "id" => $this->getId(),
324 "title" => $this->getTitle(),
325 "type" => $this->getQuestiontype(),
326 "subtype" => $this->getSubtype(),
327 "obligatory" => $this->getObligatory()
328 );
329 $a_xml_writer->xmlStartTag("question", $attrs);
330
331 $a_xml_writer->xmlElement("description", null, $this->getDescription());
332 $a_xml_writer->xmlElement("author", null, $this->getAuthor());
333 $a_xml_writer->xmlStartTag("questiontext");
334 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
335 $a_xml_writer->xmlEndTag("questiontext");
336
337 $a_xml_writer->xmlStartTag("responses");
338 switch ($this->getSubtype()) {
339 case 3:
340 $attrs = array(
341 "id" => "0",
342 "format" => "double"
343 );
344 if (strlen($this->getMinimum())) {
345 $attrs["min"] = $this->getMinimum();
346 }
347 if (strlen($this->getMaximum())) {
348 $attrs["max"] = $this->getMaximum();
349 }
350 break;
351 case 4:
352 $attrs = array(
353 "id" => "0",
354 "format" => "double"
355 );
356 if (strlen($this->getMinimum())) {
357 $attrs["min"] = $this->getMinimum();
358 }
359 if (strlen($this->getMaximum())) {
360 $attrs["max"] = $this->getMaximum();
361 }
362 break;
363 case 5:
364 $attrs = array(
365 "id" => "0",
366 "format" => "integer"
367 );
368 if (strlen($this->getMinimum())) {
369 $attrs["min"] = $this->getMinimum();
370 }
371 if (strlen($this->getMaximum())) {
372 $attrs["max"] = $this->getMaximum();
373 }
374 break;
375 }
376 $a_xml_writer->xmlStartTag("response_num", $attrs);
377 $a_xml_writer->xmlEndTag("response_num");
378
379 $a_xml_writer->xmlEndTag("responses");
380
381 if (count($this->material)) {
382 if (preg_match("/il_(\d*?)_(\w+)_(\d+)/", $this->material["internal_link"], $matches)) {
383 $attrs = array(
384 "label" => $this->material["title"]
385 );
386 $a_xml_writer->xmlStartTag("material", $attrs);
387 $intlink = "il_" . IL_INST_ID . "_" . $matches[2] . "_" . $matches[3];
388 if (strcmp($matches[1], "") != 0) {
389 $intlink = $this->material["internal_link"];
390 }
391 $a_xml_writer->xmlElement("mattext", null, $intlink);
392 $a_xml_writer->xmlEndTag("material");
393 }
394 }
395
396 $a_xml_writer->xmlEndTag("question");
397 }
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 235 of file class.SurveyMetricQuestion.php.

236 {
237 if (
238 strlen($this->getTitle()) &&
239 strlen($this->getAuthor()) &&
240 strlen($this->getQuestiontext())
241 ) {
242 return 1;
243 } else {
244 return 0;
245 }
246 }

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

187 {
189
190 $result = $ilDB->queryF(
191 "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",
192 array('integer'),
193 array($id)
194 );
195 if ($result->numRows() == 1) {
196 $data = $ilDB->fetchAssoc($result);
197 $this->setId($data["question_id"]);
198 $this->setTitle($data["title"]);
199 $this->setDescription($data["description"]);
200 $this->setObjId($data["obj_fi"]);
201 $this->setAuthor($data["author"]);
202 $this->setOwner($data["owner_fi"]);
203 $this->label = $data['label'];
204 $this->setQuestiontext(ilRTE::_replaceMediaObjectImageSrc($data["questiontext"], 1));
205 $this->setObligatory($data["obligatory"]);
206 $this->setComplete($data["complete"]);
207 $this->setOriginalId($data["original_id"]);
208 $this->setSubtype($data["subtype"]);
209
210 $result = $ilDB->queryF(
211 "SELECT svy_variable.* FROM svy_variable WHERE svy_variable.question_fi = %s",
212 array('integer'),
213 array($id)
214 );
215 if ($result->numRows() > 0) {
216 if ($data = $ilDB->fetchAssoc($result)) {
217 $this->minimum = $data["value1"];
218 if (($data["value2"] < 0) or (strcmp($data["value2"], "") == 0)) {
219 $this->maximum = "";
220 } else {
221 $this->maximum = $data["value2"];
222 }
223 }
224 }
225 }
226 parent::loadFromDb($id);
227 }
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 575 of file class.SurveyMetricQuestion.php.

576 {
577 $template->setCurrentBlock("textfield");
578 $template->setVariable("TEXTFIELD_VALUE", "");
579 $template->parseCurrentBlock();
580 }

◆ saveToDb()

SurveyMetricQuestion::saveToDb (   $original_id = "")

Saves a SurveyMetricQuestion object to a database.

@access public

Reimplemented from SurveyQuestion.

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

254 {
256
257 $affectedRows = parent::saveToDb($original_id);
258 if ($affectedRows == 1) {
259 $affectedRows = $ilDB->manipulateF(
260 "DELETE FROM " . $this->getAdditionalTableName() . " WHERE question_fi = %s",
261 array('integer'),
262 array($this->getId())
263 );
264 $affectedRows = $ilDB->manipulateF(
265 "INSERT INTO " . $this->getAdditionalTableName() . " (question_fi, subtype) VALUES (%s, %s)",
266 array('integer', 'text'),
267 array($this->getId(), $this->getSubType())
268 );
269
270 // saving material uris in the database
271 $this->saveMaterial();
272
273 // save categories
274 $affectedRows = $ilDB->manipulateF(
275 "DELETE FROM svy_variable WHERE question_fi = %s",
276 array('integer'),
277 array($this->getId())
278 );
279
280 if (preg_match("/[\D]/", $this->maximum) or (strcmp($this->maximum, "&infin;") == 0)) {
281 $max = -1;
282 } else {
283 $max = $this->getMaximum();
284 }
285 $next_id = $ilDB->nextId('svy_variable');
286 $affectedRows = $ilDB->manipulateF(
287 "INSERT INTO svy_variable (variable_id, category_fi, question_fi, value1, value2, sequence, tstamp) VALUES (%s, %s, %s, %s, %s, %s, %s)",
288 array('integer','integer','integer','float','float','integer','integer'),
289 array($next_id, 0, $this->getId(), $this->getMinimum(), $max, 0, time())
290 );
291 }
292 }
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 504 of file class.SurveyMetricQuestion.php.

505 {
507
508 $entered_value = $post_data[$this->getId() . "_metric_question"];
509
510 // replace german notation with international notation
511 $entered_value = str_replace(",", ".", $entered_value);
512
513 if ($a_return) {
514 return array(array("value" => $entered_value, "textanswer" => null));
515 }
516 if (strlen($entered_value) == 0) {
517 return;
518 }
519
520 $next_id = $ilDB->nextId('svy_answer');
521 #20216
522 $fields = array();
523 $fields['answer_id'] = array("integer", $next_id);
524 $fields['question_fi'] = array("integer", $this->getId());
525 $fields['active_fi'] = array("integer", $active_id);
526 $fields['value'] = array("float", (strlen($entered_value)) ? $entered_value : null);
527 $fields['textanswer'] = array("clob", null);
528 $fields['tstamp'] = array("integer", time());
529
530 $affectedRows = $ilDB->insert("svy_answer", $fields);
531 }

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

108 {
109 if ($maximum !== null) {
110 $maximum = (float) $maximum;
111 }
112 if (!$maximum) {
113 $maximum = null;
114 }
115 $this->maximum = $maximum;
116 }

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

90 {
91 if ($minimum !== null) {
92 $minimum = (float) $minimum;
93 }
94 if (!$minimum) {
95 $minimum = null;
96 }
97 $this->minimum = $minimum;
98 }

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

78 {
79 $this->subtype = $subtype;
80 }

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

301 {
302 $a_xml_writer = new ilXmlWriter;
303 $a_xml_writer->xmlHeader();
304 $this->insertXML($a_xml_writer, $a_include_header, $obligatory_state);
305 $xml = $a_xml_writer->xmlDumpMem(false);
306 if (!$a_include_header) {
307 $pos = strpos($xml, "?>");
308 $xml = substr($xml, $pos + 2);
309 }
310 return $xml;
311 }
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.
$xml
Definition: metadata.php:332

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

554 {
555 return true;
556 }

Field Documentation

◆ $db

SurveyMetricQuestion::$db
protected

◆ $maximum

SurveyMetricQuestion::$maximum

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

Referenced by setMaximum().

◆ $minimum

SurveyMetricQuestion::$minimum

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

Referenced by setMinimum().

◆ $subtype

SurveyMetricQuestion::$subtype

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