19 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
89 $this->answers = array();
91 $this->feedback_setting = 2;
102 if (strlen($this->title) and ($this->author) and ($this->question) and (count($this->answers)) and ($this->
getMaximumPoints() > 0)) {
103 foreach ($this->answers as $answer) {
104 if ((strlen($answer->getAnswertext()) == 0) && (strlen($answer->getImage()) == 0)) {
124 $ilDB = $DIC[
'ilDB'];
135 $result =
$ilDB->queryF(
138 array($this->
getId())
140 if ($result->numRows() == 1) {
142 $oldthumbsize =
$data[
'thumb_size'];
161 if (strlen($answer->getImage())) {
180 switch (strtoupper($path_info[
'extension'])) {
205 $ilDB = $DIC[
'ilDB'];
207 $result =
$ilDB->queryF(
212 if ($result->numRows() == 1) {
214 $this->
setId($question_id);
230 $this->lastChange =
$data[
'tstamp'];
231 $this->feedback_setting =
$data[
'feedback_setting'];
245 $result =
$ilDB->queryF(
246 "SELECT * FROM qpl_a_sc WHERE question_fi = %s ORDER BY aorder ASC",
251 if ($result->numRows() > 0) {
254 if (!@file_exists($imagefilename)) {
255 $data[
"imagefile"] =
"";
267 $this->answers[] = $image;
271 parent::loadFromDb($question_id);
281 if ($this->
id <= 0) {
286 $this_id = $this->
getId();
293 if ((
int) $testObjId > 0) {
294 $clone->setObjId($testObjId);
314 $clone->copyPageOfQuestion($this_id);
317 $clone->copyXHTMLMediaObjectsOfQuestion($this_id);
319 $clone->duplicateImages($this_id, $thisObjId);
321 $clone->onDuplicate($thisObjId, $this_id, $clone->getObjId(), $clone->getId());
333 if ($this->
getId() <= 0) {
334 throw new RuntimeException(
'The question has not been saved. It cannot be duplicated');
340 $source_questionpool_id = $this->
getObjId();
341 $clone->setObjId($target_questionpool_id);
351 $clone->copyImages(
$original_id, $source_questionpool_id);
353 $clone->onCopy($source_questionpool_id,
$original_id, $clone->getObjId(), $clone->getId());
360 if ($this->
getId() <= 0) {
361 throw new RuntimeException(
'The question has not been saved. It cannot be duplicated');
365 $sourceParentId = $this->
getObjId();
371 $clone->setObjId($targetParentId);
373 if ($targetQuestionTitle) {
374 $clone->setTitle($targetQuestionTitle);
379 $clone->copyPageOfQuestion($sourceQuestionId);
381 $clone->copyXHTMLMediaObjectsOfQuestion($sourceQuestionId);
383 $clone->copyImages($sourceQuestionId, $sourceParentId);
385 $clone->onCopy($sourceParentId, $sourceQuestionId, $clone->getObjId(), $clone->getId());
435 if (array_key_exists($order, $this->answers)) {
438 $newchoices = array();
439 for (
$i = 0;
$i < $order;
$i++) {
440 $newchoices[] = $this->answers[
$i];
442 $newchoices[] = $answer;
443 for (
$i = $order, $iMax = count($this->answers);
$i < $iMax;
$i++) {
444 $changed = $this->answers[
$i];
445 $changed->setOrder(
$i + 1);
446 $newchoices[] = $changed;
448 $this->answers = $newchoices;
453 count($this->answers),
458 $this->answers[] = $answer;
471 return count($this->answers);
488 if (count($this->answers) < 1) {
491 if (
$index >= count($this->answers)) {
495 return $this->answers[
$index];
511 if (count($this->answers) < 1) {
514 if (
$index >= count($this->answers)) {
517 $answer = $this->answers[
$index];
518 if (strlen($answer->getImage())) {
521 unset($this->answers[
$index]);
522 $this->answers = array_values($this->answers);
523 for (
$i = 0, $iMax = count($this->answers);
$i < $iMax;
$i++) {
524 if ($this->answers[
$i]->getOrder() > $index) {
525 $this->answers[
$i]->setOrder(
$i);
538 $this->answers = array();
550 foreach ($this->answers as
$key => $value) {
551 if ($value->getPoints() >
$points) {
570 if ($returndetails) {
571 throw new ilTestException(
'return details not implemented for ' . __METHOD__);
575 $ilDB = $DIC[
'ilDB'];
577 $found_values = array();
578 if (is_null($pass)) {
583 if (strcmp(
$data[
"value1"],
"") != 0) {
584 array_push($found_values,
$data[
"value1"]);
588 foreach ($this->answers as
$key => $answer) {
589 if (count($found_values) > 0) {
590 if (in_array(
$key, $found_values)) {
591 $points += $answer->getPoints();
605 foreach ($this->answers as
$key => $answer) {
606 if (is_numeric($participantSolution) &&
$key == $participantSolution) {
607 $points = $answer->getPoints();
626 $ilDB = $DIC[
'ilDB'];
629 if (is_null($pass)) {
635 $this->
getProcessLocker()->executeUserSolutionUpdateLockOperation(
function () use (&$entered_values,
$ilDB, $active_id, $pass, $authorized) {
639 if (
$ilDB->numRows($result)) {
640 $row =
$ilDB->fetchAssoc($result);
644 $multiple_choice_result = $this->
http->wrapper()->post()->has(
'multiple_choice_result') ?
645 $this->
http->wrapper()->post()->retrieve(
'multiple_choice_result', $this->
refinery->kindlyTo()->string()) :
649 if ($multiple_choice_result !==
'') {
656 if ($multiple_choice_result !==
'') {
663 if ($entered_values) {
667 "log_user_entered_values",
669 ), $active_id, $this->
getId());
675 "log_user_not_entered_values",
677 ), $active_id, $this->
getId());
686 $mc_result_key =
'multiple_choice_result' . $this->
getId() .
'ID';
688 $this->
http->wrapper()->post()->has($mc_result_key) &&
689 ($mc_result = $this->
http->wrapper()->post()->retrieve($mc_result_key, $this->
refinery->kindlyTo()->string())) !==
'' 701 $ilDB = $DIC[
'ilDB'];
707 array( $this->
getId() )
712 ) .
" (question_fi, shuffle, allow_images, thumb_size) VALUES (%s, %s, %s, %s)",
713 array(
"integer",
"text",
"text",
"integer" ),
732 $ilDB = $DIC[
'ilDB'];
738 $result =
$ilDB->queryF(
739 "SELECT * FROM qpl_fb_specific WHERE question_fi = %s",
743 $db_feedback =
$ilDB->fetchAll($result);
748 $result =
$ilDB->queryF(
749 "SELECT answer_id, aorder FROM qpl_a_sc WHERE question_fi = %s",
753 $db_answers =
$ilDB->fetchAll($result);
756 $post_answer_order_for_id = [];
757 foreach ($this->answers as $answer) {
759 if ($answer->getId() !== null && !in_array($answer->getId(), array_keys($post_answer_order_for_id))) {
761 if ($answer->getId() == -1) {
764 $post_answer_order_for_id[$answer->getId()] = $answer->getOrder();
770 if (
sizeof($post_answer_order_for_id) >= 1) {
771 $db_answer_order_for_id = [];
772 $db_answer_id_for_order = [];
773 foreach ($db_answers as $db_answer) {
774 $db_answer_order_for_id[intval($db_answer[
'answer_id'])] = intval($db_answer[
'aorder']);
775 $db_answer_id_for_order[intval($db_answer[
'aorder'])] = intval($db_answer[
'answer_id']);
781 $db_answer_ids = array_keys($db_answer_order_for_id);
782 $post_answer_ids = array_keys($post_answer_order_for_id);
783 $diff_db_post_answer_ids = array_diff($db_answer_ids, $post_answer_ids);
784 $unused_answer_ids = array_keys($diff_db_post_answer_ids);
787 $this->feedbackOBJ->deleteSpecificAnswerFeedbacks($this->
getId(),
false);
789 foreach ($db_feedback as $feedback_option) {
791 if (in_array(intval($feedback_option[
'answer']), $unused_answer_ids)) {
796 $feedback_order_db = intval($feedback_option[
'answer']);
797 $db_answer_id = $db_answer_id_for_order[$feedback_order_db];
801 if (is_null($db_answer_id) || $db_answer_id < 0) {
804 $feedback_order_post = $post_answer_order_for_id[$db_answer_id];
805 $feedback_option[
'answer'] = $feedback_order_post;
808 $next_id =
$ilDB->nextId(
'qpl_fb_specific');
810 "INSERT INTO qpl_fb_specific (feedback_id, question_fi, answer, tstamp, feedback, question) 811 VALUES (%s, %s, %s, %s, %s, %s)",
812 [
'integer',
'integer',
'integer',
'integer',
'text',
'integer'],
815 $feedback_option[
'question_fi'],
816 $feedback_option[
'answer'],
818 $feedback_option[
'feedback'],
819 $feedback_option[
'question']
828 "DELETE FROM qpl_a_sc WHERE question_fi = %s",
834 foreach ($this->answers as
$key => $value) {
836 $answer_obj = $this->answers[
$key];
837 $next_id =
$ilDB->nextId(
'qpl_a_sc');
839 "INSERT INTO qpl_a_sc (answer_id, question_fi, answertext, points, aorder, imagefile, tstamp) VALUES (%s, %s, %s, %s, %s, %s, %s)",
840 [
'integer',
'integer',
'text',
'float',
'integer',
'text',
'integer'],
845 $answer_obj->getPoints(),
846 $answer_obj->getOrder(),
847 $answer_obj->getImage(),
863 return "assSingleChoice";
899 if (!empty($image_tempfilename)) {
900 $image_filename = str_replace(
" ",
"_", $image_filename);
902 if (!file_exists($imagepath)) {
910 if (!preg_match(
"/^image/", $mimetype)) {
911 unlink($imagepath . $image_filename);
933 @unlink($imagepath . $image_filename);
934 $thumbpath = $imagepath . $this->
getThumbPrefix() . $image_filename;
943 $imagepath_original = str_replace(
"/$this->id/images",
"/$question_id/images", $imagepath);
945 if ((
int) $objectId > 0) {
946 $imagepath_original = str_replace(
"/$this->obj_id/",
"/$objectId/", $imagepath_original);
949 foreach ($this->answers as $answer) {
952 if (!file_exists($imagepath)) {
955 if (!@copy($imagepath_original .
$filename, $imagepath . $filename)) {
956 $ilLog->write(
"image could not be duplicated!!!!",
$ilLog->ERROR);
957 $ilLog->write(
"object: " . print_r($this,
true),
$ilLog->ERROR);
959 if (@file_exists($imagepath_original . $this->
getThumbPrefix() . $filename)) {
961 $ilLog->write(
"image thumbnail could not be duplicated!!!!",
$ilLog->ERROR);
962 $ilLog->write(
"object: " . print_r($this,
true),
$ilLog->ERROR);
969 public function copyImages($question_id, $source_questionpool):
void 976 $imagepath_original = str_replace(
"/$this->id/images",
"/$question_id/images", $imagepath);
977 $imagepath_original = str_replace(
"/$this->obj_id/",
"/$source_questionpool/", $imagepath_original);
978 foreach ($this->answers as $answer) {
981 if (!file_exists($imagepath)) {
985 if (file_exists($imagepath_original .
$filename)) {
986 if (!copy($imagepath_original . $filename, $imagepath . $filename)) {
988 "Could not clone source image '%s' to '%s' (srcQuestionId: %s|tgtQuestionId: %s|srcParentObjId: %s|tgtParentObjId: %s)",
989 $imagepath_original . $filename,
990 $imagepath . $filename,
993 $source_questionpool,
999 if (file_exists($imagepath_original . $this->
getThumbPrefix() . $filename)) {
1002 "Could not clone thumbnail source image '%s' to '%s' (srcQuestionId: %s|tgtQuestionId: %s|srcParentObjId: %s|tgtParentObjId: %s)",
1007 $source_questionpool,
1025 $imagepath_original = str_replace(
"/$this->id/images",
"/$question_id/images", $imagepath);
1027 foreach ($this->answers as $answer) {
1030 if (@file_exists($imagepath .
$filename)) {
1031 if (!file_exists($imagepath)) {
1034 if (!file_exists($imagepath_original)) {
1037 if (!@copy($imagepath . $filename, $imagepath_original . $filename)) {
1038 $ilLog->write(
"image could not be duplicated!!!!",
$ilLog->ERROR);
1039 $ilLog->write(
"object: " . print_r($this,
true),
$ilLog->ERROR);
1042 if (@file_exists($imagepath . $this->
getThumbPrefix() . $filename)) {
1044 $ilLog->write(
"image thumbnail could not be duplicated!!!!",
$ilLog->ERROR);
1045 $ilLog->write(
"object: " . print_r($this,
true),
$ilLog->ERROR);
1058 $text = parent::getRTETextWithMediaObjects();
1059 foreach ($this->answers as
$index => $answer) {
1060 $text .= $this->feedbackOBJ->getSpecificAnswerFeedbackContent($this->
getId(), 0,
$index);
1061 $answer_obj = $this->answers[
$index];
1062 $text .= $answer_obj->getAnswertext();
1080 parent::setExportDetailsXLS($worksheet, $startrow, $active_id, $pass);
1085 $worksheet->
setCell($startrow +
$i, 0, $answer->getAnswertext());
1088 count($solution) > 0 &&
1089 isset($solution[0]) &&
1090 is_array($solution[0]) &&
1091 strlen($solution[0][
'value1']) > 0 &&
$id == $solution[0][
'value1']
1093 $worksheet->
setCell($startrow +
$i, 2, 1);
1095 $worksheet->
setCell($startrow +
$i, 2, 0);
1100 return $startrow +
$i + 1;
1120 $result[
'id'] = $this->
getId();
1127 $result[
'feedback'] = array(
1128 'onenotcorrect' => $this->
formatSAQuestion($this->feedbackOBJ->getGenericFeedbackTestPresentation($this->getId(),
false)),
1129 'allcorrect' => $this->
formatSAQuestion($this->feedbackOBJ->getGenericFeedbackTestPresentation($this->getId(),
true))
1135 if ((
string) $answer_obj->getImage()) {
1138 array_push($answers, array(
1140 'html_id' => $this->
getId() .
'_' .
$key,
1141 "points" => (float) $answer_obj->getPoints(),
1142 "order" => (
int) $answer_obj->getOrder(),
1143 "image" => (string) $answer_obj->getImage(),
1145 $this->feedbackOBJ->getSpecificAnswerFeedbackExportPresentation($this->getId(), 0,
$key)
1156 $result[
'mobs'] =
$mobs;
1158 return json_encode($result);
1163 $answer = $this->answers[
$index];
1164 if (is_object($answer)) {
1166 $answer->setImage(
'');
1175 $multilineAnswerSetting =
$ilUser->getPref(
"tst_multiline_answers");
1176 if ($multilineAnswerSetting != 1) {
1177 $multilineAnswerSetting = 0;
1179 return $multilineAnswerSetting;
1186 $ilUser->writePref(
"tst_multiline_answers", (
string) $a_setting);
1200 $this->feedback_setting = $a_feedback_setting;
1214 if ($this->feedback_setting) {
1223 return 'feedback_correct_sc_mc';
1240 return $numExistingSolutionRecords > 0;
1296 $ilDB = $DIC[
'ilDB'];
1301 if ($maxStep !== null) {
1303 "SELECT * FROM tst_solutions WHERE active_fi = %s AND pass = %s AND question_fi = %s AND step = %s",
1304 array(
"integer",
"integer",
"integer",
"integer"),
1305 array($active_id, $pass, $this->
getId(), $maxStep)
1309 "SELECT * FROM tst_solutions WHERE active_fi = %s AND pass = %s AND question_fi = %s",
1310 array(
"integer",
"integer",
"integer"),
1311 array($active_id, $pass, $this->
getId())
1319 $result->addKeyValue($row[
"value1"], $row[
"value1"]);
1325 $result->setReachedPercentage((
$points / $max_points) * 100);
1350 parent::afterSyncWithOriginal($origQuestionId, $dupQuestionId, $origParentObjId, $dupParentObjId);
1352 $origImagePath = $this->
buildImagePath($origQuestionId, $origParentObjId);
1353 $dupImagePath = $this->
buildImagePath($dupQuestionId, $dupParentObjId);
1356 if (is_dir($dupImagePath)) {
static _replaceMediaObjectImageSrc(string $a_text, int $a_direction=0, string $nic='')
Replaces image source from mob image urls with the mob id or replaces mob id with the correct image s...
getSolutionValues($active_id, $pass=null, bool $authorized=true)
Loads solutions of a given user from the database an returns it.
setNrOfTries(int $a_nr_of_tries)
getSpecificFeedbackAllCorrectOptionLabel()
getOutputType()
Gets the single choice output type which is either OUTPUT_ORDER (=0) or OUTPUT_RANDOM (=1)...
static getInstance($identifier)
generateThumbForFile($path, $file)
const PercentageResultExpression
removeAnswerImage($index)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getMaximumPoints()
Returns the maximum points, a learner can reach answering the question.
static _getPass($active_id)
Retrieves the actual pass of a given user for a given test.
const NumberOfResultExpression
saveAdditionalQuestionDataToDb()
Saves a record to the question types additional data table.
setExportDetailsXLS(ilAssExcelFormatHelper $worksheet, int $startrow, int $active_id, int $pass)
{}
Abstract basic class which is to be extended by the concrete assessment question type classes...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setOutputType($output_type=OUTPUT_ORDER)
Sets the output type of the assSingleChoice object.
setMultilineAnswerSetting($a_setting=0)
& getAnswers()
Returns a reference to the answers array.
afterSyncWithOriginal($origQuestionId, $dupQuestionId, $origParentObjId, $dupParentObjId)
{}
getAnswerCount()
Returns the number of answers.
getColumnCoord(int $a_col)
Get column "name" from number.
ensureNonNegativePoints($points)
bool $shuffle
Indicates whether the answers will be shuffled or not.
getAvailableAnswerOptions($index=null)
If index is null, the function returns an array with all anwser options Else it returns the specific ...
isComplete()
Returns true, if a single choice question is complete for use.
copyObject($target_questionpool_id, $title="")
Copies an assSingleChoice object.
getQuestionType()
Returns the question type of the question.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAnswerTableName()
Returns the name of the answer table in the database.
getImagePathWeb()
Returns the web image path for web accessable images of a question.
setThumbSize(int $a_size)
static rCopy(string $a_sdir, string $a_tdir, bool $preserveTimeAttributes=false)
Copies content of a directory $a_sdir recursively to a directory $a_tdir.
static _getOriginalId(int $question_id)
migrateToLmContent($content)
static getNumExistingSolutionRecords(int $activeId, int $pass, int $questionId)
getAdditionalContentEditingMode()
loadFromDb($question_id)
Loads a assSingleChoice object from a database.
getParticipantsSolution()
getUserQuestionResult($active_id, $pass)
Get the user solution for a question by active_id and the test pass.
setSpecificFeedbackSetting($a_feedback_setting)
Sets the feedback settings in effect for the question.
static makeDirParents(string $a_dir)
Create a new directory and all parent directories.
getAnswer($index=0)
Returns an answer with a given index.
setComment(string $comment="")
getOperators($expression)
Get all available operations for a specific question.
setIsSingleline(bool $isSingleline)
float $points
The maximum available points for the question.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getMultilineAnswerSetting()
saveWorkingData($active_id, $pass=null, $authorized=true)
Saves the learners input of the question to the database.
setFeedbackSetting(int $feedback_setting)
getSpecificFeedbackSetting()
Gets the current feedback settings in effect for the question.
updateCurrentSolution(int $solutionId, $value1, $value2, bool $authorized=true)
setParticipantsSolution($participantSolution)
createNewOriginalFromThisDuplicate($targetParentId, $targetQuestionTitle="")
deleteImage($image_filename)
Deletes an image file.
saveCurrentSolution(int $active_id, int $pass, $value1, $value2, bool $authorized=true, $tstamp=0)
setBold(string $a_coords)
Set cell(s) to bold.
calculateReachedPointsFromPreviewSession(ilAssQuestionPreviewSession $previewSession)
static _enabledAssessmentLogging()
static http()
Fetches the global http state from ILIAS.
getImagePath($question_id=null, $object_id=null)
Returns the image path for web accessable images of a question.
addAnswer( $answertext="", $points=0.0, $order=0, $answerimage="", $answer_id=-1)
Adds a possible answer for a single choice question.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static logAction(string $logtext, int $active_id, int $question_id)
removeSolutionRecordById(int $solutionId)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static delDir(string $a_dir, bool $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively
deleteAnswer($index=0)
Deletes an answer with a given index.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
toJSON()
Returns a JSON representation of the question.
isAnswered(int $active_id, int $pass)
returns boolean wether the question is answered during test pass or not
__construct( $title="", $comment="", $author="", $owner=-1, $question="", $output_type=OUTPUT_ORDER)
assSingleChoice constructor
syncImages()
Sync images of a MC question on synchronisation with the original question.
flushAnswers()
Deletes all answers.
static moveUploadedFile(string $a_file, string $a_name, string $a_target, bool $a_raise_errors=true, string $a_mode="move_uploaded")
move uploaded file
string $question
The question text.
static convertImage(string $a_from, string $a_to, string $a_target_format="", string $a_geometry="", string $a_background_color="")
convert image
getAdditionalTableName()
Returns the name of the additional question data table in the database.
lmMigrateQuestionTypeSpecificContent(ilAssSelfAssessmentMigrator $migrator)
static getOperatorsByExpression($expression)
saveAnswerSpecificDataToDb()
Saves the answer specific records into a question types answer table.
deductHintPointsFromReachedPoints(ilAssQuestionPreviewSession $previewSession, $reachedPoints)
getRTETextWithMediaObjects()
Collects all text in the question which could contain media objects which were created with the Rich ...
calculateReachedPoints($active_id, $pass=null, $authorizedSolution=true, $returndetails=false)
Returns the points, a learner has reached answering the question.
saveQuestionDataToDb(int $original_id=-1)
getSolutionMaxPass(int $active_id)
setImageFile($image_filename, $image_tempfilename="")
Sets the image file and uploads the image to the object's image directory.
duplicateImages($question_id, $objectId=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
setOriginalId(?int $original_id)
buildImagePath($questionId, $parentObjectId)
setTitle(string $title="")
getExpressionTypes()
Get all available expression types for a specific question.
setLifecycle(ilAssQuestionLifecycle $lifecycle)
getCurrentSolutionResultSet(int $active_id, int $pass, bool $authorized=true)
ILIAS DI LoggingServices $ilLog
getHtmlQuestionContentPurifier()
lookupMaxStep(int $active_id, int $pass)
setAuthor(string $author="")
setShuffle(?bool $shuffle=true)
setAdditionalContentEditingMode(?string $additionalContentEditingMode)
static getDraftInstance()
static isObligationPossible(int $questionId)
returns boolean wether it is possible to set this question type as obligatory or not considering the ...
savePreviewData(ilAssQuestionPreviewSession $previewSession)
duplicate(bool $for_test=true, string $title="", string $author="", string $owner="", $testObjId=null)
Duplicates an assSingleChoiceQuestion.
setQuestion(string $question="")
const EmptyAnswerExpression