ILIAS  release_7 Revision v7.30-3-g800a261c036
assImagemapQuestion Class Reference

Class for image map questions. More...

+ Inheritance diagram for assImagemapQuestion:
+ Collaboration diagram for assImagemapQuestion:

Public Member Functions

 __construct ( $title="", $comment="", $author="", $owner=-1, $question="", $image_filename="")
 assImagemapQuestion constructor More...
 
 setIsMultipleChoice ($is_multiple_choice)
 Set true if the Imagemapquestion is a multiplechoice Question. More...
 
 getIsMultipleChoice ()
 Returns true, if the imagemap question is a multiplechoice question. More...
 
 isComplete ()
 Returns true, if a imagemap question is complete for use. More...
 
 saveToDb ($original_id="")
 Saves an assImagemapQuestion object to a database. More...
 
 saveAnswerSpecificDataToDb ()
 Saves the answer specific records into a question types answer table. More...
 
 saveAdditionalQuestionDataToDb ()
 Saves a record to the question types additional data table. More...
 
 duplicate ($for_test=true, $title="", $author="", $owner="", $testObjId=null)
 Duplicates an assImagemapQuestion. More...
 
 copyObject ($target_questionpool_id, $title="")
 Copies an assImagemapQuestion object. More...
 
 createNewOriginalFromThisDuplicate ($targetParentId, $targetQuestionTitle="")
 
 duplicateImage ($question_id, $objectId=null)
 
 copyImage ($question_id, $source_questionpool)
 
 loadFromDb ($question_id)
 Loads a assImagemapQuestion object from a database. More...
 
 uploadImagemap (array $shapes)
 Uploads an image map and takes over the areas. More...
 
 getImageFilename ()
 
 setImageFilename ($image_filename, $image_tempfilename="")
 Sets the image file name. More...
 
 get_imagemap_contents ($href="#")
 Gets the imagemap file contents. More...
 
 addAnswer ( $answertext="", $points=0.0, $order=0, $coords="", $area="", $points_unchecked=0.0)
 Adds a possible answer for a imagemap question. More...
 
 getAnswerCount ()
 Returns the number of answers. More...
 
 getAnswer ($index=0)
 Returns an answer. More...
 
getAnswers ()
 Returns the answer array. More...
 
 deleteArea ($index=0)
 Deletes an answer. More...
 
 flushAnswers ()
 Deletes all answers. More...
 
 getMaximumPoints ()
 Returns the maximum points, a learner can reach answering the question. More...
 
 calculateReachedPoints ($active_id, $pass=null, $authorizedSolution=true, $returndetails=false)
 Returns the points, a learner has reached answering the question. More...
 
 calculateReachedPointsFromPreviewSession (ilAssQuestionPreviewSession $previewSession)
 
 isAutosaveable ()
 
 saveWorkingData ($active_id, $pass=null, $authorized=true)
 Saves the learners input of the question to the database. More...
 
 syncWithOriginal ()
 
 getQuestionType ()
 Returns the question type of the question. More...
 
 getAdditionalTableName ()
 Returns the name of the additional question data table in the database. More...
 
 getAnswerTableName ()
 Returns the name of the answer table in the database. More...
 
 getRTETextWithMediaObjects ()
 Collects all text in the question which could contain media objects which were created with the Rich Text Editor. More...
 
 setExportDetailsXLS ($worksheet, $startrow, $active_id, $pass)
 {Creates an Excel worksheet for the detailed cumulated results of this question.
Parameters
object$worksheetReference to the parent excel worksheet
object$startrowStartrow of the output in the excel worksheet
object$active_idActive id of the participant
object$passTest pass
Returns
object
} More...
 
 deleteImage ()
 Deletes the image file. More...
 
 toJSON ()
 Returns a JSON representation of the question. More...
 
 getOperators ($expression)
 Get all available operations for a specific question. More...
 
 getExpressionTypes ()
 Get all available expression types for a specific question. More...
 
 getAvailableAnswerOptions ($index=null)
 If index is null, the function returns an array with all anwser options Else it returns the specific answer option. More...
 
 getTestOutputSolutions ($activeId, $pass)
 
- Public Member Functions inherited from assQuestion
 getShuffler ()
 
 setShuffler (ilArrayElementShuffler $shuffler)
 
 setProcessLocker ($processLocker)
 
 getProcessLocker ()
 
 fromXML (&$item, &$questionpool_id, &$tst_id, &$tst_object, &$question_counter, &$import_mapping, array $solutionhints=[])
 Receives parameters from a QTI parser and creates a valid ILIAS question object. More...
 
 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. More...
 
 isComplete ()
 Returns true, if a question is complete for use. More...
 
 questionTitleExists ($questionpool_id, $title)
 Returns TRUE if the question title exists in the database. More...
 
 setTitle ($title="")
 Sets the title string of the assQuestion object. More...
 
 setId ($id=-1)
 Sets the id of the assQuestion object. More...
 
 setTestId ($id=-1)
 Sets the test id of the assQuestion object. More...
 
 setComment ($comment="")
 Sets the comment string of the assQuestion object. More...
 
 setOutputType ($outputType=OUTPUT_HTML)
 Sets the output type. More...
 
 setShuffle ($shuffle=true)
 Sets the shuffle flag. More...
 
 setEstimatedWorkingTime ($hour=0, $min=0, $sec=0)
 Sets the estimated working time of a question from given hour, minute and second. More...
 
 setEstimatedWorkingTimeFromDurationString ($durationString)
 Sets the estimated working time of a question from a given datetime string. More...
 
 keyInArray ($searchkey, $array)
 returns TRUE if the key occurs in an array More...
 
 setAuthor ($author="")
 Sets the authors name of the assQuestion object. More...
 
 setOwner ($owner="")
 Sets the creator/owner ID of the assQuestion object. More...
 
 getTitle ()
 Gets the title string of the assQuestion object. More...
 
 getTitleFilenameCompliant ()
 returns the object title prepared to be used as a filename More...
 
 getId ()
 Gets the id of the assQuestion object. More...
 
 getShuffle ()
 Gets the shuffle flag. More...
 
 getTestId ()
 Gets the test id of the assQuestion object. More...
 
 getComment ()
 Gets the comment string of the assQuestion object. More...
 
 getOutputType ()
 Gets the output type. More...
 
 getDescriptionForHTMLOutput ()
 
 supportsJavascriptOutput ()
 Returns true if the question type supports JavaScript output. More...
 
 supportsNonJsOutput ()
 
 requiresJsSwitch ()
 
 getEstimatedWorkingTime ()
 Gets the estimated working time of a question. More...
 
 getAuthor ()
 Gets the authors name of the assQuestion object. More...
 
 getAuthorForHTMLOutput ()
 
 getOwner ()
 Gets the creator/owner ID of the assQuestion object. More...
 
 getObjId ()
 Get the object id of the container object. More...
 
 setObjId ($obj_id=0)
 Set the object id of the container object. More...
 
 getLifecycle ()
 
 setLifecycle (ilAssQuestionLifecycle $lifecycle)
 
 setExternalId ($external_id)
 
 getExternalId ()
 
 getSuggestedSolutionOutput ()
 
