ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
assNumeric Class Reference

Class for numeric questions. More...

+ Inheritance diagram for assNumeric:
+ Collaboration diagram for assNumeric:

Public Member Functions

 isComplete ()
 
 saveToDb (?int $original_id=null)
 
 loadFromDb (int $question_id)
 
 getLowerLimit ()
 
 getUpperLimit ()
 
 setLowerLimit (string $limit)
 
 setUpperLimit (string $limit)
 
 getMaximumPoints ()
 
 calculateReachedPointsFromPreviewSession (ilAssQuestionPreviewSession $previewSession)
 
 calculateReachedPoints (int $active_id, ?int $pass=null, bool $authorized_solution=true)
 
 contains ($value)
 Checks for a given value within the range. More...
 
 validateSolutionSubmit ()
 
 isValidSolutionSubmit ($numeric_solution)
 
 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...
 
 getMaxChars ()
 Returns the maximum number of characters for the numeric input field. More...
 
 setMaxChars ($maxchars)
 Sets the maximum number of characters for the numeric input field. More...
 
 getAdditionalTableName ()
 Returns the name of the additional question data 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...
 
 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 (?int $index=null)
 If index is null, the function returns an array with all anwser options else it returns the specific answer option. More...
 
 getAnswerTableName ()
 
 toLog (AdditionalInformationGenerator $additional_info)
 
 solutionValuesToText (array $solution_values)
 
 getCorrectSolutionForTextOutput (int $active_id, int $pass)
 
- Public Member Functions inherited from assQuestion
 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)
 
 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 ()
 
 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 ()
 
 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)
 
 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)
 

Data Fields

 $maxchars = 6
 
- Data Fields inherited from assQuestion
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 = ':'
 
- 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

 getSolutionSubmit ()
 
 savePreviewData (ilAssQuestionPreviewSession $previewSession)
 
 solutionValuesToLog (AdditionalInformationGenerator $additional_info, array $solution_values)
 
- Protected Member Functions inherited from assQuestion
 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)
 
 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

 $lower_limit
 
 $upper_limit
 
- Protected Attributes inherited from assQuestion
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
 
TestResultRepository $test_result_repository
 
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 Public Member Functions inherited from assQuestion
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 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 Protected Member Functions inherited from assQuestion
static getNumExistingSolutionRecords (int $activeId, int $pass, int $questionId)
 
- Static Protected Attributes inherited from assQuestion
static $force_pass_results_update_enabled = false
 
static $imageSourceFixReplaceMap
 

Detailed Description

Class for numeric questions.

assNumeric is a class for numeric questions. To solve a numeric question, a learner has to enter a numerical value in a defined range.

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
Nina Gharib nina@.nosp@m.wgse.nosp@m.rve.d.nosp@m.e
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 39 of file class.assNumeric.php.

Member Function Documentation

◆ calculateReachedPoints()

assNumeric::calculateReachedPoints ( int  $active_id,
?int  $pass = null,
bool  $authorized_solution = true 
)

Definition at line 152 of file class.assNumeric.php.

References $data, assQuestion\$points, contains(), assQuestion\getCurrentSolutionResultSet(), assQuestion\getPoints(), assQuestion\getSolutionMaxPass(), and null.

Referenced by getUserQuestionResult().

