ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Class for multiple choice tests. More...
Public Member Functions | |
setIsSingleline (bool $is_singleline) | |
__construct (string $title="", string $comment="", string $author="", int $owner=-1, string $question="", private int $output_type=self::OUTPUT_ORDER) | |
assMultipleChoice constructor More... | |
getSelectionLimit () | |
setSelectionLimit (?int $selection_limit) | |
isComplete () | |
saveToDb (?int $original_id=null) | |
loadFromDb (int $question_id) | |
addAnswer (string $answertext='', float $points=0.0, float $points_unchecked=0.0, int $order=0, ?string $answerimage=null, int $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 (int $active_id, ?int $pass=null, bool $authorized_solution=true) | |
validateSolutionSubmit () | |
saveWorkingData (int $active_id, ?int $pass=null, bool $authorized=true) | |
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... | |
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... | |
getRTETextWithMediaObjects () | |
& | getAnswers () |
Returns a reference to the answers array. More... | |
setAnswers (array $answers) | |
toJSON () | |
Returns a JSON representation of the question. More... | |
removeAnswerImage ($index) | |
getMultilineAnswerSetting () | |
setMultilineAnswerSetting ($setting=0) | |
setSpecificFeedbackSetting (int $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 (string $expression) | |
Get all available operations for a specific question. More... | |
getExpressionTypes () | |
Get all available expression types for a specific question. More... | |
getUserQuestionResult (int $active_id, int $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... | |
isSingleline () | |
toLog (AdditionalInformationGenerator $additional_info) | |
solutionValuesToText (array $solution_values) | |
getCorrectSolutionForTextOutput (int $active_id, int $pass) | |
![]() | |
getQuestionType () | |
isComplete () | |
saveWorkingData (int $active_id, ?int $pass=null, bool $authorized=true) | |
calculateReachedPoints (int $active_id, ?int $pass=null, bool $authorized_solution=true) | |
getAdditionalTableName () | |
getAnswerTableName () | |
toLog (AdditionalInformationGenerator $additional_info) | |
MUST return an array of the question settings that can be stored in the log. More... | |
getCurrentUser () | |
getShuffler () | |
setShuffler (Transformation $shuffler) | |
setProcessLocker (ilAssQuestionProcessLocker $processLocker) | |
getProcessLocker () | |
fromXML (string $importdirectory, int $user_id, ilQTIItem $item, int $questionpool_id, ?int $tst_id, ?ilObject &$tst_object, int &$question_counter, array $import_mapping, array $solutionhints=[]) | |
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... | |
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 $authorized_solution=true) | |
calculateResultsFromSolution (int $active_id, int $pass) | |
Calculates the question results from a previously saved question solution. More... | |
persistWorkingState (int $active_id, $pass, bool $authorized=true) | |
persists the working state for current testactive and testpass More... | |
persistPreviewState (ilAssQuestionPreviewSession $preview_session) | |
persists the preview state for current user and question More... | |
validateSolutionSubmit () | |
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, ?int $pass=null) | |
getSolutionValues (int $active_id, ?int $pass=null, bool $authorized=true) | |
Loads solutions of a given user from the database an returns it. More... | |
deleteAnswers (int $question_id) | |
deleteAdditionalTableData (int $question_id) | |
delete (int $question_id) | |
getTotalAnswers () | |
cloneXHTMLMediaObjectsOfQuestion (int $source_question_id) | |
createPageObject () | |
clonePageOfQuestion (int $a_q_id) | |
getPageOfQuestion () | |
setOriginalId (?int $original_id) | |
getOriginalId () | |
static | 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=null) | |
duplicate (bool $for_test=true, string $title='', string $author='', int $owner=-1, $test_obj_id=null) | |
copyObject (int $target_parent_id, string $title='') | |
createNewOriginalFromThisDuplicate (int $target_parent_id, string $target_question_title='') | |
saveToDb (?int $original_id=null) | |
deleteSuggestedSolutions () | |
getSuggestedSolution (int $subquestion_index=0) | |
resolveInternalLink (string $internal_link) | |
resolveSuggestedSolutionLinks () | |
getInternalLinkHref (string $target) | |
syncWithOriginal () | |
getPoints () | |
setPoints (float $points) | |
getSolutionMaxPass (int $active_id) | |
isWriteable () | |
deductHintPointsFromReachedPoints (ilAssQuestionPreviewSession $preview_session, $reached_points) | |
calculateReachedPointsFromPreviewSession (ilAssQuestionPreviewSession $preview_session) | |
isPreviewSolutionCorrect (ilAssQuestionPreviewSession $preview_session) | |
adjustReachedPointsByScoringOptions (float $points, int $active_id) | |
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="") | |
getQuestionTypeID () | |
cloneHints (int $source_question_id, int $target_question_id) | |
cleanupMediaObjectUsage () | |
getInstances () | |
getActiveUserData (int $active_id) | |
Returns the user id and the test id for a given active id. More... | |
hasSpecificFeedback () | |
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 (int $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 () | |
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 $value_pairs) | |
updateTimestamp () | |
getTestPresentationConfig () | |
hasWritableOriginalInQuestionPool () | |
answerToParticipantInteraction (AdditionalInformationGenerator $additional_info, int $test_ref_id, int $active_id, int $pass, string $source_ip, TestParticipantInteractionTypes $interaction_type) | |
toQuestionAdministrationInteraction (AdditionalInformationGenerator $additional_info, int $test_ref_id, TestQuestionAdministrationInteractionTypes $interaction_type) | |
getSolutionForTextOutput (int $active_id, int $pass) | |
getCorrectSolutionForTextOutput (int $active_id, int $pass) | |
getVariablesAsTextArray (int $active_id, int $pass) | |
![]() | |
getAvailableAnswerOptions (?int $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 | |
const | OUTPUT_ORDER = 0 |
const | OUTPUT_RANDOM = 1 |
array | $answers = [] |
bool | $is_singleline = true |
int | $feedback_setting = 0 |
![]() | |
const | ADDITIONAL_CONTENT_EDITING_MODE_RTE = 'default' |
const | ADDITIONAL_CONTENT_EDITING_MODE_IPE = 'pageobject' |
const | TRIM_PATTERN = '/^[\p{C}\p{Z}]+|[\p{C}\p{Z}]+$/u' |
ilAssQuestionFeedback | $feedbackOBJ |
bool | $prevent_rte_usage = false |
bool | $selfassessmenteditingmode = false |
int | $defaultnroftries = 0 |
string | $questionActionCmd = 'handleQuestionAction' |
const | KEY_VALUES_IMPLOSION_SEPARATOR = ':' |
![]() | |
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 | |
cloneQuestionTypeSpecificProperties (\assQuestion $target) | |
isForcedEmptySolution (array $solutionSubmit) | |
lmMigrateQuestionTypeSpecificContent (ilAssSelfAssessmentMigrator $migrator) | |
getSolutionSubmit () | |
calculateReachedPointsForSolution (?array $found_values, int $active_id=0) | |
buildTestPresentationConfig () | |
solutionValuesToLog (AdditionalInformationGenerator $additional_info, array $solution_values) | |
![]() | |
solutionValuesToLog (AdditionalInformationGenerator $additional_info, array $solution_values) | |
MUST convert the given solution values into an array or a string that can be stored in the log. More... | |
solutionValuesToText (array $solution_values) | |
MUST convert the given solution values into text. More... | |
getQuestionAction () | |
isNonEmptyItemListPostSubmission (string $post_submission_field_name) | |
savePreviewData (ilAssQuestionPreviewSession $preview_session) | |
deletePageOfQuestion (int $question_id) | |
cloneQuestionTypeSpecificProperties (self $target) | |
removeAllImageFiles (string $image_target_path) | |
onDuplicate (int $original_parent_id, int $original_question_id, int $duplicate_parent_id, int $duplicate_question_id) | |
afterSyncWithOriginal (int $original_question_id, int $clone_question_id, int $original_parent_id, int $clone_parent_id) | |
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 () | |
cloneSuggestedSolutions (int $source_question_id, int $target_question_id) | |
duplicateSuggestedSolutionFiles (int $parent_id, int $question_id) | |
Duplicates the files of a suggested solution if the question is duplicated. More... | |
cloneSuggestedSolutionFiles (int $source_question_id, int $target_question_id) | |
copySuggestedSolutions (int $target_question_id) | |
ensureNonNegativePoints (float $points) | |
purifyAndPrepareTextAreaOutput (string $content) | |
getRTETextWithMediaObjects () | |
getSelfAssessmentFormatter () | |
lmMigrateQuestionTypeGenericContent (ilAssSelfAssessmentMigrator $migrator) | |
lmMigrateQuestionTypeSpecificContent (ilAssSelfAssessmentMigrator $migrator) | |
duplicateQuestionHints (int $original_question_id, int $duplicate_question_id) | |
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 () | |
getSuggestedSolutionsRepo () | |
loadSuggestedSolutions () | |
answerToLog (AdditionalInformationGenerator $additional_info, int $active_id, int $pass) | |
Protected Attributes | |
int | $selection_limit = null |
![]() | |
const | HAS_SPECIFIC_FEEDBACK = true |
GeneralQuestionPropertiesRepository | $questionrepository |
RequestDataCollector | $questionpool_request |
QuestionFiles | $question_files |
ilAssQuestionProcessLocker | $processLocker |
ilTestQuestionConfig | $testQuestionConfig |
SuggestedSolutionsDatabaseRepository | $suggestedsolution_repo |
ILIAS | $ilias |
ilGlobalPageTemplate | $tpl |
ilLanguage | $lng |
ilDBInterface | $db |
ilObjUser | $current_user |
SkillUsageService | $skillUsageService |
HTTPServices | $http |
Refinery | $refinery |
Transformation | $shuffler |
LoggingServices | $log |
Container | $dic |
ilAssQuestionLifecycle | $lifecycle |
ilAssQuestionPage | $page |
int | $id |
string | $title |
string | $comment |
int | $owner |
string | $author |
int | $thumb_size |
string | $question |
float | $points = 0.0 |
bool | $shuffle = true |
int | $test_id |
int | $obj_id = 0 |
int | $original_id = null |
int | $lastChange = null |
string | $external_id = null |
int | $step = null |
array | $suggested_solutions |
Additional Inherited Members | |
![]() | |
static | setForcePassResultUpdateEnabled (bool $force_pass_results_update_enabled) |
static | isForcePassResultUpdateEnabled () |
static | _getSuggestedSolutionOutput (int $question_id) |
static | _getReachedPoints (int $active_id, int $question_id, int $pass) |
static | isFileAvailable (string $file) |
static | saveOriginalId (int $questionId, int $originalId) |
static | resetOriginalId (int $questionId) |
static | instantiateQuestion (int $question_id) |
static | _getSolutionMaxPass (int $question_id, int $active_id) |
Returns the maximum pass a users question solution. More... | |
static | _setReachedPoints (int $active_id, int $question_id, float $points, float $maxpoints, int $pass, bool $manualscoring) |
Sets the points, a learner has reached answering the question Additionally objective results are updated. More... | |
static | getFeedbackClassNameByQuestionType (string $questionType) |
static | _questionExistsInTest (int $question_id, int $test_id) |
static | lookupParentObjId (int $question_id) |
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 | getNumExistingSolutionRecords (int $activeId, int $pass, int $questionId) |
![]() | |
static | $force_pass_results_update_enabled = false |
static | $imageSourceFixReplaceMap |
Class for multiple choice tests.
assMultipleChoice is a class for multiple choice questions.
Definition at line 42 of file class.assMultipleChoice.php.
assMultipleChoice::__construct | ( | string | $title = "" , |
string | $comment = "" , |
||
string | $author = "" , |
||
int | $owner = -1 , |
||
string | $question = "" , |
||
private int | $output_type = self::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 73 of file class.assMultipleChoice.php.
References assQuestion\$author, assQuestion\$comment, assQuestion\$owner, assQuestion\$question, assQuestion\$title, and ILIAS\GlobalScreen\Provider\__construct().
assMultipleChoice::addAnswer | ( | string | $answertext = '' , |
float | $points = 0.0 , |
||
float | $points_unchecked = 0.0 , |
||
int | $order = 0 , |
||
?string | $answerimage = null , |
||
int | $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 211 of file class.assMultipleChoice.php.
References assQuestion\$points, and assQuestion\getHtmlQuestionContentPurifier().
|
protected |
Definition at line 867 of file class.assMultipleChoice.php.
References ILIAS\Repository\lng().
assMultipleChoice::calculateReachedPoints | ( | int | $active_id, |
?int | $pass = null , |
||
bool | $authorized_solution = true |
||
) |
Definition at line 345 of file class.assMultipleChoice.php.
References $data, calculateReachedPointsForSolution(), assQuestion\getCurrentSolutionResultSet(), assQuestion\getSolutionMaxPass(), and null.
Referenced by getUserQuestionResult().
|
protected |
Definition at line 782 of file class.assMultipleChoice.php.
References assQuestion\$points.
Referenced by calculateReachedPoints().
|
protected |
Definition at line 184 of file class.assMultipleChoice.php.
References getAnswers(), assQuestion\getId(), and assQuestion\getObjId().
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 297 of file class.assMultipleChoice.php.
References ILIAS\UI\Implementation\Component\Table\getOrder().
assMultipleChoice::flushAnswers | ( | ) |
assMultipleChoice::getAdditionalTableName | ( | ) |
Returns the name of the additional question data table in the database.
Definition at line 574 of file class.assMultipleChoice.php.
Referenced by loadFromDb(), and saveAdditionalQuestionDataToDb().
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 275 of file class.assMultipleChoice.php.
References null.
Referenced by getAvailableAnswerOptions().
assMultipleChoice::getAnswerCount | ( | ) |
Returns the number of answers.
Definition at line 262 of file class.assMultipleChoice.php.
Referenced by isComplete(), and validateSolutionSubmit().
& assMultipleChoice::getAnswers | ( | ) |
Returns a reference to the answers array.
Definition at line 641 of file class.assMultipleChoice.php.
References $answers.
Referenced by cloneQuestionTypeSpecificProperties(), getAvailableAnswerOptions(), getCorrectSolutionForTextOutput(), getMaximumPoints(), getSolutionSubmit(), lmMigrateQuestionTypeSpecificContent(), solutionValuesToLog(), solutionValuesToText(), toJSON(), and toLog().
assMultipleChoice::getAnswerTableName | ( | ) |
Returns the name of the answer table in the database.
Definition at line 584 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 |
Definition at line 858 of file class.assMultipleChoice.php.
References getAnswer(), getAnswers(), and null.
assMultipleChoice::getCorrectSolutionForTextOutput | ( | int | $active_id, |
int | $pass | ||
) |
Definition at line 949 of file class.assMultipleChoice.php.
References getAnswers(), and ASS_AnswerSimple\getAnswertext().
assMultipleChoice::getExpressionTypes | ( | ) |
Get all available expression types for a specific question.
Implements iQuestionCondition.
Definition at line 809 of file class.assMultipleChoice.php.
References iQuestionCondition\EmptyAnswerExpression, iQuestionCondition\ExclusiveResultExpression, iQuestionCondition\NumberOfResultExpression, and iQuestionCondition\PercentageResultExpression.
assMultipleChoice::getMaximumPoints | ( | ) |
Returns the maximum points, a learner can reach answering the question.
Definition at line 336 of file class.assMultipleChoice.php.
References getAnswers().
Referenced by getUserQuestionResult(), and isComplete().
assMultipleChoice::getMultilineAnswerSetting | ( | ) |
Definition at line 719 of file class.assMultipleChoice.php.
assMultipleChoice::getOperators | ( | string | $expression | ) |
Get all available operations for a specific question.
$expression |
Implements iQuestionCondition.
Definition at line 804 of file class.assMultipleChoice.php.
assMultipleChoice::getQuestionType | ( | ) |
Returns the question type of the question.
Definition at line 564 of file class.assMultipleChoice.php.
Referenced by toJSON(), and toLog().
assMultipleChoice::getRTETextWithMediaObjects | ( | ) |
Definition at line 627 of file class.assMultipleChoice.php.
References assQuestion\getId().
assMultipleChoice::getSelectionLimit | ( | ) |
Definition at line 86 of file class.assMultipleChoice.php.
References $selection_limit.
Referenced by saveAdditionalQuestionDataToDb(), toJSON(), toLog(), and validateSolutionSubmit().
|
protected |
Definition at line 766 of file class.assMultipleChoice.php.
References Vendor\Package\$a, $post, and getAnswers().
Referenced by saveWorkingData(), and validateSolutionSubmit().
assMultipleChoice::getSpecificFeedbackAllCorrectOptionLabel | ( | ) |
Implements ilAssSpecificFeedbackOptionLabelProvider.
Definition at line 761 of file class.assMultipleChoice.php.
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 752 of file class.assMultipleChoice.php.
References $feedback_setting.
Referenced by saveAdditionalQuestionDataToDb().
assMultipleChoice::getUserQuestionResult | ( | int | $active_id, |
int | $pass | ||
) |
Get the user solution for a question by active_id and the test pass.
Implements iQuestionCondition.
Definition at line 819 of file class.assMultipleChoice.php.
References $data, assQuestion\$points, calculateReachedPoints(), assQuestion\getId(), getMaximumPoints(), and assQuestion\lookupMaxStep().
assMultipleChoice::isComplete | ( | ) |
Definition at line 96 of file class.assMultipleChoice.php.
References getAnswerCount(), and getMaximumPoints().
|
protected |
Definition at line 384 of file class.assMultipleChoice.php.
Referenced by saveWorkingData().
assMultipleChoice::isSingleline | ( | ) |
|
protected |
ilAssSelfAssessmentMigrator | $migrator |
Definition at line 654 of file class.assMultipleChoice.php.
References getAnswers(), and ilAssSelfAssessmentMigrator\migrateToLmContent().
assMultipleChoice::loadFromDb | ( | int | $question_id | ) |
Definition at line 113 of file class.assMultipleChoice.php.
References $data, Vendor\Package\$e, assQuestion\$shuffle, ilRTE\_replaceMediaObjectImageSrc(), getAdditionalTableName(), ilAssQuestionLifecycle\getDraftInstance(), assQuestion\getImagePath(), ilAssQuestionLifecycle\getInstance(), assQuestion\getMinimumThumbSize(), null, 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().
assMultipleChoice::removeAnswerImage | ( | $index | ) |
Definition at line 710 of file class.assMultipleChoice.php.
References null.
assMultipleChoice::saveAdditionalQuestionDataToDb | ( | ) |
Saves a record to the question types additional data table.
Implements ilObjQuestionScoringAdjustable.
Definition at line 419 of file class.assMultipleChoice.php.
References ilFileUtils\delDir(), getAdditionalTableName(), assQuestion\getId(), assQuestion\getImagePath(), getSelectionLimit(), assQuestion\getShuffle(), getSpecificFeedbackSetting(), and assQuestion\getThumbSize().
Referenced by saveToDb().
assMultipleChoice::saveAnswerSpecificDataToDb | ( | ) |
Saves the answer specific records into a question types answer table.
Implements ilObjAnswerScoringAdjustable.
Definition at line 439 of file class.assMultipleChoice.php.
References ilRTE\_replaceMediaObjectImageSrc(), assQuestion\getAdditionalContentEditingMode(), assQuestion\getId(), and null.
Referenced by saveToDb().
assMultipleChoice::saveToDb | ( | ?int | $original_id = null | ) |
Definition at line 105 of file class.assMultipleChoice.php.
References assQuestion\$original_id, saveAdditionalQuestionDataToDb(), saveAnswerSpecificDataToDb(), and assQuestion\saveQuestionDataToDb().
assMultipleChoice::saveWorkingData | ( | int | $active_id, |
?int | $pass = null , |
||
bool | $authorized = true |
||
) |
Definition at line 390 of file class.assMultipleChoice.php.
References ilObjTest\_getPass(), assQuestion\getProcessLocker(), getSolutionSubmit(), isForcedEmptySolution(), null, assQuestion\removeCurrentSolution(), and assQuestion\saveCurrentSolution().
assMultipleChoice::setAnswers | ( | array | $answers | ) |
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 596 of file class.assMultipleChoice.php.
References assQuestion\getImagePath(), ilObjMediaObject\getMimeType(), assQuestion\getThumbSize(), ilFileUtils\makeDirParents(), and ilFileUtils\moveUploadedFile().
assMultipleChoice::setIsSingleline | ( | bool | $is_singleline | ) |
assMultipleChoice::setMultilineAnswerSetting | ( | $setting = 0 | ) |
Definition at line 724 of file class.assMultipleChoice.php.
assMultipleChoice::setSelectionLimit | ( | ?int | $selection_limit | ) |
Definition at line 91 of file class.assMultipleChoice.php.
References $selection_limit.
Referenced by loadFromDb().
assMultipleChoice::setSpecificFeedbackSetting | ( | int | $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 738 of file class.assMultipleChoice.php.
References $feedback_setting.
|
protected |
Definition at line 910 of file class.assMultipleChoice.php.
References assQuestion\$id, getAnswers(), and ILIAS\Test\Logging\AdditionalInformationGenerator\getCheckedUncheckedTagForBool().
assMultipleChoice::solutionValuesToText | ( | array | $solution_values | ) |
Definition at line 930 of file class.assMultipleChoice.php.
References getAnswers(), and ASS_AnswerSimple\getId().
assMultipleChoice::toJSON | ( | ) |
Returns a JSON representation of the question.
Implements ILIAS\TestQuestionPool\Questions\QuestionLMExportable.
Definition at line 665 of file class.assMultipleChoice.php.
References $answers, 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().
assMultipleChoice::toLog | ( | AdditionalInformationGenerator | $additional_info | ) |
Implements ILIAS\TestQuestionPool\Questions\Question.
Definition at line 879 of file class.assMultipleChoice.php.
References assQuestion\formatSAQuestion(), getAnswers(), assQuestion\getQuestion(), getQuestionType(), getSelectionLimit(), assQuestion\getShuffle(), assQuestion\getTitleForHTMLOutput(), ILIAS\Test\Logging\AdditionalInformationGenerator\getTrueFalseTagForBool(), and ILIAS\Repository\int().
assMultipleChoice::validateSolutionSubmit | ( | ) |
Implements ILIAS\TestQuestionPool\Questions\Question.
Definition at line 364 of file class.assMultipleChoice.php.
References getAnswerCount(), getSelectionLimit(), getSolutionSubmit(), and ILIAS\Repository\lng().
array assMultipleChoice::$answers = [] |
Definition at line 49 of file class.assMultipleChoice.php.
Referenced by getAnswers(), setAnswers(), and toJSON().
int assMultipleChoice::$feedback_setting = 0 |
Definition at line 51 of file class.assMultipleChoice.php.
Referenced by getSpecificFeedbackSetting(), and setSpecificFeedbackSetting().
bool assMultipleChoice::$is_singleline = true |
Definition at line 50 of file class.assMultipleChoice.php.
Referenced by isSingleline(), and setIsSingleline().
|
protected |
Definition at line 52 of file class.assMultipleChoice.php.
Referenced by getSelectionLimit(), and setSelectionLimit().
const assMultipleChoice::OUTPUT_ORDER = 0 |
Definition at line 46 of file class.assMultipleChoice.php.
const assMultipleChoice::OUTPUT_RANDOM = 1 |
Definition at line 47 of file class.assMultipleChoice.php.