_getSuggestedSolution ($question_id, $subquestion_index=0)
 Returns a suggested solution for a given subquestion index. More...
 
 getSuggestedSolutions ()
 Return the suggested solutions. More...
 
 getReachedPoints ($active_id, $pass=null)
 Returns the points, a learner has reached answering the question This is the fast way to get the points directly from the database. More...
 
 getMaximumPoints ()
 Returns the maximum points, a learner can reach answering the question. More...
 
 getAdjustedReachedPoints ($active_id, $pass=null, $authorizedSolution=true)
 returns the reached points ... More...
 
 calculateResultsFromSolution ($active_id, $pass=null, $obligationsEnabled=false)
 Calculates the question results from a previously saved question solution. More...
 
 persistWorkingState ($active_id, $pass=null, $obligationsEnabled=false, $authorized=true)
 persists the working state for current testactive and testpass More...
 
 persistPreviewState (ilAssQuestionPreviewSession $previewSession)
 persists the preview state for current user and question More...
 
 validateSolutionSubmit ()
 
 saveWorkingData ($active_id, $pass=null, $authorized=true)
 Saves the learners input of the question to the database. More...
 
 moveUploadedMediaFile ($file, $name)
 Move an uploaded media file to an public accessible temp dir to present it. More...
 
 getSuggestedSolutionPath ()
 Returns the path for a suggested solution. More...
 
 getJavaPath ()
 Returns the image path for web accessable images of a question. More...
 
 getImagePath ($question_id=null, $object_id=null)
 Returns the image path for web accessable images of a question. More...
 
 buildImagePath ($questionId, $parentObjectId)
 
 getFlashPath ()
 Returns the image path for web accessable flash files of a question. More...
 
 getJavaPathWeb ()
 Returns the web image path for web accessable java applets of a question. More...
 
 getSuggestedSolutionPathWeb ()
 Returns the web path for a suggested solution. More...
 
 getImagePathWeb ()
 Returns the web image path for web accessable images of a question. More...
 
 getFlashPathWeb ()
 Returns the web image path for web accessable flash applications of a question. More...
 
 getTestOutputSolutions ($activeId, $pass)
 
 getUserSolutionPreferingIntermediate ($active_id, $pass=null)
 
 getSolutionValues ($active_id, $pass=null, $authorized=true)
 Loads solutions of a given user from the database an returns it. More...
 
 isInUse ($question_id="")
 Checks whether the question is in use or not. More...
 
 isClone ($question_id="")
 Checks whether the question is a clone of another question or not. More...
 
 pcArrayShuffle ($array)
 Shuffles the values of a given array. More...
 
 getAdditionalTableName ()
 Returns the name of the additional question data table in the database. More...
 
 getAnswerTableName ()
 Returns the name of the answer table in the database. More...
 
 deleteAnswers ($question_id)
 Deletes datasets from answers tables. 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...
 
 getTotalAnswers ()
 get total number of answers More...
 
 _getTotalAnswers ($a_q_id)
 get number of answers for question id (static) note: do not use $this inside this method More...
 
 copyXHTMLMediaObjectsOfQuestion ($a_q_id)
 
 syncXHTMLMediaObjectsOfQuestion ()
 
 createPageObject ()
 create page object of question More...
 
 copyPageOfQuestion ($a_q_id)
 
 getPageOfQuestion ()
 
 setOriginalId ($original_id)
 
 getOriginalId ()
 
 fixSvgToPng ($imageFilenameContainingString)
 
 fixUnavailableSkinImageSources ($html)
 
 loadFromDb ($question_id)
 Loads the question from the database. More...
 
 createNewQuestion ($a_create_page=true)
 Creates a new question without an owner 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...
 
 saveQuestionDataToDb ($original_id="")
 
 saveToDb ($original_id="")
 Saves the question to the database. More...
 
 setNewOriginalId ($newId)
 
 deleteSuggestedSolutions ()
 Deletes all suggestes solutions in the database. More...
 
 getSuggestedSolution ($subquestion_index=0)
 Returns a suggested solution for a given subquestion index. More...
 
 getSuggestedSolutionTitle ($subquestion_index=0)
 Returns the title of a suggested solution at a given subquestion_index. More...
 
 setSuggestedSolution ($solution_id="", $subquestion_index=0, $is_import=false)
 Sets a suggested solution for the question. More...
 
 _resolveInternalLink ($internal_link)
 
 _resolveIntLinks ($question_id)
 
 syncWithOriginal ()
 
 _questionExists ($question_id)
 Returns true if the question already exists in the database. More...
 
 _questionExistsInPool ($question_id)
 Returns true if the question already exists in the database and is assigned to a question pool. More...
 
 getPoints ()
 Returns the maximum available points for the question. More...
 
 setPoints ($a_points)
 Sets the maximum available points for the question. More...
 
 getSolutionMaxPass ($active_id)
 Returns the maximum pass a users question solution. More...
 
 calculateReachedPoints ($active_id, $pass=null, $authorizedSolution=true, $returndetails=false)
 Returns the points, a learner has reached answering the question. More...
 
 deductHintPointsFromReachedPoints (ilAssQuestionPreviewSession $previewSession, $reachedPoints)
 
 calculateReachedPointsFromPreviewSession (ilAssQuestionPreviewSession $previewSession)
 
 isPreviewSolutionCorrect (ilAssQuestionPreviewSession $previewSession)
 
 adjustReachedPointsByScoringOptions ($points, $active_id, $pass=null)
 Adjust the given reached points by checks for all special scoring options in the test container. More...
 
 isHTML ($a_text)
 Checks if a given string contains HTML or not. More...
 
 prepareTextareaOutput ($txt_output, $prepare_for_latex_output=false, $omitNl2BrWhenTextArea=false)
 Prepares a string for a text area output in tests. More...
 
 QTIMaterialToString ($a_material)
 Reads an QTI material tag an creates a text string. More...
 
 addQTIMaterial (&$a_xml_writer, $a_material, $close_material_tag=true, $add_mobs=true)
 Creates a QTI material tag from a plain text or xhtml text. More...
 
 buildHashedImageFilename ($plain_image_filename, $unique=false)
 
 getQuestion ()
 Gets the question string of the question object. More...
 
 setQuestion ($question="")
 Sets the question string of the question object. More...
 
 getQuestionForHTMLOutput ()
 
 getQuestionType ()
 Returns the question type of the question. More...
 
 getQuestionTypeID ()
 Returns the question type of the question. More...
 
 cleanupMediaObjectUsage ()
 synchronises appearances of media objects in the question with media object usage table More...
 
getInstances ()
 Gets all instances of the question. More...
 
 getActiveUserData ($active_id)
 Returns the user id and the test id for a given active id. More...
 
 setExportDetailsXLS ($worksheet, $startrow, $active_id, $pass)
 Creates an Excel worksheet for the detailed cumulated results of this question. More...
 
 __get ($value)
 Object getter. More...
 
 __set ($key, $value)
 Object setter. More...
 
 getNrOfTries ()
 
 setNrOfTries ($a_nr_of_tries)
 
 setExportImagePath ($a_path)
 
 formatSAQuestion ($a_q)
 Format self assessment question. More...
 
 setPreventRteUsage ($a_val)
 Set prevent rte usage. More...
 
 getPreventRteUsage ()
 Get prevent rte usage. More...
 
 migrateContentForLearningModule (ilAssSelfAssessmentMigrator $migrator)
 
 setSelfAssessmentEditingMode ($a_selfassessmenteditingmode)
 Set Self-Assessment Editing Mode. More...
 
 getSelfAssessmentEditingMode ()
 Get Self-Assessment Editing Mode. More...
 
 setDefaultNrOfTries ($a_defaultnroftries)
 Set Default Nr of Tries. More...
 
 getDefaultNrOfTries ()
 Get Default Nr of Tries. More...
 
 syncSkillAssignments ($srcParentId, $srcQuestionId, $trgParentId, $trgQuestionId)
 
 isAnswered ($active_id, $pass=null)
 returns boolean wether the question is answered during test pass or not More...
 
 isAutosaveable ()
 
 getAdditionalContentEditingMode ()
 getter for additional content editing mode for this question More...
 
 setAdditionalContentEditingMode ($additinalContentEditingMode)
 setter for additional content editing mode for this question More...
 
 isAdditionalContentEditingModePageObject ()
 isser for additional "pageobject" content editing mode More...
 
 isValidAdditionalContentEditingMode ($additionalContentEditingMode)
 returns the fact wether the passed additional content mode is valid or not More...
 
 getValidAdditionalContentEditingModes ()
 getter for valid additional content editing modes More...
 
 addQuestionChangeListener (ilQuestionChangeListener $listener)
 
 getQuestionChangeListeners ()
 
 getHtmlUserSolutionPurifier ()
 
 getHtmlQuestionContentPurifier ()
 
 setLastChange ($lastChange)
 
 getLastChange ()
 
 removeIntermediateSolution ($active_id, $pass)
 
 removeCurrentSolution ($active_id, $pass, $authorized=true)
 
 saveCurrentSolution ($active_id, $pass, $value1, $value2, $authorized=true, $tstamp=null)
 
 updateCurrentSolution ($solutionId, $value1, $value2, $authorized=true)
 
 updateCurrentSolutionsAuthorization ($activeId, $pass, $authorized, $keepTime=false)
 
 setStep ($step)
 
 getStep ()
 
 toJSON ()
 
 duplicate ($for_test=true, $title="", $author="", $owner="", $testObjId=null)
 
 intermediateSolutionExists ($active_id, $pass)
 
 authorizedSolutionExists ($active_id, $pass)
 
 authorizedOrIntermediateSolutionExists ($active_id, $pass)
 
 isAddableAnswerOptionValue ($qIndex, $answerOptionValue)
 
 addAnswerOptionValue ($qIndex, $answerOptionValue, $points)
 
 removeAllExistingSolutions ()
 
 removeExistingSolutions ($activeId, $pass)
 
 resetUsersAnswer ($activeId, $pass)
 
 removeResultRecord ($activeId, $pass)
 
 fetchValuePairsFromIndexedValues (array $indexedValues)
 
 fetchIndexedValuesFromValuePairs (array $valuePairs)
 
 areObligationsToBeConsidered ()
 
 setObligationsToBeConsidered ($obligationsToBeConsidered)
 
 updateTimestamp ()
 
 getTestPresentationConfig ()
 Get the test question configuration (initialised once) More...
 
 savePartial ()
 
 isInActiveTest ()
 
 saveAdditionalQuestionDataToDb ()
 Saves a record to the question types additional data table. More...
 
 saveAnswerSpecificDataToDb ()
 Saves the answer specific records into a question types answer table. More...
 
- Public Member Functions inherited from iQuestionCondition
 getOperators ($expression)
 Get all available operations for a specific question. More...
 
 getExpressionTypes ()
 Get all available expression types for a specific question. More...
 
 getUserQuestionResult ($active_id, $pass)
 Get the user solution for a question by active_id and the test pass. More...
 
 getAvailableAnswerOptions ($index=null)
 If index is null, the function returns an array with all anwser options Else it returns the specific answer option. More...
 

Data Fields

 $currentSolution = array()
 
const MODE_SINGLE_CHOICE = 0
 
const MODE_MULTIPLE_CHOICE = 1
 
const AVAILABLE_SHAPES
 
 $answers
 
 $image_filename
 
 $imagemap_contents
 
 $coords
 
- Data Fields inherited from assQuestion
const IMG_MIME_TYPE_JPG = 'image/jpeg'
 
const IMG_MIME_TYPE_PNG = 'image/png'
 
const IMG_MIME_TYPE_GIF = 'image/gif'
 
const ADDITIONAL_CONTENT_EDITING_MODE_RTE = 'default'
 constant for additional content editing mode "default" More...
 
const ADDITIONAL_CONTENT_EDITING_MODE_IPE = 'pageobject'
 constant for additional content editing mode "pageobject" More...
 
 $feedbackOBJ = null
 
 $prevent_rte_usage = false
 
 $selfassessmenteditingmode = false
 
 $defaultnroftries = 0
 
 $questionActionCmd = 'handleQuestionAction'
 
const KEY_VALUES_IMPLOSION_SEPARATOR = ':'
 
- Data Fields inherited from iQuestionCondition
const StringResultExpression = '~TEXT~'
 
const PercentageResultExpression = '%n%'
 
const NumericResultExpression = '#n#'
 
const MatchingResultExpression = ';n:m;'
 
const OrderingResultExpression = '$n,m,o,p$'
 
const NumberOfResultExpression = '+n+'
 
const ExclusiveResultExpression = '*n,m,o,p*'
 
const EmptyAnswerExpression = "?"
 

