ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
SurveyTextQuestion Class Reference

Text survey question. More...

+ Inheritance diagram for SurveyTextQuestion:
+ Collaboration diagram for SurveyTextQuestion:

Public Member Functions

 __construct ($title="", $description="", $author="", $questiontext="", $owner=-1)
 The constructor takes possible arguments an creates an instance of the SurveyTextQuestion object. More...
 
 getQuestionDataArray ($id)
 Returns the question data fields from the database. More...
 
 loadFromDb ($id)
 Loads a SurveyTextQuestion object from the database. More...
 
 isComplete ()
 Returns true if the question is complete for use. More...
 
 setMaxChars ($maxchars=0)
 Sets the maximum number of allowed characters for the text answer. More...
 
 getMaxChars ()
 Returns the maximum number of allowed characters for the text answer. More...
 
 saveToDb ($original_id="")
 Saves a SurveyTextQuestion 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...
 
 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...
 
 getTextWidth ()
 Returns the width of the answer field. More...
 
 getTextHeight ()
 Returns the height of the answer field. More...
 
 setTextWidth ($a_textwidth)
 Sets the width of the answer field. More...
 
 setTextHeight ($a_textheight)
 Sets the height of the answer field. 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

 $maxchars
 
 $textwidth
 
 $textheight
 
- Data Fields inherited from SurveyQuestion
 $id
 
 $title
 
 $description
 
 $owner
 
 $author
 
 $materials
 
 $survey_id
 
 $obj_id
 
 $questiontext
 
 $obligatory
 
 $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
 $user
 
 $db
 
 $cumulated
 An array containing the cumulated results of the question for a given survey. More...
 
 $log
 

Detailed Description

Text survey question.

The SurveyTextQuestion class defines and encapsulates basic methods and attributes for text 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.SurveyTextQuestion.php.

Constructor & Destructor Documentation

◆ __construct()

SurveyTextQuestion::__construct (   $title = "",
  $description = "",
  $author = "",
  $questiontext = "",
  $owner = -1 
)

The constructor takes possible arguments an creates an instance of the SurveyTextQuestion 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 public

Definition at line 28 of file class.SurveyTextQuestion.php.

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

29  {
30  global $DIC;
31 
32  $this->db = $DIC->database();
34 
35  $this->maxchars = 0;
36  $this->textwidth = 50;
37  $this->textheight = 5;
38  }
__construct(Container $dic, ilPlugin $plugin)
$DIC
Definition: xapitoken.php:46
+ Here is the call graph for this function:

Member Function Documentation

◆ checkUserInput()

SurveyTextQuestion::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 public

Definition at line 289 of file class.SurveyTextQuestion.php.

References SurveyQuestion\$survey_id, SurveyQuestion\getId(), getMaxChars(), SurveyQuestion\getObligatory(), and ilStr\strLen().

290  {
291  $entered_value = $post_data[$this->getId() . "_text_question"];
292 
293  if ((!$this->getObligatory($survey_id)) && (strlen($entered_value) == 0)) {
294  return "";
295  }
296 
297  if (strlen($entered_value) == 0) {
298  return $this->lng->txt("text_question_not_filled_out");
299  }
300 
301  // see bug #22648
302  if ($this->getMaxChars() > 0 && ilStr::strLen($entered_value) > $this->getMaxChars()) {
303  return str_replace("%s", ilStr::strLen($entered_value), $this->lng->txt("svy_answer_too_long"));
304  }
305 
306  return "";
307  }
static strLen($a_string)
Definition: class.ilStr.php:78
getObligatory($survey_id="")
Gets the obligatory state of the question.
getId()
Gets the id of the SurveyQuestion object.
getMaxChars()
Returns the maximum number of allowed characters for the text answer.
+ Here is the call graph for this function:

◆ getAdditionalTableName()

SurveyTextQuestion::getAdditionalTableName ( )

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

Returns
string The additional table name public

Definition at line 259 of file class.SurveyTextQuestion.php.

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

260  {
261  return "svy_qst_text";
262  }
+ Here is the caller graph for this function:

