4 require_once
'./Modules/TestQuestionPool/classes/class.assQuestion.php';
5 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
6 require_once
'./Modules/TestQuestionPool/interfaces/interface.ilObjQuestionScoringAdjustable.php';
7 require_once
'./Modules/TestQuestionPool/interfaces/interface.ilObjAnswerScoringAdjustable.php';
48 $this->errortext =
'';
49 $this->textsize = 100.0;
50 $this->errordata = array();
60 if (strlen($this->title)
88 $ilDB->manipulateF(
"DELETE FROM qpl_a_errortext WHERE question_fi = %s",
90 array( $this->
getId() )
94 foreach ($this->errordata as $object)
96 $next_id = $ilDB->nextId(
'qpl_a_errortext' );
97 $ilDB->manipulateF(
"INSERT INTO qpl_a_errortext (answer_id, question_fi, text_wrong, text_correct, points, sequence) VALUES (%s, %s, %s, %s, %s, %s)",
98 array(
'integer',
'integer',
'text',
'text',
'float',
'integer' ),
103 $object->text_correct,
122 array( $this->
getId() )
125 $ilDB->manipulateF(
"INSERT INTO " . $this->
getAdditionalTableName() .
" (question_fi, errortext, textsize, points_wrong) VALUES (%s, %s, %s, %s)",
126 array(
"integer",
"text",
"float",
"float"),
153 $this->
setId($question_id);
162 include_once(
"./Services/RTE/classes/class.ilRTE.php");
178 $result = $ilDB->queryF(
"SELECT * FROM qpl_a_errortext WHERE question_fi = %s ORDER BY sequence ASC",
182 include_once
"./Modules/TestQuestionPool/classes/class.assAnswerErrorText.php";
191 parent::loadFromDb($question_id);
205 $this_id = $this->
getId();
209 include_once (
"./Modules/TestQuestionPool/classes/class.assQuestion.php");
213 if( (
int)$testObjId > 0 )
215 $clone->setObjId($testObjId);
241 $clone->copyPageOfQuestion($this_id);
243 $clone->copyXHTMLMediaObjectsOfQuestion($this_id);
245 $clone->onDuplicate($thisObjId, $this_id, $clone->getObjId(), $clone->getId());
261 $thisId = $this->
getId();
265 include_once (
"./Modules/TestQuestionPool/classes/class.assQuestion.php");
268 $clone->setObjId($target_questionpool_id);
280 $clone->onCopy($thisObjId, $thisId, $clone->getObjId(), $clone->getId());
293 include_once (
"./Modules/TestQuestionPool/classes/class.assQuestion.php");
296 $sourceParentId = $this->
getObjId();
302 $clone->setObjId($targetParentId);
304 if ($targetQuestionTitle)
306 $clone->setTitle($targetQuestionTitle);
311 $clone->copyPageOfQuestion($sourceQuestionId);
313 $clone->copyXHTMLMediaObjectsOfQuestion($sourceQuestionId);
315 $clone->onCopy($sourceParentId, $sourceQuestionId, $clone->getObjId(), $clone->getId());
328 foreach ($this->errordata as $object)
330 if ($object->points > 0) $maxpoints += $object->points;
349 throw new ilTestException(
'return details not implemented for '.__METHOD__);
355 $positions = array();
356 if (is_null(
$pass)) {
359 $result = $ilDB->queryF(
"SELECT value1 FROM tst_solutions WHERE active_fi = %s AND question_fi = %s AND pass = %s",
360 array(
'integer',
'integer',
'integer'),
364 array_push($positions,
$row[
'value1']);
380 include_once
"./Modules/Test/classes/class.ilObjTest.php";
384 $affectedRows = $ilDB->manipulateF(
"DELETE FROM tst_solutions WHERE active_fi = %s AND question_fi = %s AND pass = %s AND value1 = %s",
385 array(
'integer',
'integer',
'integer',
'text'),
386 array($active_id, $this->
getId(),
$pass, $position)
388 if ($affectedRows == 0)
390 $next_id = $ilDB->nextId(
'tst_solutions');
391 $affectedRows = $ilDB->insert(
"tst_solutions", array(
392 "solution_id" => array(
"integer", $next_id),
393 "active_fi" => array(
"integer", $active_id),
394 "question_fi" => array(
"integer", $this->
getId()),
395 "value1" => array(
"clob", $position),
396 "value2" => array(
"clob", null),
397 "pass" => array(
"integer",
$pass),
398 "tstamp" => array(
"integer", time())
401 include_once (
"./Modules/Test/classes/class.ilObjAssessmentFolder.php");
424 include_once
"./Modules/Test/classes/class.ilObjTest.php";
430 $affectedRows = $ilDB->manipulateF(
"DELETE FROM tst_solutions WHERE active_fi = %s AND question_fi = %s AND pass = %s",
431 array(
'integer',
'integer',
'integer'),
435 $entered_values =
false;
438 $selected = split(
",",
$_POST[
"qst_" . $this->
getId()]);
439 foreach ($selected as $position)
441 $next_id = $ilDB->nextId(
'tst_solutions');
442 $affectedRows = $ilDB->insert(
"tst_solutions", array(
443 "solution_id" => array(
"integer", $next_id),
444 "active_fi" => array(
"integer", $active_id),
445 "question_fi" => array(
"integer", $this->
getId()),
446 "value1" => array(
"clob", $position),
447 "value2" => array(
"clob", null),
448 "pass" => array(
"integer",
$pass),
449 "tstamp" => array(
"integer", time())
452 $entered_values =
true;
459 include_once (
"./Modules/Test/classes/class.ilObjAssessmentFolder.php");
467 include_once (
"./Modules/Test/classes/class.ilObjAssessmentFolder.php");
497 return "assErrorText";
507 return "qpl_qst_errortext";
517 return "qpl_a_errortext";
526 $text = parent::getRTETextWithMediaObjects();
543 include_once (
"./Services/Excel/classes/class.ilExcelUtils.php");
548 $selections = array();
550 if (is_array($solutions))
552 foreach ($solutions as $solution)
554 array_push($selections, $solution[
'value1']);
556 $errortext_value = join(
",", $selections);
563 return $startrow + $i + 1;
578 public function fromXML(&$item, &$questionpool_id, &$tst_id, &$tst_object, &$question_counter, &$import_mapping)
580 include_once
"./Modules/TestQuestionPool/classes/import/qti12/class.assErrorTextImport.php";
582 $import->fromXML($item, $questionpool_id, $tst_id, $tst_object, $question_counter, $import_mapping);
591 public function toXML($a_include_header =
true, $a_include_binary =
true, $a_shuffle =
false, $test_output =
false, $force_image_references =
false)
593 include_once
"./Modules/TestQuestionPool/classes/export/qti12/class.assErrorTextExport.php";
595 return $export->toXML($a_include_header, $a_include_binary, $a_shuffle, $test_output, $force_image_references);
605 $user_solution = array();
606 return $user_solution;
611 if (strlen($a_text) == 0)
617 $a_text = str_replace(array(
"((",
"))"), array(
"~",
"~"), $a_text);
621 $r_passage =
"/(~([^~]+)~|#([^\s]+))/";
623 preg_match_all($r_passage, $a_text, $matches);
625 if (is_array($matches[0]) && !empty($matches[0])) {
630 $matches = array_intersect_key($matches, array(2 =>
'', 3 =>
''));
633 $matches[2] = array_diff($matches[2], array(
''));
634 $matches[3] = array_diff($matches[3], array(
''));
637 "passages" => $matches[2],
638 "words" => $matches[3],);
646 include_once
"./Modules/TestQuestionPool/classes/class.assAnswerErrorText.php";
648 $this->errordata = array();
649 foreach ($a_data as $err_type =>
$errors) {
652 foreach (
$errors as $idx => $error) {
656 foreach ($temp as $object) {
657 if (strcmp($object->text_wrong, $error) == 0) {
658 $text_correct = $object->text_correct;
666 ksort($this->errordata);
673 include_once
"./Services/Utilities/classes/class.ilStr.php";
674 if (!is_array($selections)) $selections = array();
675 $textarray = preg_split(
"/[\n\r]+/", $this->
getErrorText());
677 foreach ($textarray as $textidx => $text)
680 $passage_end =
false;
681 $items = preg_split(
"/\s+/", $text);
682 foreach ($items as $idx => $item)
687 ($posHash = strpos($item,
'#')) === 0 ||
688 ($posOpeningBrackets = strpos($item,
'((')) === 0 ||
689 ($posClosingBrackets = strpos($item,
'))')) !==
false 694 if($posHash !==
false)
696 $item = ilStr::substr($item, 1, ilStr::strlen($item) - 1);
697 $passage_end =
false;
699 else if($posOpeningBrackets !==
false)
702 $passage_start_idx = $counter;
703 $items_in_passage = array();
704 $passage_end =
false;
705 $item = ilStr::substr($item, 2, ilStr::strlen($item) - 2);
709 if(strpos($item,
'))') !==
false)
711 $item = str_replace(
"))",
"", $item);
718 $item = str_replace(
"))",
"", $item);
721 if($correct_solution && !$in_passage)
723 $errorobject = $this->errordata[$errorcounter];
724 if (is_object($errorobject) )
726 $item = strlen($errorobject->text_correct) ? $errorobject->text_correct :
' ';
732 if($in_passage && !$passage_end)
734 $items_in_passage[$idx] = $item;
740 if($in_passage && $passage_end)
743 $passage_end =
false;
744 if($correct_solution)
752 $errorobject = $this->errordata[$errorcounter];
753 if (is_object($errorobject) )
755 $item = strlen($errorobject->text_correct) ? $errorobject->text_correct :
' ';
758 $items[$idx] =
'<a class="' . $class .
'" href="#HREF' . $idx .
'" onclick="javascript: return false;">' . ($item ==
' ' ? $item :
ilUtil::prepareFormOutput($item)) .
'</a>' .
$img;
763 $group_selected =
true;
766 $start_idx = $passage_start_idx;
767 foreach($items_in_passage as $tmp_idx => $tmp_item)
771 $group_selected =
false;
781 $group_selected =
false;
786 $item_stack = array();
787 $start_idx = $passage_start_idx;
788 foreach($items_in_passage as $tmp_idx => $tmp_item)
795 $item_stack[] =
'<a class="' . $class .
'" href="#HREF' . $tmp_idx .
'" onclick="javascript: return false;">' .
ilUtil::prepareFormOutput($tmp_item) .
'</a>' .
$img;
807 $img =
' <img src="' .
ilUtil::getImagePath(
"icon_ok.png") .
'" alt="' . $this->lng->txt(
"answer_is_right") .
'" title="' . $this->lng->txt(
"answer_is_right") .
'" /> ';
811 $img =
' <img src="' .
ilUtil::getImagePath(
"icon_not_ok.png") .
'" alt="' . $this->lng->txt(
"answer_is_wrong") .
'" title="' . $this->lng->txt(
"answer_is_wrong") .
'" /> ';
815 $item_stack[] =
'<a class="' . $class .
'" href="#HREF' . $idx .
'" onclick="javascript: return false;">' . ($item ==
' ' ? $item :
ilUtil::prepareFormOutput($item)) .
'</a>' .
$img;
816 $item_stack = trim(implode(
" ", $item_stack));
817 $item_stack = strlen($item_stack) ? $item_stack :
' ';
821 $items[$idx] =
'<span class="selGroup">'.$item_stack.
'</span>';
825 $items[$idx] = $item_stack;
842 $img =
' <img src="' .
ilUtil::getImagePath(
"icon_ok.png") .
'" alt="' . $this->lng->txt(
"answer_is_right") .
'" title="' . $this->lng->txt(
"answer_is_right") .
'" /> ';
846 $img =
' <img src="' .
ilUtil::getImagePath(
"icon_not_ok.png") .
'" alt="' . $this->lng->txt(
"answer_is_wrong") .
'" title="' . $this->lng->txt(
"answer_is_wrong") .
'" /> ';
851 $items[$idx] =
'<a class="' . $class .
'" href="#HREF' . $idx .
'" onclick="javascript: return false;">' . ($item ==
' ' ? $item :
ilUtil::prepareFormOutput($item)) .
'</a>' .
$img;
854 $textarray[$textidx] =
'<p>' . implode(
" ", $items) .
'</p>';
857 return implode(
"\n", $textarray);
862 foreach($selection as
$data)
864 if( !is_array($data) )
866 if($counter == $data)
871 elseif( in_array($counter, $data) )
884 include_once
"./Services/Utilities/classes/class.ilStr.php";
885 if (!is_array($selections)) $selections = array();
886 $textarray = preg_split(
"/[\n\r]+/", $this->
getErrorText());
887 foreach ($textarray as $textidx => $text)
889 $items = preg_split(
"/\s+/", $text);
890 foreach ($items as $idx => $item)
892 if (($posHash = strpos($item,
'#')) === 0
893 || ($posOpeningBrackets = strpos($item,
'((')) === 0
894 || ($posClosingBrackets = strpos($item,
'))')) !==
false) {
897 if ($posHash !==
false)
898 $item = ilStr::substr($item, 1, ilStr::strlen($item) - 1);
899 elseif ($posOpeningBrackets !==
false) {
900 $item = ilStr::substr($item, 2, ilStr::strlen($item) - 2);
904 if (strpos($item,
'))') !==
false)
905 $item = ilStr::substr($item, 0, ilStr::strlen($item) - 2);
909 if ($item{$posClosingBrackets+2} ==
',')
912 $item = ilStr::substr($item, 0, $posClosingBrackets) . $appendComma;
917 if (in_array($counter, $selections))
922 if (in_array($counter, $selections))
926 $items[$idx] = $word;
929 $textarray[$textidx] = join($items,
" ");
931 return join($textarray,
"\n");
940 $textarray = preg_split(
"/[\n\r]+/", $this->
getErrorText());
941 foreach ($textarray as $textidx => $text)
943 $items = preg_split(
"/\s+/", $text);
945 foreach ($items as $word)
948 $isErrorItem =
false;
949 if (strpos($word,
'#') === 0)
952 $errorobject = $this->errordata[$errorcounter];
953 if (is_object($errorobject))
955 $points = $errorobject->points;
960 elseif (($posOpeningBracket = strpos($word,
'((')) === 0
961 || ($posClosingBracket = strpos($word,
'))')) !==
false 966 if ($posOpeningBracket !==
false)
968 $passages[] = array(
'begin_pos' => $counter,
'cnt_words' => 0);
971 elseif ($posClosingBracket !==
false)
974 $cur_pidx = count($passages) - 1;
975 $passages[$cur_pidx][
'end_pos'] = $counter;
977 $errorobject = $this->errordata[$errorcounter];
978 if (is_object($errorobject))
980 $passages[$cur_pidx][
'score'] = $errorobject->points;
981 $passages[$cur_pidx][
'isError'] =
true;
987 $cur_pidx = count($passages) - 1;
988 $passages[$cur_pidx][
'cnt_words']++;
992 $words[$counter] = array(
"word" => $word,
"points" =>
$points,
"isError" => $isErrorItem);
997 $selections = array();
998 foreach ($passages as $cnt => $pdata)
1000 if (!$withPositivePointsOnly && $pdata[
'isError'] || $withPositivePointsOnly && $pdata[
'score'] > 0)
1002 $indexes = range($pdata[
'begin_pos'], $pdata[
'end_pos']);
1003 $selections[$pdata[
'begin_pos']] = $indexes;
1007 foreach ($words as $idx => $word)
1009 if (!$withPositivePointsOnly && $word[
'isError'] || $withPositivePointsOnly && $word[
'points'] > 0)
1011 $selections[$idx] = array($idx);
1017 $selections = array_values($selections);
1024 $passages = array();
1028 $textarray = preg_split(
"/[\n\r]+/", $this->
getErrorText());
1029 foreach ($textarray as $textidx => $text)
1031 $items = preg_split(
"/\s+/", $text);
1033 foreach ($items as $word)
1036 if (strpos($word,
'#') === 0)
1039 $errorobject = $this->errordata[$errorcounter];
1040 if (is_object($errorobject))
1042 $points = $errorobject->points;
1046 elseif (($posOpeningBracket = strpos($word,
'((')) === 0
1047 || ($posClosingBracket = strpos($word,
'))')) !==
false 1052 if ($posOpeningBracket !==
false)
1054 $passages[] = array(
'begin_pos' => $counter,
'cnt_words' => 0);
1057 elseif ($posClosingBracket !==
false)
1060 $cur_pidx = count($passages) - 1;
1061 $passages[$cur_pidx][
'end_pos'] = $counter;
1063 $errorobject = $this->errordata[$errorcounter];
1064 if (is_object($errorobject))
1066 $passages[$cur_pidx][
'score'] = $errorobject->points;
1071 $cur_pidx = count($passages) - 1;
1072 $passages[$cur_pidx][
'cnt_words']++;
1076 $words[$counter] = array(
"word" => $word,
"points" =>
$points);
1083 foreach ($positions as $position)
1088 $total += $words[$position][
'points'];
1091 foreach ($passages as $cnt => $p_data)
1097 $isSelected = in_array($p_data[
'begin_pos'], $positions);
1099 for ($i = 0; $i < $p_data[
'cnt_words']; $i++)
1101 $current_pos = $p_data[
'begin_pos'] + $i;
1102 $isSelected = $isSelected && in_array($current_pos, $positions);
1105 $total += $isSelected ? $p_data[
'score'] : 0;
1116 $this->errordata = array();
1121 include_once
"./Modules/TestQuestionPool/classes/class.assAnswerErrorText.php";
1152 $this->errortext = $a_value;
1173 if($a_value === null)
1177 $this->textsize = $a_value;
1197 $this->points_wrong = $a_value;
1213 case "points_wrong":
1217 return parent::__get($value);
1235 case "points_wrong":
1239 parent::__set($key, $value);
1250 include_once(
"./Services/RTE/classes/class.ilRTE.php");
1260 "onenotcorrect" => $this->feedbackOBJ->getGenericFeedbackTestPresentation($this->getId(),
false),
1261 "allcorrect" => $this->feedbackOBJ->getGenericFeedbackTestPresentation($this->getId(),
true)
1267 array_push($answers, array(
1268 "answertext_wrong" => (
string) $answer_obj->text_wrong,
1269 "answertext_correct" => (
string) $answer_obj->text_correct,
1270 "points" => (
float)$answer_obj->points,
1271 "order" => (
int)$idx+1
1274 $result[
'correct_answers'] = $answers;
1277 $textarray = preg_split(
"/[\n\r]+/", $this->
getErrorText());
1278 foreach ($textarray as $textidx => $text)
1280 $items = preg_split(
"/\s+/", trim($text));
1281 foreach ($items as $idx => $item)
1283 if(substr($item, 0, 1) ==
"#")
1285 $item = substr($item, 1);
1288 foreach(
$result[
"correct_answers"] as $aidx => $answer)
1290 if($answer[
"answertext_wrong"] == $item && !$answer[
"pos"])
1292 $result[
"correct_answers"][$aidx][
"pos"] = $this->
getId().
"_".$textidx.
"_".($idx+1);
1297 array_push($answers, array(
1299 "order" => $this->
getId().
"_".$textidx.
"_".($idx+1)
1302 if($textidx !=
sizeof($textarray)-1)
1304 array_push($answers, array(
1305 "answertext" =>
"###",
1306 "order" => $this->
getId().
"_".$textidx.
"_".($idx+2)
1310 $result[
'answers'] = $answers;
getErrorText()
Get error text.
getId()
Gets the id of the assQuestion object.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
getErrorData()
Get error data.
static _getOriginalId($question_id)
Returns the original id of a question.
formatSAQuestion($a_q)
Format self assessment question.
setTextSize($a_value)
Set text size in percent.
toJSON()
Returns a JSON representation of the question.
reworkWorkingData($active_id, $pass, $obligationsAnswered)
Reworks the allready saved working data if neccessary.
saveWorkingData($active_id, $pass=NULL)
Saves the learners input of the question to the database.
getTextSize()
Set text size in percent.
& getSolutionValues($active_id, $pass=NULL)
Loads solutions of a given user from the database an returns it.
createErrorTextExport($selections=null)
Abstract basic class which is to be extended by the concrete assessment question type classes...
_getPass($active_id)
Retrieves the actual pass of a given user for a given test.
loadFromDb($question_id)
Loads the object from the database.
_convert_text($a_text, $a_target="has been removed")
getRTETextWithMediaObjects()
Collects all text in the question which could contain media objects which were created with the Rich ...
toXML($a_include_header=true, $a_include_binary=true, $a_shuffle=false, $test_output=false, $force_image_references=false)
Returns a QTI xml representation of the question and sets the internal domxml variable with the DOM X...
__get($value)
Object getter.
saveToDb($original_id="")
Saves a the object to the database.
isTokenSelected($counter, array $selection)
getErrorsFromText($a_text="")
setId($id=-1)
Sets the id of the assQuestion object.
setErrorText($a_value)
Set error text.
getSolutionMaxPass($active_id)
Returns the maximum pass a users question solution.
setEstimatedWorkingTime($hour=0, $min=0, $sec=0)
Sets the estimated working time of a question.
copyObject($target_questionpool_id, $title="")
Copies an object.
getQuestionType()
Returns the question type of the question.
Class for error text answers.
calculateReachedPoints($active_id, $pass=NULL, $returndetails=FALSE)
Returns the points, a learner has reached answering the question.
setNrOfTries($a_nr_of_tries)
_enabledAssessmentLogging()
check wether assessment logging is enabled or not
fromXML(&$item, &$questionpool_id, &$tst_id, &$tst_object, &$question_counter, &$import_mapping)
Creates a question from a QTI file.
setAdditionalContentEditingMode($additinalContentEditingMode)
setter for additional content editing mode for this question
Class for error text question exports.
__construct( $title='', $comment='', $author='', $owner=-1, $question='')
assErorText constructor
getObjId()
Get the object id of the container object.
getShuffle()
Gets the shuffle flag.
Base Exception for all Exceptions relating to Modules/Test.
getPointsWrong()
Get wrong points.
isComplete()
Returns true, if a single choice question is complete for use.
fetchAssoc($a_set)
Fetch row as associative array from result set.
setAuthor($author="")
Sets the authors name of the assQuestion object.
getPointsForSelectedPositions($positions)
setExportDetailsXLS(&$worksheet, $startrow, $active_id, $pass, &$format_title, &$format_bold)
Creates an Excel worksheet for the detailed cumulated results of this question.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
getBestSolution($active_id, $pass)
Returns the best solution for a given pass of a participant.
setPointsWrong($a_value)
Set wrong points.
Class for error text questions.
duplicate($for_test=true, $title="", $author="", $owner="", $testObjId=null)
Duplicates the object.
saveAnswerSpecificDataToDb()
getQuestion()
Gets the question string of the question object.
getAdditionalTableName()
Returns the name of the additional question data table in the database.
_getLogLanguage()
retrieve the log language for assessment logging
getMaximumPoints()
Returns the maximum points, a learner can reach answering the question.
setPoints($a_points)
Sets the maximum available points for the question.
saveQuestionDataToDb($original_id="")
static _replaceMediaObjectImageSrc($a_text, $a_direction=0)
replaces image source from mob image urls with the mob id or replaces mob id with the correct image s...
while($lm_rec=$ilDB->fetchAssoc($lm_set)) $data
createNewOriginalFromThisDuplicate($targetParentId, $targetQuestionTitle="")
setQuestion($question="")
Sets the question string of the question object.
getBestSelection($withPositivePointsOnly=true)
createErrorTextOutput($selections=null, $graphicalOutput=false, $correct_solution=false)
setOriginalId($original_id)
__set($key, $value)
Object setter.
logAction($logtext="", $active_id="", $question_id="")
Logs an action into the Test&Assessment log.
getTitle()
Gets the title string of the assQuestion object.
saveAdditionalQuestionDataToDb()
Saves the data for the additional data table.
addErrorData($text_wrong, $text_correct, $points)
setTitle($title="")
Sets the title string of the assQuestion object.
setObjId($obj_id=0)
Set the object id of the container object.
flushErrorData()
Flush error data.
setComment($comment="")
Sets the comment string of the assQuestion object.
getAnswerTableName()
Returns the name of the answer table in the database.
toggleSelection($position, $active_id, $pass=null)
Change the selection during a test when a user selects/deselects a word without using javascript...
Class for error text question imports.
setOwner($owner="")
Sets the creator/owner ID of the assQuestion object.