|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class for multiple choice tests. More...
Inheritance diagram for assMultipleChoice:
Collaboration diagram for assMultipleChoice:Public Member Functions | |
| setIsSingleline ($isSingleline) | |
| getIsSingleline () | |
| __construct ( $title="", $comment="", $author="", $owner=-1, $question="", $output_type=OUTPUT_ORDER) | |
| assMultipleChoice constructor More... | |
| getSelectionLimit () | |
| setSelectionLimit ($selectionLimit) | |
| isComplete () | |
| Returns true, if a multiple choice question is complete for use. More... | |
| saveToDb ($original_id="") | |
| Saves a assMultipleChoice object to a database. More... | |
| loadFromDb ($question_id) | |
| Loads a assMultipleChoice object from a database. More... | |
| duplicate (bool $for_test=true, string $title="", string $author="", int $owner=-1, $testObjId=null) | |
| Duplicates an assMultipleChoiceQuestion. More... | |
| copyObject ($target_questionpool_id, $title="") | |
| Copies an assMultipleChoice object. More... | |
| createNewOriginalFromThisDuplicate ($targetParentId, $targetQuestionTitle="") | |
| addAnswer ( $answertext="", $points=0.0, $points_unchecked=0.0, $order=0, $answerimage=null, $answer_id=-1) | |
| Adds a possible answer for a multiple choice question. More... | |
| getAnswerCount () | |
| Returns the number of answers. More... | |
| getAnswer ($index=0) | |
| Returns an answer with a given index. More... | |
| deleteAnswer ($index=0) | |
| Deletes an answer with a given index. 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... | |
| validateSolutionSubmit () | |
| 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... | |
| setImageFile ($image_filename, $image_tempfilename="") | |
| Sets the image file and uploads the image to the object's image directory. More... | |
| copyImages ($question_id, $source_questionpool) | |
| getRTETextWithMediaObjects () | |
| Collects all text in the question which could contain media objects which were created with the Rich Text Editor. More... | |
| & | getAnswers () |
| Returns a reference to the answers array. More... | |
| setAnswers (array $answers) | |
| setExportDetailsXLSX (ilAssExcelFormatHelper $worksheet, int $startrow, int $col, int $active_id, int $pass) | |
| {} More... | |
| toJSON () | |
| Returns a JSON representation of the question. More... | |
| removeAnswerImage ($index) | |
| getMultilineAnswerSetting () | |
| setMultilineAnswerSetting ($a_setting=0) | |
| setSpecificFeedbackSetting ($a_feedback_setting) | |
| Sets the feedback settings in effect for the question. More... | |
| getSpecificFeedbackSetting () | |
| Gets the current feedback settings in effect for the question. More... | |
| getSpecificFeedbackAllCorrectOptionLabel () | |
| 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... | |
| isSingleline () | |
Public Member Functions inherited from assQuestion | |
| __construct (string $title="", string $comment="", string $author="", int $owner=-1, string $question="") | |
| assQuestion constructor More... | |
| getShuffler () | |
| setShuffler (Transformation $shuffler) | |
| setProcessLocker (ilAssQuestionProcessLocker $processLocker) | |
| getProcessLocker () | |
| fromXML ($item, int $questionpool_id, ?int $tst_id, &$tst_object, int &$question_counter, array $import_mapping, array &$solutionhints=[]) | |
| Receives parameters from a QTI parser and creates a valid ILIAS question object. More... | |
| toXML (bool $a_include_header=true, bool $a_include_binary=true, bool $a_shuffle=false, bool $test_output=false, bool $force_image_references=false) | |
| Returns a QTI xml representation of the question. More... | |
| isComplete () | |
| Returns true, if a question is complete for use. More... | |
| setTitle (string $title="") | |
| setId (int $id=-1) | |
| setTestId (int $id=-1) | |
| setComment (string $comment="") | |
| setShuffle (?bool $shuffle=true) | |
| setAuthor (string $author="") | |
| setOwner (int $owner=-1) | |
| getTitle () | |
| getTitleForHTMLOutput () | |
| getTitleFilenameCompliant () | |
| getId () | |
| getShuffle () | |
| getTestId () | |
| getComment () | |
| getDescriptionForHTMLOutput () | |
| getThumbSize () | |
| setThumbSize (int $a_size) | |
| getMinimumThumbSize () | |
| getMaximumThumbSize () | |
| getAuthor () | |
| getAuthorForHTMLOutput () | |
| getOwner () | |
| getObjId () | |
| setObjId (int $obj_id=0) | |
| getLifecycle () | |
| setLifecycle (ilAssQuestionLifecycle $lifecycle) | |
| setExternalId (?string $external_id) | |
| getExternalId () | |
| getSuggestedSolutionOutput () | |
| getSuggestedSolutions () | |
| getReachedPoints (int $active_id, int $pass) | |
| getMaximumPoints () | |
| getAdjustedReachedPoints (int $active_id, int $pass, bool $authorizedSolution=true) | |
| returns the reached points ... More... | |
| calculateResultsFromSolution (int $active_id, int $pass, bool $obligationsEnabled=false) | |
| Calculates the question results from a previously saved question solution. More... | |
| persistWorkingState (int $active_id, $pass, bool $obligationsEnabled=false, bool $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 (int $active_id, int $pass, bool $authorized=true) | |
| Saves the learners input of the question to the database. More... | |
| getSuggestedSolutionPath () | |
| getImagePath ($question_id=null, $object_id=null) | |
| Returns the image path for web accessable images of a question. More... | |
| getSuggestedSolutionPathWeb () | |
| getImagePathWeb () | |
| Returns the web image path for web accessable images of a question. More... | |
| getTestOutputSolutions (int $activeId, int $pass) | |
| getUserSolutionPreferingIntermediate (int $active_id, $pass=null) | |
| getSolutionValues ($active_id, $pass=null, bool $authorized=true) | |
| Loads solutions of a given user from the database an returns it. More... | |
| getAdditionalTableName () | |
| getAnswerTableName () | |
| deleteAnswers (int $question_id) | |
| deleteAdditionalTableData (int $question_id) | |
| delete (int $question_id) | |
| getTotalAnswers () | |
| copyXHTMLMediaObjectsOfQuestion (int $a_q_id) | |
| syncXHTMLMediaObjectsOfQuestion () | |
| createPageObject () | |
| copyPageOfQuestion (int $a_q_id) | |
| getPageOfQuestion () | |
| setOriginalId (?int $original_id) | |
| getOriginalId () | |
| fixSvgToPng (string $imageFilenameContainingString) | |
| fixUnavailableSkinImageSources (string $html) | |
| loadFromDb (int $question_id) | |
| createNewQuestion (bool $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 (int $original_id=-1) | |
| saveToDb () | |
| deleteSuggestedSolutions () | |
| getSuggestedSolution (int $subquestion_index=0) | |
| resolveInternalLink (string $internal_link) | |
| resolveSuggestedSolutionLinks () | |
| syncWithOriginal () | |
| getPoints () | |
| setPoints (float $points) | |
| getSolutionMaxPass (int $active_id) | |
| 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... | |
| buildHashedImageFilename (string $plain_image_filename, bool $unique=false) | |
| getQuestion () | |
| getQuestionForHTMLOutput () | |
| setQuestion (string $question="") | |
| getQuestionType () | |
| Returns the question type of the question. More... | |
| getQuestionTypeID () | |
| syncHints () | |
| cleanupMediaObjectUsage () | |
| getInstances () | |
| getActiveUserData (int $active_id) | |
| Returns the user id and the test id for a given active id. More... | |
| hasSpecificFeedback () | |
| setExportDetailsXLSX (ilAssExcelFormatHelper $worksheet, int $startrow, int $col, int $active_id, int $pass) | |
| getNrOfTries () | |
| setNrOfTries (int $a_nr_of_tries) | |
| setExportImagePath (string $path) | |
| formatSAQuestion ($a_q) | |
| setPreventRteUsage (bool $prevent_rte_usage) | |
| getPreventRteUsage () | |
| migrateContentForLearningModule (ilAssSelfAssessmentMigrator $migrator) | |
| setSelfAssessmentEditingMode (bool $selfassessmenteditingmode) | |
| getSelfAssessmentEditingMode () | |
| setDefaultNrOfTries (int $defaultnroftries) | |
| getDefaultNrOfTries () | |
| syncSkillAssignments (int $srcParentId, int $srcQuestionId, int $trgParentId, int $trgQuestionId) | |
| ensureHintPageObjectExists ($pageObjectId) | |
| isAnswered (int $active_id, int $pass) | |
| getAdditionalContentEditingMode () | |
| setAdditionalContentEditingMode (?string $additionalContentEditingMode) | |
| isAdditionalContentEditingModePageObject () | |
| isValidAdditionalContentEditingMode (string $additionalContentEditingMode) | |
| getValidAdditionalContentEditingModes () | |
| getHtmlUserSolutionPurifier () | |
| getHtmlQuestionContentPurifier () | |
| setLastChange ($lastChange) | |
| getLastChange () | |
| removeIntermediateSolution (int $active_id, int $pass) | |
| removeCurrentSolution (int $active_id, int $pass, bool $authorized=true) | |
| saveCurrentSolution (int $active_id, int $pass, $value1, $value2, bool $authorized=true, $tstamp=0) | |
| updateCurrentSolution (int $solutionId, $value1, $value2, bool $authorized=true) | |
| updateCurrentSolutionsAuthorization (int $activeId, int $pass, bool $authorized, bool $keepTime=false) | |
| setStep ($step) | |
| getStep () | |
| toJSON () | |
| duplicate (bool $for_test=true, string $title="", string $author="", int $owner=-1, $testObjId=null) | |
| intermediateSolutionExists (int $active_id, int $pass) | |
| authorizedSolutionExists (int $active_id, ?int $pass) | |
| authorizedOrIntermediateSolutionExists (int $active_id, int $pass) | |
| lookupForExistingSolutions (int $activeId, int $pass) | |
| Lookup if an authorized or intermediate solution exists. More... | |
| isAddableAnswerOptionValue (int $qIndex, string $answerOptionValue) | |
| addAnswerOptionValue (int $qIndex, string $answerOptionValue, float $points) | |
| removeAllExistingSolutions () | |
| removeExistingSolutions (int $activeId, int $pass) | |
| resetUsersAnswer (int $activeId, int $pass) | |
| removeResultRecord (int $activeId, int $pass) | |
| fetchValuePairsFromIndexedValues (array $indexedValues) | |
| fetchIndexedValuesFromValuePairs (array $valuePairs) | |
| areObligationsToBeConsidered () | |
| setObligationsToBeConsidered (bool $obligationsToBeConsidered) | |
| updateTimestamp () | |
| getTestPresentationConfig () | |
Public Member Functions inherited from ilObjQuestionScoringAdjustable | |
| saveAdditionalQuestionDataToDb () | |
| Saves a record to the question types additional data table. More... | |
Public Member Functions inherited from ilObjAnswerScoringAdjustable | |
| saveAnswerSpecificDataToDb () | |
| Saves the answer specific records into a question types answer table. More... | |
Public Member Functions inherited from iQuestionCondition | |
| getUserQuestionResult ($active_id, $pass) | |
| Get the user solution for a question by active_id and the test pass. More... | |
Data Fields | |
| $answers | |
| $output_type | |
| $isSingleline | |
| $lastChange | |
| $feedback_setting | |
Data Fields inherited from assQuestion | |
| const | TRIM_PATTERN = '/^[\p{C}\p{Z}]+|[\p{C}\p{Z}]+$/u' |
| const | ADDITIONAL_CONTENT_EDITING_MODE_RTE = 'default' |
| const | ADDITIONAL_CONTENT_EDITING_MODE_IPE = 'pageobject' |
| ilAssQuestionFeedback | $feedbackOBJ |
| bool | $prevent_rte_usage = false |
| bool | $selfassessmenteditingmode = false |
| int | $defaultnroftries = 0 |
| string | $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 | |
| isForcedEmptySolution ($solutionSubmit) | |
| deleteImage ($image_filename) | |
| Deletes an image file. More... | |
| syncImages () | |
| Sync images of a MC question on synchronisation with the original question. More... | |
| lmMigrateQuestionTypeSpecificContent (ilAssSelfAssessmentMigrator $migrator) | |
| getSolutionSubmit () | |
| calculateReachedPointsForSolution ($found_values, $active_id=0) | |
| buildTestPresentationConfig () | |
Protected Member Functions inherited from assQuestion | |
| getQuestionAction () | |
| isNonEmptyItemListPostSubmission (string $postSubmissionFieldname) | |
| log (int $active_id, string $langVar) | |
| savePreviewData (ilAssQuestionPreviewSession $previewSession) | |
| deletePageOfQuestion (int $question_id) | |
| onDuplicate (int $originalParentId, int $originalQuestionId, int $duplicateParentId, int $duplicateQuestionId) | |
| beforeSyncWithOriginal (int $origQuestionId, int $dupQuestionId, int $origParentObjId, int $dupParentObjId) | |
| afterSyncWithOriginal (int $origQuestionId, int $dupQuestionId, int $origParentObjId, int $dupParentObjId) | |
| onCopy (int $sourceParentId, int $sourceQuestionId, int $targetParentId, int $targetQuestionId) | |
| duplicateComments (int $parent_source_id, int $source_id, int $parent_target_id, int $target_id) | |
| deleteComments () | |
| getNotesManager () | |
| getNotesDataService () | |
| getNotesRepo () | |
| syncSuggestedSolutions (int $target_question_id, int $target_obj_id) | |
| duplicateSuggestedSolutionFiles (int $parent_id, int $question_id) | |
| Duplicates the files of a suggested solution if the question is duplicated. More... | |
| syncSuggestedSolutionFiles (int $target_question_id, int $target_obj_id) | |
| copySuggestedSolutionFiles (int $source_questionpool_id, int $source_question_id) | |
| copySuggestedSolutions (int $target_question_id) | |
| ensureNonNegativePoints ($points) | |
| purifyAndPrepareTextAreaOutput (string $content) | |
| getRTETextWithMediaObjects () | |
| getSelfAssessmentFormatter () | |
| lmMigrateQuestionTypeGenericContent (ilAssSelfAssessmentMigrator $migrator) | |
| lmMigrateQuestionTypeSpecificContent (ilAssSelfAssessmentMigrator $migrator) | |
| duplicateQuestionHints (int $originalQuestionId, int $duplicateQuestionId) | |
| duplicateSkillAssignments (int $srcParentId, int $srcQuestionId, int $trgParentId, int $trgQuestionId) | |
| buildQuestionDataQuery () | |
| getCurrentSolutionResultSet (int $active_id, int $pass, bool $authorized=true) | |
| removeSolutionRecordById (int $solutionId) | |
| getSolutionRecordById (int $solutionId) | |
| deleteDummySolutionRecord (int $activeId, int $passIndex) | |
| isDummySolutionRecord (array $solutionRecord) | |
| deleteSolutionRecordByValues (int $activeId, int $passIndex, bool $authorized, array $matchValues) | |
| duplicateIntermediateSolutionAuthorized (int $activeId, int $passIndex) | |
| forceExistingIntermediateSolution (int $activeId, int $passIndex, bool $considerDummyRecordCreation) | |
| lookupMaxStep (int $active_id, int $pass) | |
| buildTestPresentationConfig () | |
| build basic test question configuration instance More... | |
| getSuggestedSolutionsRepo () | |
| loadSuggestedSolutions () | |
Additional Inherited Members | |
Static Public Member Functions inherited from assQuestion | |
| static | setForcePassResultUpdateEnabled (bool $forcePassResultsUpdateEnabled) |
| static | isForcePassResultUpdateEnabled () |
| static | _getSuggestedSolutionOutput (int $question_id) |
| static | _getReachedPoints (int $active_id, int $question_id, int $pass) |
| static | logAction (string $logtext, int $active_id, int $question_id) |
| static | isFileAvailable (string $file) |
| static | saveOriginalId (int $questionId, int $originalId) |
| static | resetOriginalId (int $questionId) |
| static | _getInternalLinkHref (string $target="") |
| static | instantiateQuestion (int $question_id) |
| static | _getSolutionMaxPass (int $question_id, int $active_id) |
| Returns the maximum pass a users question solution. More... | |
| static | _isWriteable (int $question_id, int $user_id) |
| static | _setReachedPoints (int $active_id, int $question_id, float $points, float $maxpoints, int $pass, bool $manualscoring, bool $obligationsEnabled, ?int $test_id=null) |
| Sets the points, a learner has reached answering the question Additionally objective results are updated. More... | |
| static | _needsManualScoring (int $question_id) |
| static | getFeedbackClassNameByQuestionType (string $questionType) |
| static | instantiateQuestionGUI (int $a_question_id) |
| static | _questionExistsInTest (int $question_id, int $test_id) |
| static | lookupParentObjId (int $questionId) |
| static | isObligationPossible (int $questionId) |
| static | implodeKeyValues (array $keyValues) |
| static | explodeKeyValues (string $keyValues) |
| static | convertISO8601FormatH_i_s_ExtendedToSeconds (string $time) |
| static | extendedTrim (string $value) |
| Trim non-printable characters from the beginning and end of a string. More... | |
Static Protected Member Functions inherited from assQuestion | |
| static | getNumExistingSolutionRecords (int $activeId, int $pass, int $questionId) |
Static Protected Attributes inherited from assQuestion | |
| static | $forcePassResultsUpdateEnabled = false |
| static | $imageSourceFixReplaceMap |
Class for multiple choice tests.
assMultipleChoice is a class for multiple choice questions.
Definition at line 38 of file class.assMultipleChoice.php.
| assMultipleChoice::__construct | ( | $title = "", |
|
$comment = "", |
|||
$author = "", |
|||
$owner = -1, |
|||
$question = "", |
|||
$output_type = OUTPUT_ORDER |
|||
| ) |
assMultipleChoice constructor
The constructor takes possible arguments an creates an instance of the assMultipleChoice object.
| string | $title | A title string to describe the question |
| string | $comment | A comment string to describe the question |
| string | $author | A string containing the name of the questions author |
| integer | $owner | A numerical ID to identify the owner/creator |
| string | $question | The question string of the multiple choice question |
| int | string | $output_type | The output order of the multiple choice answers |
Definition at line 99 of file class.assMultipleChoice.php.
References assQuestion\$author, assQuestion\$comment, $output_type, assQuestion\$owner, assQuestion\$question, assQuestion\$title, and ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| assMultipleChoice::addAnswer | ( | $answertext = "", |
|
$points = 0.0, |
|||
$points_unchecked = 0.0, |
|||
$order = 0, |
|||
$answerimage = null, |
|||
$answer_id = -1 |
|||
| ) |
Adds a possible answer for a multiple choice question.
A ASS_AnswerBinaryStateImage object will be created and assigned to the array $this->answers.
| string | $answertext | The answer text |
| double | $points | The points for selecting the answer (even negative points can be used) |
| float | $points_unchecked | The points for not selecting the answer (even positive points can be used) |
| integer | $order | A possible display order of the answer |
| string | $answerimage | |
| int | $answer_id | The Answer id used in the database |
Definition at line 371 of file class.assMultipleChoice.php.
References assQuestion\$points, and assQuestion\getHtmlQuestionContentPurifier().
Here is the call graph for this function:
|
protected |
Definition at line 1385 of file class.assMultipleChoice.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| assMultipleChoice::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.
| integer | $active_id | |
| integer | $pass | |
| boolean | $returndetails | (deprecated !!) |
| ilTestException |
Definition at line 504 of file class.assMultipleChoice.php.
References $data, $DIC, $ilDB, assQuestion\$points, calculateReachedPointsForSolution(), assQuestion\getCurrentSolutionResultSet(), and assQuestion\getSolutionMaxPass().
Referenced by getExpressionTypes().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| $found_values | |
| $active_id |
Definition at line 1279 of file class.assMultipleChoice.php.
References ILIAS\LTI\ToolProvider\$key, and assQuestion\$points.
Referenced by calculateReachedPoints().
Here is the caller graph for this function:| assMultipleChoice::copyImages | ( | $question_id, | |
| $source_questionpool | |||
| ) |
Definition at line 925 of file class.assMultipleChoice.php.
References $DIC, $filename, assQuestion\$ilLog, assQuestion\getImagePath(), and ilFileUtils\makeDirParents().
Here is the call graph for this function:| assMultipleChoice::copyObject | ( | $target_questionpool_id, | |
$title = "" |
|||
| ) |
Copies an assMultipleChoice object.
Definition at line 297 of file class.assMultipleChoice.php.
References assQuestion\$original_id, assQuestion\$title, assQuestion\getId(), and assQuestion\getObjId().
Here is the call graph for this function:| assMultipleChoice::createNewOriginalFromThisDuplicate | ( | $targetParentId, | |
$targetQuestionTitle = "" |
|||
| ) |
Definition at line 325 of file class.assMultipleChoice.php.
References assQuestion\$id, assQuestion\getId(), and assQuestion\getObjId().
Here is the call graph for this function:| assMultipleChoice::deleteAnswer | ( | $index = 0 | ) |
Deletes 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.
| integer | $index | A nonnegative index of the n-th answer |
Definition at line 445 of file class.assMultipleChoice.php.
References deleteImage(), and ILIAS\UI\Implementation\Component\Table\getOrder().
Here is the call graph for this function:
|
protected |
Deletes an image file.
| string | $image_filename | Name of the image file to delete |
Definition at line 866 of file class.assMultipleChoice.php.
References $DIC, $filename, assQuestion\$ilLog, assQuestion\getImagePath(), and ilFileUtils\makeDirParents().
Referenced by deleteAnswer(), and removeAnswerImage().
Here is the call graph for this function:
Here is the caller graph for this function:| assMultipleChoice::duplicate | ( | bool | $for_test = true, |
| string | $title = "", |
||
| string | $author = "", |
||
| int | $owner = -1, |
||
$testObjId = null |
|||
| ) |
Duplicates an assMultipleChoiceQuestion.
Definition at line 246 of file class.assMultipleChoice.php.
References assQuestion\$author, assQuestion\$original_id, assQuestion\$owner, assQuestion\$title, assQuestion\getId(), and assQuestion\getObjId().
Here is the call graph for this function:| assMultipleChoice::flushAnswers | ( | ) |
| assMultipleChoice::getAdditionalTableName | ( | ) |
Returns the name of the additional question data table in the database.
Definition at line 808 of file class.assMultipleChoice.php.
Referenced by isForcedEmptySolution(), and loadFromDb().
Here is the caller graph for this function:| assMultipleChoice::getAnswer | ( | $index = 0 | ) |
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.
| integer | $index | A nonnegative index of the n-th answer |
Definition at line 423 of file class.assMultipleChoice.php.
Referenced by getAvailableAnswerOptions().
Here is the caller graph for this function:| assMultipleChoice::getAnswerCount | ( | ) |
Returns the number of answers.
Definition at line 410 of file class.assMultipleChoice.php.
Referenced by isComplete(), and validateSolutionSubmit().
Here is the caller graph for this function:| & assMultipleChoice::getAnswers | ( | ) |
Returns a reference to the answers array.
Definition at line 1007 of file class.assMultipleChoice.php.
References $answers.
Referenced by getAvailableAnswerOptions(), getMaximumPoints(), getSolutionSubmit(), lmMigrateQuestionTypeSpecificContent(), setExportDetailsXLSX(), and toJSON().
Here is the caller graph for this function:| assMultipleChoice::getAnswerTableName | ( | ) |
Returns the name of the answer table in the database.
Definition at line 818 of file class.assMultipleChoice.php.
| assMultipleChoice::getAvailableAnswerOptions | ( | $index = null | ) |
If index is null, the function returns an array with all anwser options Else it returns the specific answer option.
| null | int | $index |
Implements iQuestionCondition.
Definition at line 1376 of file class.assMultipleChoice.php.
References getAnswer(), and getAnswers().
Here is the call graph for this function:| assMultipleChoice::getExpressionTypes | ( | ) |
Get all available expression types for a specific question.
Implements iQuestionCondition.
Definition at line 1317 of file class.assMultipleChoice.php.
References $data, $DIC, $ilDB, assQuestion\$points, calculateReachedPoints(), iQuestionCondition\EmptyAnswerExpression, iQuestionCondition\ExclusiveResultExpression, assQuestion\getId(), getMaximumPoints(), iQuestionCondition\getUserQuestionResult(), assQuestion\lookupMaxStep(), iQuestionCondition\NumberOfResultExpression, and iQuestionCondition\PercentageResultExpression.
Here is the call graph for this function:| assMultipleChoice::getIsSingleline | ( | ) |
| assMultipleChoice::getMaximumPoints | ( | ) |
Returns the maximum points, a learner can reach answering the question.
Definition at line 484 of file class.assMultipleChoice.php.
References getAnswers().
Referenced by getExpressionTypes(), and isComplete().
Here is the call graph for this function:
Here is the caller graph for this function:| assMultipleChoice::getMultilineAnswerSetting | ( | ) |
| assMultipleChoice::getOperators | ( | $expression | ) |
Get all available operations for a specific question.
| string | $expression |
Implements iQuestionCondition.
Definition at line 1308 of file class.assMultipleChoice.php.
References ilOperatorsExpressionMapping\getOperatorsByExpression().
Here is the call graph for this function:| assMultipleChoice::getQuestionType | ( | ) |
Returns the question type of the question.
Definition at line 798 of file class.assMultipleChoice.php.
Referenced by toJSON().
Here is the caller graph for this function:| assMultipleChoice::getRTETextWithMediaObjects | ( | ) |
Collects all text in the question which could contain media objects which were created with the Rich Text Editor.
Definition at line 993 of file class.assMultipleChoice.php.
References assQuestion\getId().
Here is the call graph for this function:| assMultipleChoice::getSelectionLimit | ( | ) |
Definition at line 118 of file class.assMultipleChoice.php.
References $selectionLimit.
Referenced by isForcedEmptySolution(), toJSON(), and validateSolutionSubmit().
Here is the caller graph for this function:
|
protected |
Definition at line 1258 of file class.assMultipleChoice.php.
References Vendor\Package\$a, $post, and getAnswers().
Referenced by isForcedEmptySolution(), and validateSolutionSubmit().
Here is the call graph for this function:
Here is the caller graph for this function:| assMultipleChoice::getSpecificFeedbackAllCorrectOptionLabel | ( | ) |
Implements ilAssSpecificFeedbackOptionLabelProvider.
Definition at line 1166 of file class.assMultipleChoice.php.
References $DIC, $ilDB, $res, and assQuestion\isObligationPossible().
Here is the call graph for this function:| assMultipleChoice::getSpecificFeedbackSetting | ( | ) |
Gets the current feedback settings in effect for the question.
Values are: 1 - Feedback is shown for all answer options. 2 - Feedback is shown for all checked/selected options. 3 - Feedback is shown for all correct options.
Definition at line 1157 of file class.assMultipleChoice.php.
References $feedback_setting.
Referenced by isForcedEmptySolution().
Here is the caller graph for this function:| assMultipleChoice::isComplete | ( | ) |
Returns true, if a multiple choice question is complete for use.
Definition at line 137 of file class.assMultipleChoice.php.
References getAnswerCount(), and getMaximumPoints().
Here is the call graph for this function:
|
protected |
Definition at line 549 of file class.assMultipleChoice.php.
References $data, $DIC, $ilDB, ILIAS\LTI\ToolProvider\$key, ilObjAssessmentFolder\_enabledAssessmentLogging(), ilObjAssessmentFolder\_getLogLanguage(), ilObjTest\_getPass(), ilRTE\_replaceMediaObjectImageSrc(), ilFileUtils\delDir(), assQuestion\getAdditionalContentEditingMode(), getAdditionalTableName(), assQuestion\getId(), assQuestion\getImagePath(), assQuestion\getProcessLocker(), getSelectionLimit(), assQuestion\getShuffle(), getSolutionSubmit(), getSpecificFeedbackSetting(), assQuestion\getThumbSize(), isSingleline(), ILIAS\Repository\lng(), assQuestion\logAction(), assQuestion\removeCurrentSolution(), ilObjQuestionScoringAdjustable\saveAdditionalQuestionDataToDb(), ilObjAnswerScoringAdjustable\saveAnswerSpecificDataToDb(), assQuestion\saveCurrentSolution(), and assQuestion\saveWorkingData().
Here is the call graph for this function:| assMultipleChoice::isSingleline | ( | ) |
Definition at line 1392 of file class.assMultipleChoice.php.
References $isSingleline.
Referenced by isForcedEmptySolution(), loadFromDb(), setImageFile(), and setIsSingleline().
Here is the caller graph for this function:
|
protected |
| ilAssSelfAssessmentMigrator | $migrator |
Definition at line 1050 of file class.assMultipleChoice.php.
References getAnswers(), and ilAssSelfAssessmentMigrator\migrateToLmContent().
Here is the call graph for this function:| assMultipleChoice::loadFromDb | ( | $question_id | ) |
Loads a assMultipleChoice object from a database.
| integer | $question_id | A unique key which defines the multiple choice test in the database |
Definition at line 170 of file class.assMultipleChoice.php.
References $data, $DIC, Vendor\Package\$e, $ilDB, assQuestion\$shuffle, ilRTE\_replaceMediaObjectImageSrc(), getAdditionalTableName(), ilAssQuestionLifecycle\getDraftInstance(), assQuestion\getImagePath(), ilAssQuestionLifecycle\getInstance(), assQuestion\getMinimumThumbSize(), isSingleline(), assQuestion\setAdditionalContentEditingMode(), assQuestion\setAuthor(), assQuestion\setComment(), assQuestion\setId(), assQuestion\setLifecycle(), assQuestion\setNrOfTries(), assQuestion\setObjId(), assQuestion\setOriginalId(), assQuestion\setOwner(), assQuestion\setPoints(), assQuestion\setQuestion(), setSelectionLimit(), assQuestion\setShuffle(), assQuestion\setThumbSize(), and assQuestion\setTitle().
Here is the call graph for this function:| assMultipleChoice::removeAnswerImage | ( | $index | ) |
Definition at line 1106 of file class.assMultipleChoice.php.
References deleteImage().
Here is the call graph for this function:| assMultipleChoice::saveToDb | ( | $original_id = "" | ) |
Saves a assMultipleChoice object to a database.
| string | $original_id |
Definition at line 151 of file class.assMultipleChoice.php.
References assQuestion\$original_id, assQuestion\getId(), ilObjQuestionScoringAdjustable\saveAdditionalQuestionDataToDb(), ilObjAnswerScoringAdjustable\saveAnswerSpecificDataToDb(), and assQuestion\saveQuestionDataToDb().
Here is the call graph for this function:| assMultipleChoice::setAnswers | ( | array | $answers | ) |
| assMultipleChoice::setExportDetailsXLSX | ( | ilAssExcelFormatHelper | $worksheet, |
| int | $startrow, | ||
| int | $col, | ||
| int | $active_id, | ||
| int | $pass | ||
| ) |
{}
Definition at line 1020 of file class.assMultipleChoice.php.
References assQuestion\$id, getAnswers(), ilExcel\getColumnCoord(), assQuestion\getSolutionValues(), ilExcel\setBold(), and ilAssExcelFormatHelper\setCell().
Here is the call graph for this function:| assMultipleChoice::setImageFile | ( | $image_filename, | |
$image_tempfilename = "" |
|||
| ) |
Sets the image file and uploads the image to the object's image directory.
| string | $image_filename | Name of the original image file |
| string | $image_tempfilename | Name of the temporary uploaded image file |
Definition at line 830 of file class.assMultipleChoice.php.
References assQuestion\getImagePath(), ilObjMediaObject\getMimeType(), assQuestion\getThumbSize(), isSingleline(), ilFileUtils\makeDirParents(), and ilFileUtils\moveUploadedFile().
Here is the call graph for this function:| assMultipleChoice::setIsSingleline | ( | $isSingleline | ) |
| mixed | $isSingleline |
Definition at line 72 of file class.assMultipleChoice.php.
References $isSingleline, and isSingleline().
Here is the call graph for this function:| assMultipleChoice::setMultilineAnswerSetting | ( | $a_setting = 0 | ) |
| assMultipleChoice::setSelectionLimit | ( | $selectionLimit | ) |
| int | $selectionLimit |
Definition at line 126 of file class.assMultipleChoice.php.
References $selectionLimit.
Referenced by loadFromDb().
Here is the caller graph for this function:| assMultipleChoice::setSpecificFeedbackSetting | ( | $a_feedback_setting | ) |
Sets the feedback settings in effect for the question.
Options are: 1 - Feedback is shown for all answer options. 2 - Feedback is shown for all checked/selected options. 3 - Feedback is shown for all correct options.
| integer | $a_feedback_setting |
Definition at line 1143 of file class.assMultipleChoice.php.
|
protected |
Sync images of a MC question on synchronisation with the original question.
Definition at line 955 of file class.assMultipleChoice.php.
References $DIC, $filename, assQuestion\$ilLog, ilFileUtils\delDir(), assQuestion\getId(), assQuestion\getImagePath(), and ilFileUtils\makeDirParents().
Referenced by syncWithOriginal().
Here is the call graph for this function:
Here is the caller graph for this function:| assMultipleChoice::syncWithOriginal | ( | ) |
Definition at line 785 of file class.assMultipleChoice.php.
References syncImages().
Here is the call graph for this function:| assMultipleChoice::toJSON | ( | ) |
Returns a JSON representation of the question.
Implements ilAssQuestionLMExportable.
Definition at line 1061 of file class.assMultipleChoice.php.
References $answers, ILIAS\LTI\ToolProvider\$key, ilObjMediaObject\_getMobsOfObject(), assQuestion\formatSAQuestion(), getAnswers(), assQuestion\getId(), assQuestion\getImagePathWeb(), assQuestion\getNrOfTries(), assQuestion\getQuestion(), getQuestionType(), getSelectionLimit(), assQuestion\getShuffle(), assQuestion\getThumbSize(), assQuestion\getTitleForHTMLOutput(), and ILIAS\Repository\int().
Here is the call graph for this function:| assMultipleChoice::validateSolutionSubmit | ( | ) |
Implements assQuestionInterface.
Definition at line 529 of file class.assMultipleChoice.php.
References getAnswerCount(), getSelectionLimit(), getSolutionSubmit(), and ILIAS\Repository\lng().
Here is the call graph for this function:| assMultipleChoice::$answers |
Definition at line 48 of file class.assMultipleChoice.php.
Referenced by getAnswers(), setAnswers(), and toJSON().
| assMultipleChoice::$feedback_setting |
Definition at line 62 of file class.assMultipleChoice.php.
Referenced by getSpecificFeedbackSetting().
| assMultipleChoice::$isSingleline |
Definition at line 60 of file class.assMultipleChoice.php.
Referenced by getIsSingleline(), isSingleline(), and setIsSingleline().
| assMultipleChoice::$lastChange |
Definition at line 61 of file class.assMultipleChoice.php.
| assMultipleChoice::$output_type |
Definition at line 58 of file class.assMultipleChoice.php.
Referenced by __construct().
|
protected |
Definition at line 67 of file class.assMultipleChoice.php.
Referenced by getSelectionLimit(), and setSelectionLimit().