◆ getMaxChars()

SurveyTextQuestion::getMaxChars ( )

Returns the maximum number of allowed characters for the text answer.

public

Definition at line 132 of file class.SurveyTextQuestion.php.

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

133  {
134  return ($this->maxchars) ? $this->maxchars : null;
135  }
+ Here is the caller graph for this function:

◆ getQuestionDataArray()

SurveyTextQuestion::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 public

Definition at line 47 of file class.SurveyTextQuestion.php.

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

48  {
49  $ilDB = $this->db;
50  $result = $ilDB->queryF(
51  "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",
52  array('integer'),
53  array($id)
54  );
55  if ($result->numRows() == 1) {
56  return $ilDB->fetchAssoc($result);
57  } else {
58  return array();
59  }
60  }
$result
global $ilDB
getAdditionalTableName()
Returns the name of the additional question data table in the database.
+ Here is the call graph for this function:

◆ getQuestionType()

SurveyTextQuestion::getQuestionType ( )

Returns the question type of the question.

Returns
integer The question type of the question public

Definition at line 248 of file class.SurveyTextQuestion.php.

249  {
250  return "SurveyTextQuestion";
251  }

◆ getTextHeight()

SurveyTextQuestion::getTextHeight ( )

Returns the height of the answer field.

Returns
integer The height of the answer field in characters public

Definition at line 389 of file class.SurveyTextQuestion.php.

Referenced by insertXML(), and saveToDb().

390  {
391  return ($this->textheight) ? $this->textheight : null;
392  }
+ Here is the caller graph for this function:

◆ getTextWidth()

SurveyTextQuestion::getTextWidth ( )

Returns the width of the answer field.

Returns
integer The width of the answer field in characters public

Definition at line 378 of file class.SurveyTextQuestion.php.

Referenced by insertXML(), and saveToDb().

379  {
380  return ($this->textwidth) ? $this->textwidth : null;
381  }
+ Here is the caller graph for this function:

◆ getWorkingDataFromUserInput()

& SurveyTextQuestion::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 public

Definition at line 270 of file class.SurveyTextQuestion.php.

References $data, and SurveyQuestion\getId().

271  {
272  $entered_value = $post_data[$this->getId() . "_text_question"];
273  $data = array();
274  if (strlen($entered_value)) {
275  array_push($data, array("textanswer" => $entered_value));
276  }
277  return $data;
278  }
$data
Definition: storeScorm.php:23
getId()
Gets the id of the SurveyQuestion object.
+ Here is the call graph for this function:

◆ importResponses()

SurveyTextQuestion::importResponses (   $a_data)

Import response data from the question import file.

Returns
array $a_data Array containing the response data public

Definition at line 346 of file class.SurveyTextQuestion.php.

References $data, SurveyQuestion\$id, setMaxChars(), setTextHeight(), and setTextWidth().

347  {
348  foreach ($a_data as $id => $data) {
349  if ($data["maxlength"] > 0) {
350  $this->setMaxChars($data["maxlength"]);
351  }
352  if ($data["rows"] > 0) {
353  $this->setTextHeight($data["rows"]);
354  }
355  if ($data["columns"] > 0) {
356  $this->setTextWidth($data["columns"]);
357  }
358  }
359  }
setTextHeight($a_textheight)
Sets the height of the answer field.
$data
Definition: storeScorm.php:23
setMaxChars($maxchars=0)
Sets the maximum number of allowed characters for the text answer.
setTextWidth($a_textwidth)
Sets the width of the answer field.
+ Here is the call graph for this function:

◆ insertXML()

SurveyTextQuestion::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 public

Definition at line 189 of file class.SurveyTextQuestion.php.

References SurveyQuestion\addMaterialTag(), SurveyQuestion\getAuthor(), SurveyQuestion\getDescription(), SurveyQuestion\getId(), getMaxChars(), SurveyQuestion\getObligatory(), SurveyQuestion\getQuestiontext(), getTextHeight(), getTextWidth(), and SurveyQuestion\getTitle().

Referenced by toXML().