Protected Member Functions

 savePreviewData (ilAssQuestionPreviewSession $previewSession)
 
 calculateReachedPointsForSolution ($found_values)
 
 getAddSolutionSelectionParameter ()
 
 isAddSolutionSelectionRequest ()
 
 getRemoveSolutionSelectionParameter ()
 
 isRemoveSolutionSelectionRequest ()
 
 getReuseSolutionSelectionParameter ()
 
 isReuseSolutionSelectionRequest ()
 
- Protected Member Functions inherited from assQuestion
 getQuestionAction ()
 
 isNonEmptyItemListPostSubmission ($postSubmissionFieldname)
 
 ensureCurrentTestPass ($active_id, $pass)
 
 lookupCurrentTestPass ($active_id, $pass)
 
 lookupTestId ($active_id)
 
 log ($active_id, $langVar)
 
 savePreviewData (ilAssQuestionPreviewSession $previewSession)
 
 deletePageOfQuestion ($question_id)
 Deletes the page object of a question with a given ID. More...
 
 onDuplicate ($originalParentId, $originalQuestionId, $duplicateParentId, $duplicateQuestionId)
 Will be called when a question is duplicated (inside a question pool or for insertion in a test) More...
 
 beforeSyncWithOriginal ($origQuestionId, $dupQuestionId, $origParentObjId, $dupParentObjId)
 
 afterSyncWithOriginal ($origQuestionId, $dupQuestionId, $origParentObjId, $dupParentObjId)
 
 onCopy ($sourceParentId, $sourceQuestionId, $targetParentId, $targetQuestionId)
 Will be called when a question is copied (into another question pool) More...
 
 duplicateSuggestedSolutionFiles ($parent_id, $question_id)
 Duplicates the files of a suggested solution if the question is duplicated. More...
 
 syncSuggestedSolutionFiles ($original_id)
 Syncs the files of a suggested solution if the question is synced. More...
 
 copySuggestedSolutionFiles ($source_questionpool_id, $source_question_id)
 
 ensureNonNegativePoints ($points)
 
 purifyAndPrepareTextAreaOutput (string $content)
 
 getRTETextWithMediaObjects ()
 Collects all text in the question which could contain media objects which were created with the Rich Text Editor. More...
 
 getSelfAssessmentFormatter ()
 
 lmMigrateQuestionTypeGenericContent (ilAssSelfAssessmentMigrator $migrator)
 
 lmMigrateQuestionTypeSpecificContent (ilAssSelfAssessmentMigrator $migrator)
 
 duplicateQuestionHints ($originalQuestionId, $duplicateQuestionId)
 
 duplicateSkillAssignments ($srcParentId, $srcQuestionId, $trgParentId, $trgQuestionId)
 
 buildQuestionDataQuery ()
 
 getCurrentSolutionResultSet ($active_id, $pass, $authorized=true)
 Get a restulset for the current user solution for a this question by active_id and pass. More...
 
 removeSolutionRecordById ($solutionId)
 
 getSolutionRecordById ($solutionId)
 
 deleteDummySolutionRecord ($activeId, $passIndex)
 
 isDummySolutionRecord ($solutionRecord)
 
 deleteSolutionRecordByValues ($activeId, $passIndex, $authorized, $matchValues)
 
 duplicateIntermediateSolutionAuthorized ($activeId, $passIndex)
 
 forceExistingIntermediateSolution ($activeId, $passIndex, $considerDummyRecordCreation)
 
 buildTestPresentationConfig ()
 build basic test question configuration instance More...
 

Protected Attributes

 $is_multiple_choice = false
 
- Protected Attributes inherited from assQuestion
 $id
 
 $title
 
 $comment
 
 $owner
 
 $author
 
 $question
 
 $points
 
 $est_working_time
 
 $shuffle
 
 $test_id
 
 $obj_id
 
 $ilias
 
 $tpl
 
 $lng
 
 $db
 
 $refinery
 
 $outputType = OUTPUT_JAVASCRIPT
 
 $suggested_solutions
 
 $original_id
 
 $page
 
 $external_id = ''
 
 $questionChangeListeners = array()
 
 $processLocker
 
 $step = null
 
 $lastChange
 
 $shuffler
 
 $testQuestionConfig
 
 $lifecycle
 

Additional Inherited Members

- Static Public Member Functions inherited from assQuestion
static setForcePassResultUpdateEnabled ($forcePassResultsUpdateEnabled)
 
static isForcePassResultUpdateEnabled ()
 
static isAllowedImageMimeType ($mimeType)
 
static fetchMimeTypeIdentifier ($contentTypeString)
 
static getAllowedFileExtensionsForMimeType ($mimeType)
 
static isAllowedImageFileExtension ($mimeType, $fileExtension)
 
static getAllowedImageMaterialFileExtensions ()
 
static _getMaximumPoints ($question_id)
 Returns the maximum points, a learner can reach answering the question. More...
 
static _getQuestionInfo ($question_id)
 Returns question information from the database. More...
 
static _getSuggestedSolutionCount ($question_id)
 Returns the number of suggested solutions associated with a question. More...
 
static _getSuggestedSolutionOutput ($question_id)
 Returns the output of the suggested solution. More...
 
static _getReachedPoints ($active_id, $question_id, $pass=null)
 Returns the points, a learner has reached answering the question. More...
 
static _updateTestResultCache ($active_id, ilAssQuestionProcessLocker $processLocker=null)
 @TODO Move this to a proper place. More...
 
static logAction ($logtext="", $active_id="", $question_id="")
 Logs an action into the Test&Assessment log. More...
 
static getQuestionTypeFromDb ($question_id)
 get question type for question id More...
 
static _getTotalRightAnswers ($a_q_id)
 get number of answers for question id (static) note: do not use $this inside this method More...
 
static _getTitle ($a_q_id)
 Returns the title of a question. More...
 
static _getQuestionText ($a_q_id)
 Returns question text. More...
 
static isFileAvailable ($file)
 
static _getQuestionType ($question_id)
 Returns the question type of a question with a given id. More...
 
static _getQuestionTitle ($question_id)
 Returns the question title of a question with a given id. More...
 
static saveOriginalId ($questionId, $originalId)
 
static resetOriginalId ($questionId)
 
static _getInternalLinkHref ($target="")
 
static _getOriginalId ($question_id)
 Returns the original id of a question. More...
 
static originalQuestionExists ($questionId)
 
static _instanciateQuestion ($question_id)
 Creates an instance of a question with a given question id. More...
 
static _instantiateQuestion ($question_id)
 
static _getSolutionMaxPass ($question_id, $active_id)
 Returns the maximum pass a users question solution. More...
 
static _isWriteable ($question_id, $user_id)
 Returns true if the question is writeable by a certain user. More...
 
static _isUsedInRandomTest ($question_id="")
 Checks whether the question is used in a random test or not. More...
 
static _isWorkedThrough ($active_id, $question_id, $pass=null)
 Returns true if the question was worked through in the given pass Worked through means that the user entered at least one value. More...
 
static _areAnswered ($a_user_id, $a_question_ids)
 Checks if an array of question ids is answered by an user or not. More...
 
static _setReachedPoints ($active_id, $question_id, $points, $maxpoints, $pass, $manualscoring, $obligationsEnabled)
 Sets the points, a learner has reached answering the question Additionally objective results are updated. More...
 
static _needsManualScoring ($question_id)
 
static _includeClass ($question_type, $gui=0)
 Include the php class file for a given question type. More...
 
static getGuiClassNameByQuestionType ($questionType)
 
static getObjectClassNameByQuestionType ($questionType)
 
static getFeedbackClassNameByQuestionType ($questionType)
 
static isCoreQuestionType ($questionType)
 
static includeCoreClass ($questionType, $withGuiClass)
 
static includePluginClass ($questionType, $withGuiClass)
 
static _getQuestionTypeName ($type_tag)
 Return the translation for a given question type tag. More...
 
static & _instanciateQuestionGUI ($question_id)
 Creates an instance of a question gui with a given question id. More...
 
static instantiateQuestionGUI ($a_question_id)
 Creates an instance of a question gui with a given question id. More...
 
static _questionExistsInTest ($question_id, $test_id)
 
static lookupParentObjId ($questionId)
 @global ilDBInterface $ilDB More...
 
static lookupOriginalParentObjId ($originalQuestionId)
 returns the parent object id for given original question id (should be a qpl id, but theoretically it can be a tst id, too) More...
 
static isObligationPossible ($questionId)
 returns boolean wether it is possible to set this question type as obligatory or not considering the current question configuration More...
 
static implodeKeyValues ($keyValues)
 
static explodeKeyValues ($keyValues)
 
static setResultGateway ($resultGateway)
 
static getResultGateway ()
 
static sumTimesInISO8601FormatH_i_s_Extended ($time1, $time2)
 
static convertISO8601FormatH_i_s_ExtendedToSeconds ($time)
 
static missingResultRecordExists ($activeId, $pass, $questionIds)
 
static getQuestionsMissingResultRecord ($activeId, $pass, $questionIds)
 
static lookupResultRecordExist ($activeId, $questionId, $pass)
 
- Static Protected Member Functions inherited from assQuestion
static getNumExistingSolutionRecords ($activeId, $pass, $questionId)
 returns the number of existing solution records for the given test active / pass and given question id More...
 
static getKeyValuesImplosionSeparator ()
 
- Static Protected Attributes inherited from assQuestion
static $allowedFileExtensionsByMimeType
 
static $allowedCharsetsByMimeType
 
static $allowedImageMaterialFileExtensionsByMimeType
 
static $forcePassResultsUpdateEnabled = false
 
static $imageSourceFixReplaceMap
 

Detailed Description

Class for image map questions.

assImagemapQuestion is a class for imagemap question.

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
Björn Heyser bheys.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 24 of file class.assImagemapQuestion.php.

Constructor & Destructor Documentation

◆ __construct()

assImagemapQuestion::__construct (   $title = "",
  $comment = "",
  $author = "",
  $owner = -1,
  $question = "",
  $image_filename = "" 
)

assImagemapQuestion constructor

The constructor takes possible arguments an creates an instance of the assImagemapQuestion object.