156  : float {
157  if ($pass === null) {
158  $pass = $this->getSolutionMaxPass($active_id);
159  }
160  $result = $this->getCurrentSolutionResultSet($active_id, $pass, $authorized_solution);
161  $data = $this->db->fetchAssoc($result);
162  $enteredvalue = '';
163  if (is_array($data) && array_key_exists('value1', $data)) {
164  $enteredvalue = $data["value1"];
165  }
166 
167  $points = 0.0;
168  if ($this->contains($enteredvalue)) {
169  $points = $this->getPoints();
170  }
171 
172  return $points;
173  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getSolutionMaxPass(int $active_id)
getCurrentSolutionResultSet(int $active_id, int $pass, bool $authorized=true)
contains($value)
Checks for a given value within the range.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ calculateReachedPointsFromPreviewSession()

assNumeric::calculateReachedPointsFromPreviewSession ( ilAssQuestionPreviewSession  $previewSession)

Definition at line 142 of file class.assNumeric.php.

References assQuestion\$points, contains(), assQuestion\ensureNonNegativePoints(), ilAssQuestionPreviewSession\getParticipantsSolution(), and assQuestion\getPoints().

142  : float
143  {
144  $points = 0;
145  if ($this->contains($previewSession->getParticipantsSolution())) {
146  $points = $this->getPoints();
147  }
148 
149  return $this->ensureNonNegativePoints($points);
150  }
ensureNonNegativePoints(float $points)
contains($value)
Checks for a given value within the range.
+ Here is the call graph for this function:

◆ contains()

assNumeric::contains (   $value)

Checks for a given value within the range.

See also
$upperlimit
$lowerlimit
Parameters
double$valueThe value to check
Returns
boolean TRUE if the value is in the range, FALSE otherwise

Definition at line 185 of file class.assNumeric.php.

References getUpperLimit().

Referenced by calculateReachedPoints(), and calculateReachedPointsFromPreviewSession().

185  : bool
186  {
187  $eval = new EvalMath();
188  $eval->suppress_errors = true;
189  $result = $eval->e((string) $value);
190  if (($result === false) || ($result === true)) {
191  return false;
192  }
193 
194  if (($result >= $eval->e($this->getLowerLimit())) && ($result <= $eval->e($this->getUpperLimit()))) {
195  return true;
196  }
197  return false;
198  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getAdditionalTableName()

assNumeric::getAdditionalTableName ( )

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

Returns
string The additional table name

Definition at line 344 of file class.assNumeric.php.

Referenced by loadFromDb(), and saveAdditionalQuestionDataToDb().

344  : string
345  {
346  return "qpl_qst_numeric";
347  }
+ Here is the caller graph for this function:

◆ getAnswerTableName()

assNumeric::getAnswerTableName ( )

Definition at line 413 of file class.assNumeric.php.

413  : string
414  {
415  return '';
416  }

◆ getAvailableAnswerOptions()

assNumeric::getAvailableAnswerOptions ( ?int  $index = null)

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

Implements iQuestionCondition.

Definition at line 405 of file class.assNumeric.php.

References getLowerLimit(), and getUpperLimit().

405  : array
406  {
407  return [
408  "lower" => $this->getLowerLimit(),
409  "upper" => $this->getUpperLimit()
410  ];
411  }
+ Here is the call graph for this function:

◆ getCorrectSolutionForTextOutput()

assNumeric::getCorrectSolutionForTextOutput ( int  $active_id,
int  $pass 
)

Definition at line 457 of file class.assNumeric.php.

457  : string
458  {
459  return "{$this->getLowerLimit()}-{$this->getUpperLimit()}";
460  }

◆ getExpressionTypes()

assNumeric::getExpressionTypes ( )

◆ getLowerLimit()

assNumeric::getLowerLimit ( )

Definition at line 117 of file class.assNumeric.php.

References $lower_limit.

Referenced by getAvailableAnswerOptions(), saveAnswerSpecificDataToDb(), and toLog().

118  {
119  return $this->lower_limit;
120  }
+ Here is the caller graph for this function:

◆ getMaxChars()

assNumeric::getMaxChars ( )

Returns the maximum number of characters for the numeric input field.

Returns
integer The maximum number of characters

Definition at line 324 of file class.assNumeric.php.

References $maxchars.

Referenced by saveAdditionalQuestionDataToDb(), and toLog().

325  {
326  return $this->maxchars;
327  }
+ Here is the caller graph for this function:

◆ getMaximumPoints()

assNumeric::getMaximumPoints ( )

Definition at line 137 of file class.assNumeric.php.

References assQuestion\getPoints().

Referenced by getUserQuestionResult(), and isComplete().

137  : float
138  {
139  return $this->getPoints();
140  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getOperators()

assNumeric::getOperators ( string  $expression)

Get all available operations for a specific question.

Parameters
$expression

Implements iQuestionCondition.

Definition at line 358 of file class.assNumeric.php.

358  : array
359  {
360  return ilOperatorsExpressionMapping::getOperatorsByExpression($expression);
361  }

◆ getQuestionType()

assNumeric::getQuestionType ( )

Returns the question type of the question.

Returns
integer The question type of the question

Definition at line 314 of file class.assNumeric.php.

Referenced by toLog().

314  : string
315  {
316  return "assNumeric";
317  }
+ Here is the caller graph for this function:

◆ getRTETextWithMediaObjects()

assNumeric::getRTETextWithMediaObjects ( )

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

Definition at line 353 of file class.assNumeric.php.

353  : string
354  {
355  return parent::getRTETextWithMediaObjects();
356  }

◆ getSolutionSubmit()

assNumeric::getSolutionSubmit ( )
protected

Definition at line 210 of file class.assNumeric.php.

References null.

Referenced by savePreviewData(), saveWorkingData(), and validateSolutionSubmit().

210  : ?float
211  {
212  return $this->questionpool_request->float('numeric_result') ?? null;
213  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
+ Here is the caller graph for this function:

◆ getUpperLimit()

assNumeric::getUpperLimit ( )

Definition at line 122 of file class.assNumeric.php.

References $upper_limit.

Referenced by contains(), getAvailableAnswerOptions(), saveAnswerSpecificDataToDb(), and toLog().

123  {
124  return $this->upper_limit;
125  }
+ Here is the caller graph for this function:

◆ getUserQuestionResult()

assNumeric::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 372 of file class.assNumeric.php.

References $data, assQuestion\$points, calculateReachedPoints(), assQuestion\getId(), getMaximumPoints(), and assQuestion\lookupMaxStep().

376  $result = new ilUserQuestionResult($this, $active_id, $pass);
377 
378  $maxStep = $this->lookupMaxStep($active_id, $pass);
379  if ($maxStep > 0) {
380  $data = $this->db->queryF(
381  "SELECT value1 FROM tst_solutions WHERE active_fi = %s AND pass = %s AND question_fi = %s AND step = %s",
382  ["integer", "integer", "integer","integer"],
383  [$active_id, $pass, $this->getId(), $maxStep]
384  );
385  } else {
386  $data = $this->db->queryF(
387  "SELECT value1 FROM tst_solutions WHERE active_fi = %s AND pass = %s AND question_fi = %s",
388  ["integer", "integer", "integer"],
389  [$active_id, $pass, $this->getId()]
390  );
391  }
392 
393  while ($row = $this->db->fetchAssoc($data)) {
394  $result->addKeyValue(1, $row["value1"]);
395  }
396 
397  $points = $this->calculateReachedPoints($active_id, $pass);
398  $max_points = $this->getMaximumPoints();
399 
400  $result->setReachedPercentage(($points / $max_points) * 100);
401 
402  return $result;
403  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
calculateReachedPoints(int $active_id, ?int $pass=null, bool $authorized_solution=true)
lookupMaxStep(int $active_id, int $pass)
+ Here is the call graph for this function:

◆ isComplete()

assNumeric::isComplete ( )

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

References getMaximumPoints().

45  : bool
46  {
47  if (
48  strlen($this->title)
49  && $this->author
50  && $this->question
51  && $this->getMaximumPoints() > 0
52  ) {
53  return true;
54  }
55  return false;
56  }
+ Here is the call graph for this function:

◆ isValidSolutionSubmit()

assNumeric::isValidSolutionSubmit (   $numeric_solution)

Definition at line 215 of file class.assNumeric.php.

215  : bool
216  {
217  $math = new EvalMath();
218  $math->suppress_errors = true;
219  $result = $math->evaluate($numeric_solution);
220 
221  return !(
222  ($result === false || $result === true) && strlen($numeric_solution) > 0
223  );
224  }

◆ loadFromDb()

assNumeric::loadFromDb ( int  $question_id)

PhpAssignmentInConditionInspection

Definition at line 66 of file class.assNumeric.php.

References $data, Vendor\Package\$e, ilRTE\_replaceMediaObjectImageSrc(), getAdditionalTableName(), ilAssQuestionLifecycle\getDraftInstance(), ilAssQuestionLifecycle\getInstance(), assQuestion\setAdditionalContentEditingMode(), assQuestion\setAuthor(), assQuestion\setComment(), assQuestion\setId(), assQuestion\setLifecycle(), setLowerLimit(), setMaxChars(), assQuestion\setNrOfTries(), assQuestion\setObjId(), assQuestion\setOriginalId(), assQuestion\setOwner(), assQuestion\setPoints(), assQuestion\setQuestion(), assQuestion\setTitle(), and setUpperLimit().

66  : void
67  {
68  $result = $this->db->queryF(
69  "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",
70  ["integer"],
71  [$question_id]
72  );
73  if ($result->numRows() == 1) {
74  $data = $this->db->fetchAssoc($result);
75  $this->setId($question_id);
76  $this->setObjId($data["obj_fi"]);
77  $this->setTitle((string) $data["title"]);
78  $this->setComment((string) $data["description"]);
79  $this->setNrOfTries($data['nr_of_tries']);
80  $this->setOriginalId($data["original_id"]);
81  $this->setAuthor($data["author"]);
82  $this->setPoints($data["points"]);
83  $this->setOwner($data["owner"]);
84  $this->setQuestion(ilRTE::_replaceMediaObjectImageSrc((string) $data["question_text"], 1));
85  $this->setMaxChars($data["maxnumofchars"]);
86 
87  try {
91  }
92 
93  try {
94  $this->setAdditionalContentEditingMode($data['add_cont_edit_mode']);
95  } catch (ilTestQuestionPoolException $e) {
96  }
97  }
98 
99  $result = $this->db->queryF(
100  "SELECT * FROM qpl_num_range WHERE question_fi = %s ORDER BY aorder ASC",
101  ['integer'],
102  [$question_id]
103  );
104 
105  if ($result->numRows() > 0) {
107  while ($data = $this->db->fetchAssoc($result)) {
108  $this->setPoints($data['points']);
109  $this->setLowerLimit($data['lowerlimit']);
110  $this->setUpperLimit($data['upperlimit']);
111  }
112  }
113 
114  parent::loadFromDb($question_id);
115  }
static _replaceMediaObjectImageSrc(string $a_text, int $a_direction=0, string $nic='')
Replaces image source from mob image urls with the mob id or replaces mob id with the correct image s...
setNrOfTries(int $a_nr_of_tries)
setOwner(int $owner=-1)
setLowerLimit(string $limit)
setComment(string $comment="")
setMaxChars($maxchars)
Sets the maximum number of characters for the numeric input field.
getAdditionalTableName()
Returns the name of the additional question data table in the database.
setPoints(float $points)
setObjId(int $obj_id=0)
setId(int $id=-1)
setUpperLimit(string $limit)
setOriginalId(?int $original_id)
setTitle(string $title="")
setLifecycle(ilAssQuestionLifecycle $lifecycle)
setAuthor(string $author="")
setAdditionalContentEditingMode(?string $additionalContentEditingMode)
setQuestion(string $question="")
+ Here is the call graph for this function:

◆ saveAdditionalQuestionDataToDb()

assNumeric::saveAdditionalQuestionDataToDb ( )

Saves a record to the question types additional data table.

Returns
mixed

Implements ilObjQuestionScoringAdjustable.

Definition at line 270 of file class.assNumeric.php.

References getAdditionalTableName(), assQuestion\getId(), and getMaxChars().

Referenced by saveToDb().

271  {
272  // save additional data
273  $this->db->manipulateF(
274  "DELETE FROM " . $this->getAdditionalTableName() . " WHERE question_fi = %s",
275  [ "integer" ],
276  [ $this->getId() ]
277  );
278 
279  $this->db->manipulateF(
280  "INSERT INTO " . $this->getAdditionalTableName(
281  ) . " (question_fi, maxnumofchars) VALUES (%s, %s)",
282  [ "integer", "integer" ],
283  [
284  $this->getId(),
285  ($this->getMaxChars()) ? $this->getMaxChars() : 0
286  ]
287  );
288  }
getMaxChars()
Returns the maximum number of characters for the numeric input field.
getAdditionalTableName()
Returns the name of the additional question data table in the database.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveAnswerSpecificDataToDb()

assNumeric::saveAnswerSpecificDataToDb ( )

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

Returns
mixed

Implements ilObjAnswerScoringAdjustable.

Definition at line 290 of file class.assNumeric.php.

References assQuestion\getId(), getLowerLimit(), assQuestion\getPoints(), and getUpperLimit().

Referenced by saveToDb().

291  {
292  // Write range to the database
293  $this->db->manipulateF(
294  "DELETE FROM qpl_num_range WHERE question_fi = %s",
295  [ 'integer' ],
296  [ $this->getId() ]
297  );
298 
299  $next_id = $this->db->nextId('qpl_num_range');
300  $this->db->manipulateF(
301  "INSERT INTO qpl_num_range (range_id, question_fi, lowerlimit, upperlimit, points, aorder, tstamp)
302  VALUES (%s, %s, %s, %s, %s, %s, %s)",
303  [ 'integer', 'integer', 'text', 'text', 'float', 'integer', 'integer' ],
304  [ $next_id, $this->id, $this->getLowerLimit(), $this->getUpperLimit(
305  ), $this->getPoints(), 0, time() ]
306  );
307  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ savePreviewData()

assNumeric::savePreviewData ( ilAssQuestionPreviewSession  $previewSession)
protected

Definition at line 264 of file class.assNumeric.php.

References getSolutionSubmit(), and ilAssQuestionPreviewSession\setParticipantsSolution().

264  : void
265  {
266  $numericSolution = $this->getSolutionSubmit();
267  $previewSession->setParticipantsSolution($numericSolution);
268  }
+ Here is the call graph for this function:

◆ saveToDb()

assNumeric::saveToDb ( ?int  $original_id = null)

Definition at line 58 of file class.assNumeric.php.

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

58  : void
59  {
63  parent::saveToDb($original_id);
64  }
saveAnswerSpecificDataToDb()
Saves the answer specific records into a question types answer table.
saveQuestionDataToDb(?int $original_id=null)
saveAdditionalQuestionDataToDb()
Saves a record to the question types additional data table.
+ Here is the call graph for this function:

◆ saveWorkingData()

assNumeric::saveWorkingData ( int  $active_id,
?int  $pass = null,
bool  $authorized = true 
)

Definition at line 226 of file class.assNumeric.php.

References ilObjTest\_getPass(), assQuestion\getCurrentSolutionResultSet(), assQuestion\getProcessLocker(), getSolutionSubmit(), null, assQuestion\removeSolutionRecordById(), assQuestion\saveCurrentSolution(), and assQuestion\updateCurrentSolution().

230  : bool {
231  if (is_null($pass)) {
232  $pass = ilObjTest::_getPass($active_id);
233  }
234 
235  $answer = $this->getSolutionSubmit();
236  $this->getProcessLocker()->executeUserSolutionUpdateLockOperation(
237  function () use ($answer, $active_id, $pass, $authorized) {
238  $result = $this->getCurrentSolutionResultSet($active_id, $pass, $authorized);
239  $update = -1;
240  if ($this->db->numRows($result) !== 0) {
241  $row = $this->db->fetchAssoc($result);
242  $update = $row['solution_id'];
243  }
244 
245  if ($update !== -1
246  && $answer === '') {
247  $this->removeSolutionRecordById($update);
248  return;
249  }
250  if ($update !== -1) {
251  $this->updateCurrentSolution($update, $answer, null, $authorized);
252  return;
253  }
254 
255  if ($answer !== '') {
256  $this->saveCurrentSolution($active_id, $pass, $answer, null, $authorized);
257  }
258  }
259  );
260 
261  return true;
262  }
static _getPass($active_id)
Retrieves the actual pass of a given user for a given test.
updateCurrentSolution(int $solutionId, $value1, $value2, bool $authorized=true)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
saveCurrentSolution(int $active_id, int $pass, $value1, $value2, bool $authorized=true, $tstamp=0)
removeSolutionRecordById(int $solutionId)
getCurrentSolutionResultSet(int $active_id, int $pass, bool $authorized=true)
+ Here is the call graph for this function:

◆ setLowerLimit()

assNumeric::setLowerLimit ( string  $limit)

Definition at line 127 of file class.assNumeric.php.

Referenced by loadFromDb().

127  : void
128  {
129  $this->lower_limit = str_replace(',', '.', $limit);
130  }
+ Here is the caller graph for this function:

◆ setMaxChars()

assNumeric::setMaxChars (   $maxchars)

Sets the maximum number of characters for the numeric input field.

Parameters
integer$maxcharsThe maximum number of characters

Definition at line 334 of file class.assNumeric.php.

References $maxchars.

Referenced by loadFromDb().

334  : void
335  {
336  $this->maxchars = $maxchars;
337  }
+ Here is the caller graph for this function:

◆ setUpperLimit()

assNumeric::setUpperLimit ( string  $limit)

Definition at line 132 of file class.assNumeric.php.

Referenced by loadFromDb().

132  : void
133  {
134  $this->upper_limit = str_replace(',', '.', $limit);
135  }
+ Here is the caller graph for this function:

◆ solutionValuesToLog()

assNumeric::solutionValuesToLog ( AdditionalInformationGenerator  $additional_info,
array  $solution_values 
)
protected

Definition at line 437 of file class.assNumeric.php.

440  : string {
441  if (!array_key_exists(0, $solution_values) ||
442  !array_key_exists('value1', $solution_values[0])) {
443  return '';
444  }
445  return $solution_values[0]['value1'];
446  }

◆ solutionValuesToText()

assNumeric::solutionValuesToText ( array  $solution_values)

Definition at line 448 of file class.assNumeric.php.

448  : string
449  {
450  if (!array_key_exists(0, $solution_values) ||
451  !array_key_exists('value1', $solution_values[0])) {
452  return '';
453  }
454  return $solution_values[0]['value1'];
455  }

◆ toLog()

assNumeric::toLog ( AdditionalInformationGenerator  $additional_info)

Implements ILIAS\TestQuestionPool\Questions\Question.

Definition at line 418 of file class.assNumeric.php.

References assQuestion\formatSAQuestion(), getLowerLimit(), getMaxChars(), assQuestion\getPoints(), assQuestion\getQuestion(), getQuestionType(), assQuestion\getShuffle(), assQuestion\getTitleForHTMLOutput(), ILIAS\Test\Logging\AdditionalInformationGenerator\getTrueFalseTagForBool(), and getUpperLimit().

418  : array
419  {
420  return [
421  AdditionalInformationGenerator::KEY_QUESTION_TYPE => (string) $this->getQuestionType(),
422  AdditionalInformationGenerator::KEY_QUESTION_TITLE => $this->getTitleForHTMLOutput(),
423  AdditionalInformationGenerator::KEY_QUESTION_TEXT => $this->formatSAQuestion($this->getQuestion()),
424  AdditionalInformationGenerator::KEY_QUESTION_SHUFFLE_ANSWER_OPTIONS => $additional_info
426  AdditionalInformationGenerator::KEY_QUESTION_MAXCHARS => $this->getMaxChars(),
427  AdditionalInformationGenerator::KEY_QUESTION_REACHABLE_POINTS => $this->getPoints(),
428  AdditionalInformationGenerator::KEY_QUESTION_LOWER_LIMIT => $this->getLowerLimit(),
429  AdditionalInformationGenerator::KEY_QUESTION_UPPER_LIMIT => $this->getUpperLimit(),
430  AdditionalInformationGenerator::KEY_FEEDBACK => [
431  AdditionalInformationGenerator::KEY_QUESTION_FEEDBACK_ON_INCOMPLETE => $this->formatSAQuestion($this->feedbackOBJ->getGenericFeedbackTestPresentation($this->getId(), false)),
432  AdditionalInformationGenerator::KEY_QUESTION_FEEDBACK_ON_COMPLETE => $this->formatSAQuestion($this->feedbackOBJ->getGenericFeedbackTestPresentation($this->getId(), true))
433  ]
434  ];
435  }
getMaxChars()
Returns the maximum number of characters for the numeric input field.
getQuestionType()
Returns the question type of the question.
+ Here is the call graph for this function:

◆ validateSolutionSubmit()

assNumeric::validateSolutionSubmit ( )

Implements ILIAS\TestQuestionPool\Questions\Question.

Definition at line 200 of file class.assNumeric.php.

References getSolutionSubmit(), ILIAS\Repository\lng(), and null.

200  : bool
201  {
202  if ($this->getSolutionSubmit() === null) {
203  $this->tpl->setOnScreenMessage('failure', $this->lng->txt("err_no_numeric_value"), true);
204  return false;
205  }
206 
207  return true;
208  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
+ Here is the call graph for this function:

Field Documentation

◆ $lower_limit

assNumeric::$lower_limit
protected

Definition at line 41 of file class.assNumeric.php.

Referenced by getLowerLimit().

◆ $maxchars

assNumeric::$maxchars = 6

Definition at line 43 of file class.assNumeric.php.

Referenced by getMaxChars(), and setMaxChars().

◆ $upper_limit

assNumeric::$upper_limit
protected

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

Referenced by getUpperLimit().


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