190  {
191  $attrs = array(
192  "id" => $this->getId(),
193  "title" => $this->getTitle(),
194  "type" => $this->getQuestiontype(),
195  "obligatory" => $this->getObligatory()
196  );
197  $a_xml_writer->xmlStartTag("question", $attrs);
198 
199  $a_xml_writer->xmlElement("description", null, $this->getDescription());
200  $a_xml_writer->xmlElement("author", null, $this->getAuthor());
201  if (strlen($this->label)) {
202  $attrs = array(
203  "label" => $this->label,
204  );
205  } else {
206  $attrs = array();
207  }
208  $a_xml_writer->xmlStartTag("questiontext", $attrs);
209  $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
210  $a_xml_writer->xmlEndTag("questiontext");
211 
212  $a_xml_writer->xmlStartTag("responses");
213  $attrs = array(
214  "id" => "0",
215  "rows" => $this->getTextHeight(),
216  "columns" => $this->getTextWidth()
217  );
218  if ($this->getMaxChars() > 0) {
219  $attrs["maxlength"] = $this->getMaxChars();
220  }
221  $a_xml_writer->xmlElement("response_text", $attrs);
222  $a_xml_writer->xmlEndTag("responses");
223 
224  if (count($this->material)) {
225  if (preg_match("/il_(\d*?)_(\w+)_(\d+)/", $this->material["internal_link"], $matches)) {
226  $attrs = array(
227  "label" => $this->material["title"]
228  );
229  $a_xml_writer->xmlStartTag("material", $attrs);
230  $intlink = "il_" . IL_INST_ID . "_" . $matches[2] . "_" . $matches[3];
231  if (strcmp($matches[1], "") != 0) {
232  $intlink = $this->material["internal_link"];
233  }
234  $a_xml_writer->xmlElement("mattext", null, $intlink);
235  $a_xml_writer->xmlEndTag("material");
236  }
237  }
238 
239  $a_xml_writer->xmlEndTag("question");
240  }
getTextWidth()
Returns the width of the answer field.
getAuthor()
Gets the authors name of the SurveyQuestion object.
getTitle()
Gets the title string of the SurveyQuestion object.
getObligatory($survey_id="")
Gets the obligatory state of the question.
getQuestiontext()
Gets the questiontext of the SurveyQuestion object.
getId()
Gets the id 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.
getDescription()
Gets the description string of the SurveyQuestion object.
getMaxChars()
Returns the maximum number of allowed characters for the text answer.
getTextHeight()
Returns the height of the answer field.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isComplete()

SurveyTextQuestion::isComplete ( )

Returns true if the question is complete for use.

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

Definition at line 104 of file class.SurveyTextQuestion.php.

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

105  {
106  if (
107  strlen($this->getTitle()) &&
108  strlen($this->getAuthor()) &&
109  strlen($this->getQuestiontext())
110  ) {
111  return 1;
112  } else {
113  return 0;
114  }
115  }
getAuthor()
Gets the authors name of the SurveyQuestion object.
getTitle()
Gets the title string of the SurveyQuestion object.
getQuestiontext()
Gets the questiontext of the SurveyQuestion object.
+ Here is the call graph for this function:

◆ loadFromDb()

SurveyTextQuestion::loadFromDb (   $id)

Loads a SurveyTextQuestion object from the database.

Parameters
integer$idThe database id of the text survey question public

Definition at line 68 of file class.SurveyTextQuestion.php.

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