Parameters
string$titleA title string to describe the question.
string$commentA comment string to describe the question.
string$authorA string containing the name of the questions author.
integer$ownerA numerical ID to identify the owner/creator.
string$questionThe question string of the imagemap question.
string$image_filename
Returns
\assImagemapQuestion

Definition at line 67 of file class.assImagemapQuestion.php.

74 {
76 $this->image_filename = $image_filename;
77 $this->answers = array();
78 $this->coords = array();
79 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References assQuestion\$author, assQuestion\$comment, $image_filename, assQuestion\$owner, assQuestion\$question, assQuestion\$title, and ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

Member Function Documentation

◆ addAnswer()

assImagemapQuestion::addAnswer (   $answertext = "",
  $points = 0.0,
  $order = 0,
  $coords = "",
  $area = "",
  $points_unchecked = 0.0 
)

Adds a possible answer for a imagemap question.

Adds a possible answer for a imagemap question. A ASS_AnswerImagemap object will be created and assigned to the array $this->answers.

Parameters
string$answertextThe answer text
double$pointsThe points for selecting the answer (even negative points can be used)
integer$statusThe state of the answer (set = 1 or unset = 0)
integer$orderA possible display order of the answer @access public
See also
$answers
ASS_AnswerImagemap

Definition at line 503 of file class.assImagemapQuestion.php.

510 {
511 include_once "./Modules/TestQuestionPool/classes/class.assAnswerImagemap.php";
512 if (array_key_exists($order, $this->answers)) {
513 // Insert answer
514 $answer = new ASS_AnswerImagemap($answertext, $points, $order, $coords, $area, -1, $points_unchecked);
515 for ($i = count($this->answers) - 1; $i >= $order; $i--) {
516 $this->answers[$i + 1] = $this->answers[$i];
517 $this->answers[$i + 1]->setOrder($i + 1);
518 }
519 $this->answers[$order] = $answer;
520 } else {
521 // Append answer
522 $answer = new ASS_AnswerImagemap($answertext, $points, count($this->answers), $coords, $area, -1, $points_unchecked);
523 array_push($this->answers, $answer);
524 }
525 }
Class for true/false or yes/no answers.
$i
Definition: metadata.php:24

References $coords, $i, and assQuestion\$points.

Referenced by uploadImagemap().

+ Here is the caller graph for this function:

◆ calculateReachedPoints()

assImagemapQuestion::calculateReachedPoints (   $active_id,
  $pass = null,
  $authorizedSolution = true,
  $returndetails = false 
)

Returns the points, a learner has reached answering the question.

The points are calculated from the given answers.

@access public

Parameters
integer$active_id
integer$pass
boolean$returndetails(deprecated !!)
Returns
integer/array $points/$details (array $details is deprecated !!)

Reimplemented from assQuestion.

Definition at line 660 of file class.assImagemapQuestion.php.

661 {
662 if ($returndetails) {
663 throw new ilTestException('return details not implemented for ' . __METHOD__);
664 }
665
666 global $DIC;
667 $ilDB = $DIC['ilDB'];
668
669 $found_values = array();
670 if (is_null($pass)) {
671 $pass = $this->getSolutionMaxPass($active_id);
672 }
673 $result = $this->getCurrentSolutionResultSet($active_id, $pass, $authorizedSolution);
674 while ($data = $ilDB->fetchAssoc($result)) {
675 if (strcmp($data["value1"], "") != 0) {
676 array_push($found_values, $data["value1"]);
677 }
678 }
679
680 $points = $this->calculateReachedPointsForSolution($found_values);
681
682 return $points;
683 }
$result
calculateReachedPointsForSolution($found_values)
getCurrentSolutionResultSet($active_id, $pass, $authorized=true)
Get a restulset for the current user solution for a this question by active_id and pass.
getSolutionMaxPass($active_id)
Returns the maximum pass a users question solution.
Base Exception for all Exceptions relating to Modules/Test.
global $DIC
Definition: goto.php:24
global $ilDB
$data
Definition: storeScorm.php:23

References $data, $DIC, $ilDB, $pass, assQuestion\$points, $result, calculateReachedPointsForSolution(), assQuestion\getCurrentSolutionResultSet(), and assQuestion\getSolutionMaxPass().

+ Here is the call graph for this function:

◆ calculateReachedPointsForSolution()

assImagemapQuestion::calculateReachedPointsForSolution (   $found_values)
protected
Parameters
$found_values
Returns
int

Definition at line 950 of file class.assImagemapQuestion.php.

951 {
952 $points = 0;
953 if (count($found_values) > 0) {
954 foreach ($this->answers as $key => $answer) {
955 if (in_array($key, $found_values)) {
956 $points += $answer->getPoints();
957 } elseif ($this->getIsMultipleChoice()) {
958 $points += $answer->getPointsUnchecked();
959 }
960 }
961 return $points;
962 }
963 return $points;
964 }
getIsMultipleChoice()
Returns true, if the imagemap question is a multiplechoice question.

References assQuestion\$points, and getIsMultipleChoice().

Referenced by calculateReachedPoints(), and calculateReachedPointsFromPreviewSession().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ calculateReachedPointsFromPreviewSession()

assImagemapQuestion::calculateReachedPointsFromPreviewSession ( ilAssQuestionPreviewSession  $previewSession)

Reimplemented from assQuestion.

Definition at line 685 of file class.assImagemapQuestion.php.

686 {
687 $solutionData = $previewSession->getParticipantsSolution();
688
689 $reachedPoints = $this->calculateReachedPointsForSolution(is_array($solutionData) ? array_values($solutionData) : array());
690 $reachedPoints = $this->deductHintPointsFromReachedPoints($previewSession, $reachedPoints);
691
692 return $this->ensureNonNegativePoints($reachedPoints);
693 }
deductHintPointsFromReachedPoints(ilAssQuestionPreviewSession $previewSession, $reachedPoints)
ensureNonNegativePoints($points)

References calculateReachedPointsForSolution(), assQuestion\deductHintPointsFromReachedPoints(), assQuestion\ensureNonNegativePoints(), and ilAssQuestionPreviewSession\getParticipantsSolution().

+ Here is the call graph for this function:

◆ copyImage()

assImagemapQuestion::copyImage (   $question_id,
  $source_questionpool 
)

Definition at line 339 of file class.assImagemapQuestion.php.

340 {
341 $imagepath = $this->getImagePath();
342 $imagepath_original = str_replace("/$this->id/images", "/$question_id/images", $imagepath);
343 $imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original);
344 if (!file_exists($imagepath)) {
345 ilUtil::makeDirParents($imagepath);
346 }
347 $filename = $this->getImageFilename();
348 if (!copy($imagepath_original . $filename, $imagepath . $filename)) {
349 print "image could not be copied!!!! ";
350 }
351 }
if(! $in) print
$filename
Definition: buildRTE.php:89
getImagePath($question_id=null, $object_id=null)
Returns the image path for web accessable images of a question.
static makeDirParents($a_dir)
Create a new directory and all parent directories.

References $filename, getImageFilename(), assQuestion\getImagePath(), ilUtil\makeDirParents(), and print.

+ Here is the call graph for this function:

◆ copyObject()

assImagemapQuestion::copyObject (   $target_questionpool_id,
  $title = "" 
)

Copies an assImagemapQuestion object.

Copies an assImagemapQuestion object

@access public

Definition at line 245 of file class.assImagemapQuestion.php.

246 {
247 if ($this->id <= 0) {
248 // The question has not been saved. It cannot be duplicated
249 return;
250 }
251 // duplicate the question in database
252 $clone = $this;
253 include_once("./Modules/TestQuestionPool/classes/class.assQuestion.php");
255 $clone->id = -1;
256 $source_questionpool_id = $this->getObjId();
257 $clone->setObjId($target_questionpool_id);
258 if ($title) {
259 $clone->setTitle($title);
260 }
261 $clone->saveToDb();
262
263 // copy question page content
264 $clone->copyPageOfQuestion($original_id);
265 // copy XHTML media objects
266 $clone->copyXHTMLMediaObjectsOfQuestion($original_id);
267 // duplicate the image
268 $clone->copyImage($original_id, $source_questionpool_id);
269
270 $clone->onCopy($source_questionpool_id, $original_id, $clone->getObjId(), $clone->getId());
271
272 return $clone->id;
273 }
static _getOriginalId($question_id)
Returns the original id of a question.
getObjId()
Get the object id of the container object.

References assQuestion\$original_id, assQuestion\$title, assQuestion\_getOriginalId(), and assQuestion\getObjId().

+ Here is the call graph for this function:

◆ createNewOriginalFromThisDuplicate()

assImagemapQuestion::createNewOriginalFromThisDuplicate (   $targetParentId,
  $targetQuestionTitle = "" 
)

Definition at line 275 of file class.assImagemapQuestion.php.

276 {
277 if ($this->id <= 0) {
278 // The question has not been saved. It cannot be duplicated
279 return;
280 }
281
282 include_once("./Modules/TestQuestionPool/classes/class.assQuestion.php");
283
284 $sourceQuestionId = $this->id;
285 $sourceParentId = $this->getObjId();
286
287 // duplicate the question in database
288 $clone = $this;
289 $clone->id = -1;
290
291 $clone->setObjId($targetParentId);
292
293 if ($targetQuestionTitle) {
294 $clone->setTitle($targetQuestionTitle);
295 }
296
297 $clone->saveToDb();
298 // copy question page content
299 $clone->copyPageOfQuestion($sourceQuestionId);
300 // copy XHTML media objects
301 $clone->copyXHTMLMediaObjectsOfQuestion($sourceQuestionId);
302 // duplicate the image
303 $clone->copyImage($sourceQuestionId, $sourceParentId);
304
305 $clone->onCopy($sourceParentId, $sourceQuestionId, $clone->getObjId(), $clone->getId());
306
307 return $clone->id;
308 }

References assQuestion\$id, and assQuestion\getObjId().

+ Here is the call graph for this function:

◆ deleteArea()

assImagemapQuestion::deleteArea (   $index = 0)

Deletes an answer.

