6 require_once(
"./Services/COPage/classes/class.ilPageContent.php");
38 parent::setNode($a_node);
39 $this->q_node =& $a_node->first_child();
49 if (is_object($this->q_node))
51 $this->q_node->set_attribute(
"QRef", $a_questionreference);
62 if (is_object($this->q_node))
64 return $this->q_node->get_attribute(
"QRef", $a_questionreference);
72 function create(&$a_pg_obj, $a_hier_id)
76 $this->q_node = $this->dom->create_element(
"Question");
77 $this->q_node = $this->node->append_child($this->q_node);
78 $this->q_node->set_attribute(
"QRef",
"");
89 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
90 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
92 $duplicate_id = $question->copyObject(0, $question->getTitle());
94 $duplicate->setObjId(0);
98 $q = $duplicate->getQuestion();
102 $ls =
'<span class="latex">';
107 $pos1 = strpos($q, $ls);
110 $pos2 = strpos($q, $le, $pos1);
114 $q = substr($q, 0, $pos2).
"[/tex]".substr($q, $pos2+7);
115 $q = substr($q, 0, $pos1).
"[tex]".substr($q, $pos1+20);
130 foreach ($tags as
$t)
136 $duplicate->setQuestion($q);
138 $duplicate->saveQuestionDataToDb();
140 $this->q_node->set_attribute(
"QRef",
"il__qst_".$duplicate_id);
149 return array(
"ed_insert_pcqst",
"empty_question",
"pc_qst");
164 include_once(
"./Services/Link/classes/class.ilInternalLink.php");
166 $ilDB->manipulateF(
"DELETE FROM page_question WHERE page_parent_type = %s ".
167 " AND page_id = %s AND page_lang = %s", array(
"text",
"integer",
"text"),
168 array($a_page->getParentType(), $a_page->getId(), $a_page->getLanguage()));
170 $xpath =
new DOMXPath($a_domdoc);
171 $nodes = $xpath->query(
'//Question');
173 foreach ($nodes as
$node)
175 $q_ref = $node->getAttribute(
"QRef");
183 $q_ids[$q_id] = $q_id;
187 foreach($q_ids as $qid)
189 $ilDB->manipulateF(
"INSERT INTO page_question (page_parent_type, page_id, page_lang, question_id)".
190 " VALUES (%s,%s,%s,%s)",
191 array(
"text",
"integer",
"text",
"integer"),
192 array($a_page->getParentType(), $a_page->getId(), $a_page->getLanguage(), $qid));
206 $ilDB->manipulateF(
"DELETE FROM page_question WHERE page_parent_type = %s ".
207 " AND page_id = %s AND page_lang = %s", array(
"text",
"integer",
"text"),
208 array($a_page->getParentType(), $a_page->getId(), $a_page->getLanguage()));
218 $res = $ilDB->queryF(
"SELECT * FROM page_question WHERE page_parent_type = %s ".
219 " AND page_id = %s AND page_lang = %s",
220 array(
"text",
"integer",
"text"),
221 array($a_parent_type, $a_page_id, $a_lang));
223 while ($rec = $ilDB->fetchAssoc(
$res))
225 $q_ids[] = $rec[
"question_id"];
241 $set = $ilDB->query(
"SELECT * FROM page_question ".
242 " WHERE question_id = ".$ilDB->quote($a_q_id,
"integer")
244 while ($rec = $ilDB->fetchAssoc($set))
246 if ($a_parent_type ==
"" || $rec[
"page_parent_type"] == $a_parent_type)
248 return array(
"page_id" => $rec[
"page_id"],
"parent_type" => $rec[
"page_parent_type"]);
264 if ($this->
getPage()->getPageConfig()->getEnableSelfAssessment())
267 $q_ids = $this->
getPage()->getQuestionIds();
270 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
271 foreach($q_ids as $q_id)
275 if(is_object($q_gui->object) && !$q_gui->object->isComplete())
277 $a_output = str_replace(
"{{{{{Question;il__qst_".$q_id.
"}}}}}",
278 "<i>".$lng->txt(
"cont_empty_question").
"</i>",
286 require_once
'./Modules/Scorm2004/classes/class.ilQuestionExporter.php';
287 $a_output =
"<script>".ilQuestionExporter::questionsJS($q_ids).
"</script>".$a_output;
288 if(!self::$initial_done)
290 $a_output =
"<script>var ScormApi=null; var questions = new Array();</script>".$a_output;
291 self::$initial_done =
true;
298 $qhtml = $this->
getPage()->getPageConfig()->getQuestionHTML();
301 if (is_array($qhtml))
303 foreach ($qhtml as $k => $h)
305 $a_output = str_replace(
"{{{{{Question;il__qst_$k".
"}}}}}",
" ".$h, $a_output);
317 self::$initial_done =
false;
327 if ($this->
getPage()->getPageConfig()->getEnableSelfAssessment())
329 $js_files[] =
"./Modules/Scorm2004/scripts/questions/pure.js";
330 $js_files[] =
"./Modules/Scorm2004/scripts/questions/question_handling.js";
331 $js_files[] =
"Modules/TestQuestionPool/js/ilMatchingQuestion.js";
335 && $a_mode !=
"offline")
337 $js_files[] =
"./Services/COPage/js/ilCOPageQuestionHandler.js";
348 if ($this->
getPage()->getPageConfig()->getEnableSelfAssessment())
350 return array(
"./Modules/Scorm2004/templates/default/question_handling.css",
351 "Modules/TestQuestionPool/templates/default/test_javascript.css");
365 if ($this->
getPage()->getPageConfig()->getEnableSelfAssessment())
368 && $a_mode !=
"offline")
370 $ilCtrl->setParameterByClass(strtolower(get_class($this->
getPage())).
"gui",
"page_id", $this->
getPage()->getId());
371 $url = $ilCtrl->getLinkTargetByClass(strtolower(get_class($this->
getPage())).
"gui",
"processAnswer",
"",
true,
false);
372 $code[] =
"ilCOPageQuestionHandler.initCallback('".$url.
"');";
375 if ($this->
getPage()->getPageConfig()->getDisableDefaultQuestionFeedback())
377 $code[] =
"ilias.questions.default_feedback = false;";
380 $code[] = self::getJSTextInitCode($this->
getPage()->getPageConfig()->getLocalizationLanguage()).
' il.COPagePres.updateQuestionOverviews();';
383 $get_stored_tries = $this->
getPage()->getPageConfig()->getUseStoredQuestionTries();
384 if ($get_stored_tries)
386 $q_ids = $this->
getPage()->getQuestionIds();
387 if (count($q_ids) > 0)
389 foreach ($q_ids as $q_id)
391 include_once(
"./Services/COPage/classes/class.ilPageQuestionProcessor.php");
393 $code[] =
"ilias.questions.initAnswer(".$q_id.
", ".(int) $as[
"try"].
", ".($as[
"passed"] ?
"true" :
"null").
");";
412 $a_lang = $ilUser->getLanguage();
417 ilias.questions.txt.wrong_answers = "'.$lng->txtlng(
"content",
"cont_wrong_answers", $a_lang).
'"; 418 ilias.questions.txt.wrong_answers_single = "'.$lng->txtlng(
"content",
"cont_wrong_answers_single", $a_lang).
'"; 419 ilias.questions.txt.tries_remaining = "'.$lng->txtlng(
"content",
"cont_tries_remaining", $a_lang).
'"; 420 ilias.questions.txt.please_try_again = "'.$lng->txtlng(
"content",
"cont_please_try_again", $a_lang).
'"; 421 ilias.questions.txt.all_answers_correct = "'.$lng->txtlng(
"content",
"cont_all_answers_correct", $a_lang).
'"; 422 ilias.questions.txt.enough_answers_correct = "'.$lng->txtlng(
"content",
"cont_enough_answers_correct", $a_lang).
'"; 423 ilias.questions.txt.nr_of_tries_exceeded = "'.$lng->txtlng(
"content",
"cont_nr_of_tries_exceeded", $a_lang).
'"; 424 ilias.questions.txt.correct_answers_shown = "'.$lng->txtlng(
"content",
"cont_correct_answers_shown", $a_lang).
'"; 425 ilias.questions.txt.correct_answers_also = "'.$lng->txtlng(
"content",
"cont_correct_answers_also", $a_lang).
'"; 426 ilias.questions.txt.correct_answer_also = "'.$lng->txtlng(
"content",
"cont_correct_answer_also", $a_lang).
'"; 427 ilias.questions.txt.ov_all_correct = "'.$lng->txtlng(
"content",
"cont_ov_all_correct", $a_lang).
'"; 428 ilias.questions.txt.ov_some_correct = "'.$lng->txtlng(
"content",
"cont_ov_some_correct", $a_lang).
'"; 429 ilias.questions.txt.ov_wrong_answered = "'.$lng->txtlng(
"content",
"cont_ov_wrong_answered", $a_lang).
'"; 430 ilias.questions.txt.please_select = "'.$lng->txtlng(
"content",
"cont_please_select", $a_lang).
'"; 431 ilias.questions.refresh_lang(); 441 require_once
'./Modules/Scorm2004/classes/class.ilQuestionExporter.php';
442 $q_ids = $this->
getPage()->getQuestionIds();
444 if (count($q_ids) > 0)
446 foreach ($q_ids as $q_id)
450 if ($a_mode ==
"offline")
452 if ($this->
getPage()->getParentType() ==
"sahs")
454 $image_path =
"./objects/";
456 if ($this->
getPage()->getParentType() ==
"lm")
458 $image_path =
"./assessment/0/".$q_id.
"/images/";
462 $js[$q_id] = $q_exporter->exportQuestion($q_id, $image_path, $a_mode);
static getJSTextInitCode($a_lang)
Get js txt init code.
create(&$a_pg_obj, $a_hier_id)
Create Question Element.
getQuestionJsOfPage($a_no_interaction, $a_mode)
Get question js.
static _instanciateQuestion($question_id)
Creates an instance of a question with a given question id.
Scorm 2004 Question Exporter.
init()
Init page content component.
static _getQuestionIdsForPage($a_parent_type, $a_page_id, $a_lang="-")
Get all questions of a page.
static beforePageDelete($a_page)
Before page is being deleted.
setType($a_type)
Set Type.
_getPageForQuestionId($a_q_id, $a_parent_type="")
Get page for question id.
static getLangVars()
Get lang vars needed for editing.
_extractObjIdOfTarget($a_target)
Extract object id out of target.
static getAnswerStatus($a_q_id, $a_user_id=0)
Get statistics for question.
getJavascriptFiles($a_mode)
Get Javascript files.
_extractInstOfTarget($a_target)
Extract installation id out of target.
& _getQuestionGUI($question_type, $question_id=-1)
Creates a question gui representation and returns the alias to the question gui note: please do not u...
getOnloadCode($a_mode)
Get on load code.
getCssFiles($a_mode)
Get css files.
setNode(&$a_node)
Set node.
static afterPageUpdate($a_page, DOMDocument $a_domdoc, $a_xml, $a_creation)
After page has been updated (or created)
getSelfAssessmentTags()
Get tags allowed in question tags in self assessment mode.
copyPoolQuestionIntoPage($a_q_id, $a_hier_id)
Copy question from pool into page.
modifyPageContentPostXsl($a_output, $a_mode)
Modify page content after xsl.
static resetInitialState()
Reset initial state (for exports)
createPageContentNode($a_set_this_node=true)
Create page content node (always use this method first when adding a new element) ...
setQuestionReference($a_questionreference)
Set Question Reference.
static secureString($a_str, $a_strip_html=true, $a_allow="")
Remove unsecure tags.
getQuestionReference()
Get Question Reference.