69  {
70  $ilDB = $this->db;
71 
72  $result = $ilDB->queryF(
73  "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",
74  array('integer'),
75  array($id)
76  );
77  if ($result->numRows() == 1) {
78  $data = $ilDB->fetchAssoc($result);
79  $this->setId($data["question_id"]);
80  $this->setTitle($data["title"]);
81  $this->label = $data['label'];
82  $this->setDescription($data["description"]);
83  $this->setObjId($data["obj_fi"]);
84  $this->setAuthor($data["author"]);
85  $this->setOwner($data["owner_fi"]);
86  $this->setQuestiontext(ilRTE::_replaceMediaObjectImageSrc($data["questiontext"], 1));
87  $this->setObligatory($data["obligatory"]);
88  $this->setComplete($data["complete"]);
89  $this->setOriginalId($data["original_id"]);
90 
91  $this->setMaxChars($data["maxchars"]);
92  $this->setTextWidth($data["width"]);
93  $this->setTextHeight($data["height"]);
94  }
95  parent::loadFromDb($id);
96  }
setTextHeight($a_textheight)
Sets the height of the answer field.
$data
Definition: storeScorm.php:23
$result
setObligatory($obligatory=1)
Sets the obligatory state of the question.
setId($id=-1)
Sets the id of the SurveyQuestion object.
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...
setOwner($owner="")
Sets the creator/owner ID of the SurveyQuestion object.
setComplete($a_complete)
Sets the complete state of the question.
setMaxChars($maxchars=0)
Sets the maximum number of allowed characters for the text answer.
setOriginalId($original_id)
setQuestiontext($questiontext="")
Sets the questiontext of the SurveyQuestion object.
setAuthor($author="")
Sets the authors name of the SurveyQuestion object.
setDescription($description="")
Sets the description string of the SurveyQuestion object.
global $ilDB
getAdditionalTableName()
Returns the name of the additional question data table in the database.
setObjId($obj_id=0)
Set the reference id of the container object.
setTextWidth($a_textwidth)
Sets the width of the answer field.
setTitle($title="")
Sets the title string of the SurveyQuestion object.
+ Here is the call graph for this function:

◆ saveToDb()

SurveyTextQuestion::saveToDb (   $original_id = "")

Saves a SurveyTextQuestion object to a database.

public

Definition at line 142 of file class.SurveyTextQuestion.php.

References SurveyQuestion\$db, $ilDB, getAdditionalTableName(), SurveyQuestion\getId(), getMaxChars(), getTextHeight(), getTextWidth(), and SurveyQuestion\saveMaterial().

143  {
144  $ilDB = $this->db;
145 
146  $affectedRows = parent::saveToDb($original_id);
147  if ($affectedRows == 1) {
148  $affectedRows = $ilDB->manipulateF(
149  "DELETE FROM " . $this->getAdditionalTableName() . " WHERE question_fi = %s",
150  array('integer'),
151  array($this->getId())
152  );
153  $affectedRows = $ilDB->manipulateF(
154  "INSERT INTO " . $this->getAdditionalTableName() . " (question_fi, maxchars, width, height) VALUES (%s, %s, %s, %s)",
155  array('integer', 'integer', 'integer', 'integer'),
156  array($this->getId(), $this->getMaxChars(), $this->getTextWidth(), $this->getTextHeight())
157  );
158 
159  $this->saveMaterial();
160  }
161  }
getTextWidth()
Returns the width of the answer field.
getId()
Gets the id of the SurveyQuestion object.
saveMaterial()
save material to db
global $ilDB
getAdditionalTableName()
Returns the name of the additional question data table in the database.
getMaxChars()
Returns the maximum number of allowed characters for the text answer.
getTextHeight()
Returns the height of the answer field.
+ Here is the call graph for this function:

◆ saveUserInput()

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

Definition at line 309 of file class.SurveyTextQuestion.php.

References SurveyQuestion\$db, $ilDB, $maxchars, SurveyQuestion\getId(), getMaxChars(), SurveyQuestion\stripSlashesAddSpaceFallback(), and ilStr\subStr().