Deletes an area with a given index. The index of the first area is 0, the index of the second area is 1 and so on.

Parameters
integer$indexA nonnegative index of the n-th answer @access public
See also
$answers

Definition at line 590 of file class.assImagemapQuestion.php.

591 {
592 if ($index < 0) {
593 return;
594 }
595 if (count($this->answers) < 1) {
596 return;
597 }
598 if ($index >= count($this->answers)) {
599 return;
600 }
601 unset($this->answers[$index]);
602 $this->answers = array_values($this->answers);
603 for ($i = 0; $i < count($this->answers); $i++) {
604 if ($this->answers[$i]->getOrder() > $index) {
605 $this->answers[$i]->setOrder($i);
606 }
607 }
608 }
$index
Definition: metadata.php:128

References $i, and $index.

◆ deleteImage()

assImagemapQuestion::deleteImage ( )

Deletes the image file.

Definition at line 893 of file class.assImagemapQuestion.php.

894 {
895 $file = $this->getImagePath() . $this->getImageFilename();
896 @unlink($file);
897 $this->flushAnswers();
898 $this->image_filename = "";
899 }
flushAnswers()
Deletes all answers.

References flushAnswers(), getImageFilename(), and assQuestion\getImagePath().

+ Here is the call graph for this function:

◆ duplicate()

assImagemapQuestion::duplicate (   $for_test = true,
  $title = "",
  $author = "",
  $owner = "",
  $testObjId = null 
)

Duplicates an assImagemapQuestion.

@access public

Reimplemented from assQuestion.

Definition at line 192 of file class.assImagemapQuestion.php.

193 {
194 if ($this->id <= 0) {
195 // The question has not been saved. It cannot be duplicated
196 return;
197 }
198 // duplicate the question in database
199 $this_id = $this->getId();
200 $thisObjId = $this->getObjId();
201
202 $clone = $this;
203 include_once("./Modules/TestQuestionPool/classes/class.assQuestion.php");
205 $clone->id = -1;
206
207 if ((int) $testObjId > 0) {
208 $clone->setObjId($testObjId);
209 }
210
211 if ($title) {
212 $clone->setTitle($title);
213 }
214 if ($author) {
215 $clone->setAuthor($author);
216 }
217 if ($owner) {
218 $clone->setOwner($owner);
219 }
220 if ($for_test) {
221 $clone->saveToDb($original_id);
222 } else {
223 $clone->saveToDb();
224 }
225
226 // copy question page content
227 $clone->copyPageOfQuestion($this_id);
228 // copy XHTML media objects
229 $clone->copyXHTMLMediaObjectsOfQuestion($this_id);
230 // duplicate the image
231 $clone->duplicateImage($this_id, $thisObjId);
232
233 $clone->onDuplicate($thisObjId, $this_id, $clone->getObjId(), $clone->getId());
234
235 return $clone->id;
236 }
getId()
Gets the id of the assQuestion object.

References assQuestion\$author, assQuestion\$original_id, assQuestion\$owner, assQuestion\$title, assQuestion\_getOriginalId(), assQuestion\getId(), and assQuestion\getObjId().

+ Here is the call graph for this function:

◆ duplicateImage()

assImagemapQuestion::duplicateImage (   $question_id,
  $objectId = null 
)

Definition at line 310 of file class.assImagemapQuestion.php.

311 {
312 global $DIC;
313 $ilLog = $DIC['ilLog'];
314
315 $imagepath = $this->getImagePath();
316 $imagepath_original = str_replace("/$this->id/images", "/$question_id/images", $imagepath);
317
318 if ((int) $objectId > 0) {
319 $imagepath_original = str_replace("/$this->obj_id/", "/$objectId/", $imagepath_original);
320 }
321
322 if (!file_exists($imagepath)) {
323 ilUtil::makeDirParents($imagepath);
324 }
325 $filename = $this->getImageFilename();
326
327 // #18755
328 if (!file_exists($imagepath_original . $filename)) {
329 $ilLog->write("Could not find an image map file when trying to duplicate image: " . $imagepath_original . $filename);
330 $imagepath_original = str_replace("/$this->obj_id/", "/$objectId/", $imagepath_original);
331 $ilLog->write("Using fallback source directory:" . $imagepath_original);
332 }
333
334 if (!file_exists($imagepath_original . $filename) || !copy($imagepath_original . $filename, $imagepath . $filename)) {
335 $ilLog->write("Could not duplicate image for image map question: " . $imagepath_original . $filename);
336 }
337 }

References $DIC, $filename, getImageFilename(), assQuestion\getImagePath(), and ilUtil\makeDirParents().

+ Here is the call graph for this function:

◆ flushAnswers()

assImagemapQuestion::flushAnswers ( )

Deletes all answers.

Deletes all answers

@access public

See also
$answers

Definition at line 618 of file class.assImagemapQuestion.php.

619 {
620 $this->answers = array();
621 }

Referenced by deleteImage().

+ Here is the caller graph for this function:

◆ get_imagemap_contents()

assImagemapQuestion::get_imagemap_contents (   $href = "#")

Gets the imagemap file contents.

Gets the imagemap file contents

Returns
string The imagemap file contents of the assImagemapQuestion object @access public
See also
$imagemap_contents

Definition at line 476 of file class.assImagemapQuestion.php.

477 {
478 $imagemap_contents = "<map name=\"" . $this->title . "\"> ";
479 for ($i = 0; $i < count($this->answers); $i++) {
480 $imagemap_contents .= "<area alt=\"" . $this->answers[$i]->getAnswertext() . "\" ";
481 $imagemap_contents .= "shape=\"" . $this->answers[$i]->getArea() . "\" ";
482 $imagemap_contents .= "coords=\"" . $this->answers[$i]->getCoords() . "\" ";
483 $imagemap_contents .= "href=\"$href&selimage=" . $this->answers[$i]->getOrder() . "\" /> ";
484 }
485 $imagemap_contents .= "</map>";
486 return $imagemap_contents;
487 }

References $i, and $imagemap_contents.

◆ getAdditionalTableName()

assImagemapQuestion::getAdditionalTableName ( )

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

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

Returns
string The additional table name @access public

Reimplemented from assQuestion.

Definition at line 829 of file class.assImagemapQuestion.php.

830 {
831 return "qpl_qst_imagemap";
832 }

Referenced by loadFromDb(), and saveAdditionalQuestionDataToDb().

+ Here is the caller graph for this function:

◆ getAddSolutionSelectionParameter()

assImagemapQuestion::getAddSolutionSelectionParameter ( )
protected

Definition at line 1066 of file class.assImagemapQuestion.php.

1067 {
1068 if (!$this->isAddSolutionSelectionRequest()) {
1069 return null;
1070 }
1071
1072 return $_GET["selImage"];
1073 }
$_GET["client_id"]

References $_GET, and isAddSolutionSelectionRequest().

Referenced by saveWorkingData().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getAnswer()

assImagemapQuestion::getAnswer (   $index = 0)

Returns an answer.

Returns an answer with a given index. The index of the first answer is 0, the index of the second answer is 1 and so on.

Parameters
integer$indexA nonnegative index of the n-th answer
Returns
object ASS_AnswerImagemap-Object containing the answer @access public
See also
$answers

Definition at line 552 of file class.assImagemapQuestion.php.

553 {
554 if ($index < 0) {
555 return null;
556 }
557 if (count($this->answers) < 1) {
558 return null;
559 }
560 if ($index >= count($this->answers)) {
561 return null;
562 }
563 return $this->answers[$index];
564 }

References $index.

Referenced by getAvailableAnswerOptions().

+ Here is the caller graph for this function:

◆ getAnswerCount()

assImagemapQuestion::getAnswerCount ( )

Returns the number of answers.

Returns the number of answers

Returns
integer The number of answers of the multiple choice question @access public
See also
$answers

Definition at line 536 of file class.assImagemapQuestion.php.

537 {
538 return count($this->answers);
539 }

◆ getAnswers()

& assImagemapQuestion::getAnswers ( )

Returns the answer array.

Returns the answer array

Returns
array The answer array @access public
See also
$answers

Definition at line 575 of file class.assImagemapQuestion.php.

References $answers.

Referenced by getAvailableAnswerOptions(), setExportDetailsXLS(), and toJSON().

+ Here is the caller graph for this function:

◆ getAnswerTableName()

assImagemapQuestion::getAnswerTableName ( )

Returns the name of the answer table in the database.

Returns the name of the answer table in the database

Returns
string The answer table name @access public

Reimplemented from assQuestion.

Definition at line 842 of file class.assImagemapQuestion.php.

843 {
844 return "qpl_a_imagemap";
845 }

◆ getAvailableAnswerOptions()

assImagemapQuestion::getAvailableAnswerOptions (   $index = null)

If index is null, the function returns an array with all anwser options Else it returns the specific answer option.

Parameters
null | int$index
Returns
array|ASS_AnswerSimple

Implements iQuestionCondition.

Definition at line 1045 of file class.assImagemapQuestion.php.

1046 {
1047 if ($index !== null) {
1048 return $this->getAnswer($index);
1049 } else {
1050 return $this->getAnswers();
1051 }
1052 }
getAnswer($index=0)
Returns an answer.
& getAnswers()
Returns the answer array.

References $index, getAnswer(), and getAnswers().

+ Here is the call graph for this function:

◆ getExpressionTypes()

◆ getImageFilename()

assImagemapQuestion::getImageFilename ( )

Definition at line 435 of file class.assImagemapQuestion.php.

436 {
438 }

References $image_filename.

Referenced by copyImage(), deleteImage(), duplicateImage(), and toJSON().

+ Here is the caller graph for this function:

◆ getIsMultipleChoice()

assImagemapQuestion::getIsMultipleChoice ( )

Returns true, if the imagemap question is a multiplechoice question.

Returns
bool

Definition at line 96 of file class.assImagemapQuestion.php.

References $is_multiple_choice.

Referenced by calculateReachedPointsForSolution(), and toJSON().

+ Here is the caller graph for this function:

◆ getMaximumPoints()