310  {
311  $ilDB = $this->db;
312 
313  $entered_value = $this->stripSlashesAddSpaceFallback($post_data[$this->getId() . "_text_question"]);
314  $maxchars = $this->getMaxChars();
315 
316  if ($maxchars > 0) {
317  $entered_value = ilStr::subStr($entered_value, 0, $maxchars);
318  }
319 
320  if ($a_return) {
321  return array(array("value" => null, "textanswer" => $entered_value));
322  }
323  if (strlen($entered_value) == 0) {
324  return;
325  }
326 
327  $next_id = $ilDB->nextId('svy_answer');
328  #20216
329  $fields = array();
330  $fields['answer_id'] = array("integer", $next_id);
331  $fields['question_fi'] = array("integer", $this->getId());
332  $fields['active_fi'] = array("integer", $active_id);
333  $fields['value'] = array("float", null);
334  $fields['textanswer'] = array("clob", (strlen($entered_value)) ? $entered_value : null);
335  $fields['tstamp'] = array("integer", time());
336 
337  $affectedRows = $ilDB->insert("svy_answer", $fields);
338  }
stripSlashesAddSpaceFallback($a_str)
Strip slashes with add space fallback, see https://mantis.ilias.de/view.php?id=19727 and https://mant...
static subStr($a_str, $a_start, $a_length=null)
Definition: class.ilStr.php:15
getId()
Gets the id of the SurveyQuestion object.
global $ilDB
getMaxChars()
Returns the maximum number of allowed characters for the text answer.
+ Here is the call graph for this function:

◆ setMaxChars()

SurveyTextQuestion::setMaxChars (   $maxchars = 0)

Sets the maximum number of allowed characters for the text answer.

public

Definition at line 122 of file class.SurveyTextQuestion.php.

References $maxchars.

Referenced by importResponses(), and loadFromDb().

123  {
124  $this->maxchars = $maxchars;
125  }
+ Here is the caller graph for this function:

◆ setTextHeight()

SurveyTextQuestion::setTextHeight (   $a_textheight)

Sets the height of the answer field.

Parameters
integer$a_textheightThe height of the answer field in characters public

Definition at line 415 of file class.SurveyTextQuestion.php.

Referenced by importResponses(), and loadFromDb().

416  {
417  if ($a_textheight < 1) {
418  $this->textheight = 5;
419  } else {
420  $this->textheight = $a_textheight;
421  }
422  }
+ Here is the caller graph for this function:

◆ setTextWidth()

SurveyTextQuestion::setTextWidth (   $a_textwidth)

Sets the width of the answer field.

Parameters
integer$a_textwidthThe width of the answer field in characters public

Definition at line 400 of file class.SurveyTextQuestion.php.

Referenced by importResponses(), and loadFromDb().

401  {
402  if ($a_textwidth < 1) {
403  $this->textwidth = 50;
404  } else {
405  $this->textwidth = $a_textwidth;
406  }
407  }
+ Here is the caller graph for this function:

◆ toXML()

SurveyTextQuestion::toXML (   $a_include_header = true,
  $obligatory_state = "" 
)

Returns an xml representation of the question.

Returns
string The xml representation of the question public

Definition at line 169 of file class.SurveyTextQuestion.php.

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

170  {
171  $a_xml_writer = new ilXmlWriter;
172  $a_xml_writer->xmlHeader();
173  $this->insertXML($a_xml_writer, $a_include_header, $obligatory_state);
174  $xml = $a_xml_writer->xmlDumpMem(false);
175  if (!$a_include_header) {
176  $pos = strpos($xml, "?>");
177  $xml = substr($xml, $pos + 2);
178  }
179  return $xml;
180  }
XML writer class.
xmlHeader()
Writes xml header public.
$xml
Definition: metadata.php:332
insertXML(&$a_xml_writer, $a_include_header=true)
Adds the question XML to a given XMLWriter object.
+ Here is the call graph for this function:

◆ usableForPrecondition()

SurveyTextQuestion::usableForPrecondition ( )

Returns if the question is usable for preconditions.

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

Definition at line 367 of file class.SurveyTextQuestion.php.

368  {
369  return false;
370  }

Field Documentation

◆ $maxchars

SurveyTextQuestion::$maxchars

Definition at line 15 of file class.SurveyTextQuestion.php.

Referenced by saveUserInput(), and setMaxChars().

◆ $textheight

SurveyTextQuestion::$textheight

Definition at line 17 of file class.SurveyTextQuestion.php.

◆ $textwidth

SurveyTextQuestion::$textwidth

Definition at line 16 of file class.SurveyTextQuestion.php.


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