assImagemapQuestion::getMaximumPoints ( )

Returns the maximum points, a learner can reach answering the question.

Returns the maximum points, a learner can reach answering the question

@access public

See also
$points

Reimplemented from assQuestion.

Definition at line 631 of file class.assImagemapQuestion.php.

632 {
633 $points = 0;
634 foreach ($this->answers as $key => $value) {
635 if ($this->is_multiple_choice) {
636 if ($value->getPoints() > $value->getPointsUnchecked()) {
637 $points += $value->getPoints();
638 } else {
639 $points += $value->getPointsUnchecked();
640 }
641 } else {
642 if ($value->getPoints() > $points) {
643 $points = $value->getPoints();
644 }
645 }
646 }
647 return $points;
648 }

References assQuestion\$points.

Referenced by isComplete().

+ Here is the caller graph for this function:

◆ getOperators()

assImagemapQuestion::getOperators (   $expression)

Get all available operations for a specific question.

Parameters
$expression

Implements iQuestionCondition.

Definition at line 974 of file class.assImagemapQuestion.php.

975 {
976 require_once "./Modules/TestQuestionPool/classes/class.ilOperatorsExpressionMapping.php";
978 }

References ilOperatorsExpressionMapping\getOperatorsByExpression().

+ Here is the call graph for this function:

◆ getQuestionType()

assImagemapQuestion::getQuestionType ( )

Returns the question type of the question.

Returns the question type of the question

Returns
integer The question type of the question @access public

Reimplemented from assQuestion.

Definition at line 816 of file class.assImagemapQuestion.php.

817 {
818 return "assImagemapQuestion";
819 }

Referenced by toJSON().

+ Here is the caller graph for this function:

◆ getRemoveSolutionSelectionParameter()

assImagemapQuestion::getRemoveSolutionSelectionParameter ( )
protected

Definition at line 1086 of file class.assImagemapQuestion.php.

1087 {
1088 if (!$this->isRemoveSolutionSelectionRequest()) {
1089 return null;
1090 }
1091
1092 return $_GET["remImage"];
1093 }

References $_GET, and isRemoveSolutionSelectionRequest().

Referenced by saveWorkingData().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getReuseSolutionSelectionParameter()

assImagemapQuestion::getReuseSolutionSelectionParameter ( )
protected

Definition at line 1110 of file class.assImagemapQuestion.php.

1111 {
1112 if (!$this->isReuseSolutionSelectionRequest()) {
1113 return null;
1114 }
1115
1116 return assQuestion::explodeKeyValues($_GET["reuseSelection"]);
1117 }
static explodeKeyValues($keyValues)

References $_GET, assQuestion\explodeKeyValues(), and isReuseSolutionSelectionRequest().

Referenced by saveWorkingData().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getRTETextWithMediaObjects()

assImagemapQuestion::getRTETextWithMediaObjects ( )

Collects all text in the question which could contain media objects which were created with the Rich Text Editor.

Reimplemented from assQuestion.

Definition at line 851 of file class.assImagemapQuestion.php.

852 {
853 $text = parent::getRTETextWithMediaObjects();
854 foreach ($this->answers as $index => $answer) {
855 $text .= $this->feedbackOBJ->getSpecificAnswerFeedbackContent($this->getId(), 0, $index);
856 }
857 return $text;
858 }

References $index, and assQuestion\getId().

+ Here is the call graph for this function:

◆ getTestOutputSolutions()

assImagemapQuestion::getTestOutputSolutions (   $activeId,
  $pass 
)

Reimplemented from assQuestion.

Definition at line 1055 of file class.assImagemapQuestion.php.

1056 {
1057 $solution = parent::getTestOutputSolutions($activeId, $pass);
1058
1059 $this->currentSolution = array();
1060 foreach ($solution as $record) {
1061 $this->currentSolution[] = $record['value1'];
1062 }
1063
1064 return $solution;
1065 }

References $pass.

◆ isAddSolutionSelectionRequest()

assImagemapQuestion::isAddSolutionSelectionRequest ( )
protected

Definition at line 1074 of file class.assImagemapQuestion.php.

1075 {
1076 if (!isset($_GET["selImage"])) {
1077 return false;
1078 }
1079
1080 if (!strlen($_GET["selImage"])) {
1081 return false;
1082 }
1083
1084 return true;
1085 }

References $_GET.

Referenced by getAddSolutionSelectionParameter(), and saveWorkingData().

+ Here is the caller graph for this function:

◆ isAutosaveable()

assImagemapQuestion::isAutosaveable ( )

Reimplemented from assQuestion.

Definition at line 695 of file class.assImagemapQuestion.php.

696 {
697 return false; // #15217
698 }

◆ isComplete()

assImagemapQuestion::isComplete ( )

Returns true, if a imagemap question is complete for use.

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

Reimplemented from assQuestion.

Definition at line 107 of file class.assImagemapQuestion.php.

108 {
109 if (strlen($this->title)
110 && ($this->author)
111 && ($this->question)
112 && ($this->image_filename)
113 && (count($this->answers))
114 && ($this->getMaximumPoints() > 0)
115 ) {
116 return true;
117 }
118 return false;
119 }
getMaximumPoints()
Returns the maximum points, a learner can reach answering the question.

References getMaximumPoints().

+ Here is the call graph for this function:

◆ isRemoveSolutionSelectionRequest()

assImagemapQuestion::isRemoveSolutionSelectionRequest ( )
protected

Definition at line 1094 of file class.assImagemapQuestion.php.

1095 {
1096 if (!$this->is_multiple_choice) {
1097 return false;
1098 }
1099
1100 if (!isset($_GET["remImage"])) {
1101 return false;
1102 }
1103
1104 if (!strlen($_GET["remImage"])) {
1105 return false;
1106 }
1107
1108 return true;
1109 }

References $_GET.

Referenced by getRemoveSolutionSelectionParameter(), and saveWorkingData().

+ Here is the caller graph for this function:

◆ isReuseSolutionSelectionRequest()

assImagemapQuestion::isReuseSolutionSelectionRequest ( )
protected

Definition at line 1118 of file class.assImagemapQuestion.php.

1119 {
1120 if (!$this->getTestPresentationConfig()->isPreviousPassSolutionReuseAllowed()) {
1121 return false;
1122 }
1123
1124 if (!isset($_GET["reuseSelection"])) {
1125 return false;
1126 }
1127
1128 if (!strlen($_GET["reuseSelection"])) {
1129 return false;
1130 }
1131
1132 if (!preg_match('/\d(,\d)*/', $_GET["reuseSelection"])) {
1133 return false;
1134 }
1135
1136 return true;
1137 }
getTestPresentationConfig()
Get the test question configuration (initialised once)

References $_GET, and assQuestion\getTestPresentationConfig().

Referenced by getReuseSolutionSelectionParameter(), and saveWorkingData().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ loadFromDb()

assImagemapQuestion::loadFromDb (   $question_id)

Loads a assImagemapQuestion object from a database.

Loads a assImagemapQuestion object from a database (experimental)

Parameters
object$dbA pear DB object
integer$question_idA unique key which defines the multiple choice test in the database @access public

Reimplemented from assQuestion.

Definition at line 362 of file class.assImagemapQuestion.php.

363 {
364 global $DIC;
365 $ilDB = $DIC['ilDB'];
366
367 $result = $ilDB->queryF(
368 "SELECT qpl_questions.*, " . $this->getAdditionalTableName() . ".* FROM qpl_questions LEFT JOIN " . $this->getAdditionalTableName() . " ON " . $this->getAdditionalTableName() . ".question_fi = qpl_questions.question_id WHERE qpl_questions.question_id = %s",
369 array("integer"),
370 array($question_id)
371 );
372 if ($result->numRows() == 1) {
373 $data = $ilDB->fetchAssoc($result);
374 $this->setId($question_id);
375 $this->setObjId($data["obj_fi"]);
376 $this->setTitle($data["title"]);
377 $this->setComment($data["description"]);
378 $this->setOriginalId($data["original_id"]);
379 $this->setNrOfTries($data['nr_of_tries']);
380 $this->setAuthor($data["author"]);
381 $this->setPoints($data["points"]);
382 $this->setOwner($data["owner"]);
383 $this->setIsMultipleChoice($data["is_multiple_choice"] == self::MODE_MULTIPLE_CHOICE);
384 include_once("./Services/RTE/classes/class.ilRTE.php");
385 $this->setQuestion(ilRTE::_replaceMediaObjectImageSrc($data["question_text"], 1));
386 $this->setImageFilename($data["image_file"]);
387 $this->setEstimatedWorkingTime(substr($data["working_time"], 0, 2), substr($data["working_time"], 3, 2), substr($data["working_time"], 6, 2));
388
389 try {
393 }
394
395 try {
396 $this->setAdditionalContentEditingMode($data['add_cont_edit_mode']);
398 }
399
400 $result = $ilDB->queryF(
401 "SELECT * FROM qpl_a_imagemap WHERE question_fi = %s ORDER BY aorder ASC",
402 array("integer"),
403 array($question_id)
404 );
405 include_once "./Modules/TestQuestionPool/classes/class.assAnswerImagemap.php";
406 if ($result->numRows() > 0) {
407 while ($data = $ilDB->fetchAssoc($result)) {
408 array_push($this->answers, new ASS_AnswerImagemap($data["answertext"], $data["points"], $data["aorder"], $data["coords"], $data["area"], $data['question_fi'], $data['points_unchecked']));
409 }
410 }
411 }
412 parent::loadFromDb($question_id);
413 }
setIsMultipleChoice($is_multiple_choice)
Set true if the Imagemapquestion is a multiplechoice Question.
setImageFilename($image_filename, $image_tempfilename="")
Sets the image file name.
getAdditionalTableName()
Returns the name of the additional question data table in the database.
setId($id=-1)
Sets the id of the assQuestion object.
setOriginalId($original_id)
setObjId($obj_id=0)
Set the object id of the container object.
setTitle($title="")
Sets the title string of the assQuestion object.
setOwner($owner="")
Sets the creator/owner ID of the assQuestion object.
setEstimatedWorkingTime($hour=0, $min=0, $sec=0)
Sets the estimated working time of a question from given hour, minute and second.
setAuthor($author="")
Sets the authors name of the assQuestion object.
setLifecycle(ilAssQuestionLifecycle $lifecycle)
setPoints($a_points)
Sets the maximum available points for the question.
setComment($comment="")
Sets the comment string of the assQuestion object.
setNrOfTries($a_nr_of_tries)
setAdditionalContentEditingMode($additinalContentEditingMode)
setter for additional content editing mode for this question
setQuestion($question="")
Sets the question string of the question 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...

References $data, $DIC, Vendor\Package\$e, $ilDB, $result, ilRTE\_replaceMediaObjectImageSrc(), getAdditionalTableName(), ilAssQuestionLifecycle\getDraftInstance(), ilAssQuestionLifecycle\getInstance(), assQuestion\setAdditionalContentEditingMode(), assQuestion\setAuthor(), assQuestion\setComment(), assQuestion\setEstimatedWorkingTime(), assQuestion\setId(), setImageFilename(), setIsMultipleChoice(), assQuestion\setLifecycle(), assQuestion\setNrOfTries(), assQuestion\setObjId(), assQuestion\setOriginalId(), assQuestion\setOwner(), assQuestion\setPoints(), assQuestion\setQuestion(), and assQuestion\setTitle().

+ Here is the call graph for this function:

◆ saveAdditionalQuestionDataToDb()

assImagemapQuestion::saveAdditionalQuestionDataToDb ( )

Saves a record to the question types additional data table.

Returns
mixed

Implements ilObjQuestionScoringAdjustable.

Definition at line 164 of file class.assImagemapQuestion.php.

165 {
166 global $DIC;
167 $ilDB = $DIC['ilDB'];
168
169 $ilDB->manipulateF(
170 "DELETE FROM " . $this->getAdditionalTableName() . " WHERE question_fi = %s",
171 array( "integer" ),
172 array( $this->getId() )
173 );
174
175 $ilDB->manipulateF(
176 "INSERT INTO " . $this->getAdditionalTableName(
177 ) . " (question_fi, image_file, is_multiple_choice) VALUES (%s, %s, %s)",
178 array( "integer", "text", 'integer' ),
179 array(
180 $this->getId(),
181 $this->image_filename,
182 (int) $this->is_multiple_choice
183 )
184 );
185 }

References $DIC, $ilDB, getAdditionalTableName(), and assQuestion\getId().

Referenced by saveToDb().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveAnswerSpecificDataToDb()

assImagemapQuestion::saveAnswerSpecificDataToDb ( )

Saves the answer specific records into a question types answer table.

Returns
mixed

Implements ilObjAnswerScoringAdjustable.

Definition at line 138 of file class.assImagemapQuestion.php.

139 {
140 global $DIC;
141 $ilDB = $DIC['ilDB'];
142 $ilDB->manipulateF(
143 "DELETE FROM qpl_a_imagemap WHERE question_fi = %s",
144 array( "integer" ),
145 array( $this->getId() )
146 );
147
148 // Anworten wegschreiben
149 foreach ($this->answers as $key => $value) {
150 $answer_obj = $this->answers[$key];
151 $answer_obj->setOrder($key);
152 $next_id = $ilDB->nextId('qpl_a_imagemap');
153 $ilDB->manipulateF(
154 "INSERT INTO qpl_a_imagemap (answer_id, question_fi, answertext, points, aorder, coords, area, points_unchecked) VALUES (%s, %s, %s, %s, %s, %s, %s, %s)",
155 array( "integer", "integer", "text", "float", "integer", "text", "text", "float" ),
156 array( $next_id, $this->id, $answer_obj->getAnswertext(
157 ), $answer_obj->getPoints(), $answer_obj->getOrder(
158 ), $answer_obj->getCoords(), $answer_obj->getArea(
159 ), $answer_obj->getPointsUnchecked() )
160 );
161 }
162 }

References $DIC, $ilDB, and assQuestion\getId().

Referenced by saveToDb().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ savePreviewData()

assImagemapQuestion::savePreviewData ( ilAssQuestionPreviewSession  $previewSession)
protected

Reimplemented from assQuestion.

Definition at line 782 of file class.assImagemapQuestion.php.

783 {
784 $solution = $previewSession->getParticipantsSolution();
785
786 if ($this->is_multiple_choice && strlen($_GET['remImage'])) {
787 unset($solution[(int) $_GET['remImage']]);
788 }
789
790 if (strlen($_GET['selImage'])) {
791 if (!$this->is_multiple_choice) {
792 $solution = array();
793 }
794
795 $solution[(int) $_GET['selImage']] = (int) $_GET['selImage'];
796 }
797
798 $previewSession->setParticipantsSolution($solution);
799 }

References $_GET, ilAssQuestionPreviewSession\getParticipantsSolution(), and ilAssQuestionPreviewSession\setParticipantsSolution().

+ Here is the call graph for this function:

◆ saveToDb()

assImagemapQuestion::saveToDb (   $original_id = "")

Saves an assImagemapQuestion object to a database.

Saves an assImagemapQuestion object to a database

Parameters
string$original_id
Returns
mixed|void

Reimplemented from assQuestion.

Definition at line 130 of file class.assImagemapQuestion.php.

131 {
135 parent::saveToDb($original_id);
136 }
saveAdditionalQuestionDataToDb()
Saves a record to the question types additional data table.
saveAnswerSpecificDataToDb()
Saves the answer specific records into a question types answer table.
saveQuestionDataToDb($original_id="")

References assQuestion\$original_id, saveAdditionalQuestionDataToDb(), saveAnswerSpecificDataToDb(), and assQuestion\saveQuestionDataToDb().

+ Here is the call graph for this function:

◆ saveWorkingData()

assImagemapQuestion::saveWorkingData (   $active_id,
  $pass = null,
  $authorized = true 
)

Saves the learners input of the question to the database.

@access public

Parameters
integer$active_idActive id of the user
integer$passTest pass
Returns
boolean $status

Reimplemented from assQuestion.

Definition at line 708 of file class.assImagemapQuestion.php.

709 {
710 global $DIC;
711 $ilDB = $DIC['ilDB'];
712
713 if (is_null($pass)) {
714 include_once "./Modules/Test/classes/class.ilObjTest.php";
715 $pass = ilObjTest::_getPass($active_id);
716 }
717
718 $solutionSelectionChanged = false;
719
720 $this->getProcessLocker()->executeUserSolutionUpdateLockOperation(function () use (&$solutionSelectionChanged, $ilDB, $active_id, $pass, $authorized) {
721 if ($authorized) {
722 // remove the dummy record of the intermediate solution
723 $this->deleteDummySolutionRecord($active_id, $pass);
724
725 // delete the authorized solution and make the intermediate solution authorized (keeping timestamps)
726 $this->removeCurrentSolution($active_id, $pass, true);
727 $this->updateCurrentSolutionsAuthorization($active_id, $pass, true, true);
728
729 $solutionSelectionChanged = true;
730 } else {
732 $active_id,
733 $pass,
734 $this->is_multiple_choice
735 );
736
737 if ($this->isReuseSolutionSelectionRequest()) {
738 $selection = $this->getReuseSolutionSelectionParameter();
739
740 foreach ($selection as $selectedIndex) {
741 $this->saveCurrentSolution($active_id, $pass, (int) $selectedIndex, null, $authorized);
742 $solutionSelectionChanged = true;
743 }
744 } elseif ($this->isRemoveSolutionSelectionRequest()) {
745 $selection = $this->getRemoveSolutionSelectionParameter();
746
747 $this->deleteSolutionRecordByValues($active_id, $pass, $authorized, array(
748 'value1' => (int) $selection
749 ));
750
751 $solutionSelectionChanged = true;
752 } elseif ($this->isAddSolutionSelectionRequest()) {
753 $selection = $this->getAddSolutionSelectionParameter();
754
755 if ($this->is_multiple_choice) {
756 $this->deleteSolutionRecordByValues($active_id, $pass, $authorized, array(
757 'value1' => (int) $_GET['selImage']
758 ));
759 } else {
760 $this->removeCurrentSolution($active_id, $pass, $authorized);
761 }
762
763 $this->saveCurrentSolution($active_id, $pass, $_GET['selImage'], null, $authorized);
764
765 $solutionSelectionChanged = true;
766 }
767 }
768 });
769
770 require_once 'Modules/Test/classes/class.ilObjAssessmentFolder.php';
772 if ($solutionSelectionChanged) {
773 assQuestion::logAction($this->lng->txtlng("assessment", "log_user_entered_values", ilObjAssessmentFolder::_getLogLanguage()), $active_id, $this->getId());
774 } else {
775 assQuestion::logAction($this->lng->txtlng("assessment", "log_user_not_entered_values", ilObjAssessmentFolder::_getLogLanguage()), $active_id, $this->getId());
776 }
777 }
778
779 return true;
780 }
deleteSolutionRecordByValues($activeId, $passIndex, $authorized, $matchValues)
deleteDummySolutionRecord($activeId, $passIndex)
saveCurrentSolution($active_id, $pass, $value1, $value2, $authorized=true, $tstamp=null)
static logAction($logtext="", $active_id="", $question_id="")
Logs an action into the Test&Assessment log.
removeCurrentSolution($active_id, $pass, $authorized=true)
forceExistingIntermediateSolution($activeId, $passIndex, $considerDummyRecordCreation)
updateCurrentSolutionsAuthorization($activeId, $pass, $authorized, $keepTime=false)
static _getLogLanguage()
retrieve the log language for assessment logging
static _enabledAssessmentLogging()
check wether assessment logging is enabled or not
static _getPass($active_id)
Retrieves the actual pass of a given user for a given test.

References $_GET, $DIC, $ilDB, $pass, ilObjAssessmentFolder\_enabledAssessmentLogging(), ilObjAssessmentFolder\_getLogLanguage(), ilObjTest\_getPass(), assQuestion\deleteDummySolutionRecord(), assQuestion\deleteSolutionRecordByValues(), assQuestion\forceExistingIntermediateSolution(), getAddSolutionSelectionParameter(), assQuestion\getProcessLocker(), getRemoveSolutionSelectionParameter(), getReuseSolutionSelectionParameter(), isAddSolutionSelectionRequest(), isRemoveSolutionSelectionRequest(), isReuseSolutionSelectionRequest(), assQuestion\logAction(), assQuestion\removeCurrentSolution(), assQuestion\saveCurrentSolution(), and assQuestion\updateCurrentSolutionsAuthorization().

+ Here is the call graph for this function:

◆ setExportDetailsXLS()

assImagemapQuestion::setExportDetailsXLS (   $worksheet,
  $startrow,
  $active_id,
  $pass 
)

{Creates an Excel worksheet for the detailed cumulated results of this question.

Parameters
object$worksheetReference to the parent excel worksheet
object$startrowStartrow of the output in the excel worksheet
object$active_idActive id of the participant
object$passTest pass
Returns
object
}

Reimplemented from assQuestion.

Definition at line 863 of file class.assImagemapQuestion.php.

864 {
865 parent::setExportDetailsXLS($worksheet, $startrow, $active_id, $pass);
866
867 $solution = $this->getSolutionValues($active_id, $pass);
868
869 $i = 1;
870 foreach ($this->getAnswers() as $id => $answer) {
871 $worksheet->setCell($startrow + $i, 0, $answer->getArea() . ": " . $answer->getCoords());
872 $worksheet->setBold($worksheet->getColumnCoord(0) . ($startrow + $i));
873
874 $cellValue = 0;
875 foreach ($solution as $solIndex => $sol) {
876 if ($sol['value1'] == $id) {
877 $cellValue = 1;
878 break;
879 }
880 }
881
882 $worksheet->setCell($startrow + $i, 2, $cellValue);
883
884 $i++;
885 }
886
887 return $startrow + $i + 1;
888 }
getSolutionValues($active_id, $pass=null, $authorized=true)
Loads solutions of a given user from the database an returns it.

References $i, assQuestion\$id, $pass, getAnswers(), and assQuestion\getSolutionValues().

+ Here is the call graph for this function:

◆ setImageFilename()

assImagemapQuestion::setImageFilename (   $image_filename,
  $image_tempfilename = "" 
)

Sets the image file name.

Parameters
string$image_filename. @access public
See also
$image_filename

Definition at line 447 of file class.assImagemapQuestion.php.

448 {
449 if (!empty($image_filename)) {
450 $image_filename = str_replace(" ", "_", $image_filename);
451 $this->image_filename = $image_filename;
452 }
453 if (!empty($image_tempfilename)) {
454 $imagepath = $this->getImagePath();
455 if (!file_exists($imagepath)) {
456 ilUtil::makeDirParents($imagepath);
457 }
458 if (!ilUtil::moveUploadedFile($image_tempfilename, $image_filename, $imagepath . $image_filename)) {
459 $this->ilias->raiseError("The image could not be uploaded!", $this->ilias->error_obj->MESSAGE);
460 }
461 global $DIC;
462 $ilLog = $DIC['ilLog'];
463 $ilLog->write("gespeichert: " . $imagepath . $image_filename);
464 }
465 }
static moveUploadedFile($a_file, $a_name, $a_target, $a_raise_errors=true, $a_mode="move_uploaded")
move uploaded file
redirection script todo: (a better solution should control the processing via a xml file)

References $DIC, $image_filename, assQuestion\getImagePath(), ilUtil\makeDirParents(), and ilUtil\moveUploadedFile().

Referenced by loadFromDb().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setIsMultipleChoice()

assImagemapQuestion::setIsMultipleChoice (   $is_multiple_choice)

Set true if the Imagemapquestion is a multiplechoice Question.

Parameters
bool$is_multiple_choice

Definition at line 86 of file class.assImagemapQuestion.php.

87 {
88 $this->is_multiple_choice = $is_multiple_choice;
89 }

References $is_multiple_choice.

Referenced by loadFromDb().

+ Here is the caller graph for this function:

◆ syncWithOriginal()

assImagemapQuestion::syncWithOriginal ( )

Reimplemented from assQuestion.

Definition at line 801 of file class.assImagemapQuestion.php.

802 {
803 if ($this->getOriginalId()) {
804 parent::syncWithOriginal();
805 }
806 }

References assQuestion\getOriginalId().

+ Here is the call graph for this function:

◆ toJSON()

assImagemapQuestion::toJSON ( )

Returns a JSON representation of the question.

Reimplemented from assQuestion.

Definition at line 904 of file class.assImagemapQuestion.php.

905 {
906 include_once("./Services/RTE/classes/class.ilRTE.php");
907 $result = array();
908 $result['id'] = (int) $this->getId();
909 $result['type'] = (string) $this->getQuestionType();
910 $result['title'] = (string) $this->getTitle();
911 $result['question'] = $this->formatSAQuestion($this->getQuestion());
912 $result['nr_of_tries'] = (int) $this->getNrOfTries();
913 $result['shuffle'] = (bool) $this->getShuffle();
914 $result['is_multiple'] = (bool) $this->getIsMultipleChoice();
915 $result['feedback'] = array(
916 'onenotcorrect' => $this->formatSAQuestion($this->feedbackOBJ->getGenericFeedbackTestPresentation($this->getId(), false)),
917 'allcorrect' => $this->formatSAQuestion($this->feedbackOBJ->getGenericFeedbackTestPresentation($this->getId(), true))
918 );
919 $result['image'] = (string) $this->getImagePathWeb() . $this->getImageFilename();
920
921 $answers = array();
922 $order = 0;
923 foreach ($this->getAnswers() as $key => $answer_obj) {
924 array_push($answers, array(
925 "answertext" => (string) $answer_obj->getAnswertext(),
926 "points" => (float) $answer_obj->getPoints(),
927 "points_unchecked" => (float) $answer_obj->getPointsUnchecked(),
928 "order" => (int) $order,
929 "coords" => $answer_obj->getCoords(),
930 "state" => $answer_obj->getState(),
931 "area" => $answer_obj->getArea(),
932 "feedback" => $this->formatSAQuestion(
933 $this->feedbackOBJ->getSpecificAnswerFeedbackExportPresentation($this->getId(), 0, $key)
934 )
935 ));
936 $order++;
937 }
938 $result['answers'] = $answers;
939
940 $mobs = ilObjMediaObject::_getMobsOfObject("qpl:html", $this->getId());
941 $result['mobs'] = $mobs;
942
943 return json_encode($result);
944 }
getQuestionType()
Returns the question type of the question.
formatSAQuestion($a_q)
Format self assessment question.
getShuffle()
Gets the shuffle flag.
getTitle()
Gets the title string of the assQuestion object.
getQuestion()
Gets the question string of the question object.
getImagePathWeb()
Returns the web image path for web accessable images of a question.
static _getMobsOfObject($a_type, $a_id, $a_usage_hist_nr=0, $a_lang="-")
get mobs of object
$mobs
Definition: imgupload.php:54

References $answers, $mobs, $result, ilObjMediaObject\_getMobsOfObject(), assQuestion\formatSAQuestion(), getAnswers(), assQuestion\getId(), getImageFilename(), assQuestion\getImagePathWeb(), getIsMultipleChoice(), assQuestion\getNrOfTries(), assQuestion\getQuestion(), getQuestionType(), assQuestion\getShuffle(), and assQuestion\getTitle().

+ Here is the call graph for this function:

◆ uploadImagemap()

assImagemapQuestion::uploadImagemap ( array  $shapes)

Uploads an image map and takes over the areas.

Parameters
ASS_AnswerImagemap[]$shapes
Returns
integer number of areas added

Definition at line 421 of file class.assImagemapQuestion.php.

422 {
423 $added = 0;
424
425 if (count($shapes) > 0) {
426 foreach ($shapes as $shape) {
427 $this->addAnswer($shape->getAnswertext(), 0.0, count($this->answers), $shape->getCoords(), $shape->getArea());
428 $added++;
429 }
430 }
431
432 return $added;
433 }
addAnswer( $answertext="", $points=0.0, $order=0, $coords="", $area="", $points_unchecked=0.0)
Adds a possible answer for a imagemap question.

References addAnswer().

+ Here is the call graph for this function:

Field Documentation

◆ $answers

assImagemapQuestion::$answers

Definition at line 39 of file class.assImagemapQuestion.php.

Referenced by getAnswers(), and toJSON().

◆ $coords

assImagemapQuestion::$coords

Definition at line 48 of file class.assImagemapQuestion.php.

Referenced by addAnswer().

◆ $currentSolution

assImagemapQuestion::$currentSolution = array()

Definition at line 27 of file class.assImagemapQuestion.php.

◆ $image_filename

assImagemapQuestion::$image_filename

Definition at line 42 of file class.assImagemapQuestion.php.

Referenced by __construct(), getImageFilename(), and setImageFilename().

◆ $imagemap_contents

assImagemapQuestion::$imagemap_contents

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

Referenced by get_imagemap_contents().

◆ $is_multiple_choice

assImagemapQuestion::$is_multiple_choice = false
protected

Definition at line 51 of file class.assImagemapQuestion.php.

Referenced by getIsMultipleChoice(), and setIsMultipleChoice().

◆ AVAILABLE_SHAPES

const assImagemapQuestion::AVAILABLE_SHAPES
Initial value:
= [
'RECT' => 'rect',
'CIRCLE' => 'circle',
'POLY' => 'poly']

Definition at line 33 of file class.assImagemapQuestion.php.

Referenced by assImagemapQuestionGUI\saveShape(), and ilHtmlImageMapFileInputGUI\verifyArea().

◆ MODE_MULTIPLE_CHOICE

const assImagemapQuestion::MODE_MULTIPLE_CHOICE = 1

◆ MODE_SINGLE_CHOICE

const assImagemapQuestion::MODE_SINGLE_CHOICE = 0

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