4require_once 
'./Modules/TestQuestionPool/classes/class.assQuestion.php';
 
    5require_once 
'./Modules/Test/classes/inc.AssessmentConstants.php';
 
    6require_once 
'./Modules/TestQuestionPool/interfaces/interface.ilObjQuestionScoringAdjustable.php';
 
    7require_once 
'./Modules/TestQuestionPool/interfaces/interface.iQuestionCondition.php';
 
   49                $this->parameters = array();
 
   63                if (strlen($this->title) 
 
   92                                                        array( $this->
getId() )
 
   95                                                                                                                                                           ) . 
" (question_fi, width, height, applet, params) VALUES (%s, %s, %s, %s, %s)",
 
   96                                                        array( 
"integer", 
"integer", 
"integer", 
"text", 
"text" ),
 
  120                        isset(
$_SESSION[
'flash_upload_filename']) && is_string(
$_SESSION[
'flash_upload_filename']) &&
 
  121                        file_exists(
$_SESSION[
'flash_upload_filename']) && is_file(
$_SESSION[
'flash_upload_filename'])
 
  126                        require_once 
'Services/Utilities/classes/class.ilFileUtils.php';
 
  128                        unset(
$_SESSION[
'flash_upload_filename']);
 
  149                        $this->
setId($question_id);
 
  160                        include_once(
"./Services/RTE/classes/class.ilRTE.php");
 
  183                                $this->parameters = unserialize(
$data[
"params"]);
 
  185                                unset(
$_SESSION[
"flash_upload_filename"]);
 
  188                parent::loadFromDb($question_id);
 
  206                $this_id = $this->
getId();
 
  210                include_once (
"./Modules/TestQuestionPool/classes/class.assQuestion.php");
 
  214                if( (
int)$testObjId > 0 )
 
  216                        $clone->setObjId($testObjId);
 
  243                $clone->copyPageOfQuestion($this_id);
 
  245                $clone->copyXHTMLMediaObjectsOfQuestion($this_id);
 
  247                $clone->duplicateApplet($this_id, $thisObjId);
 
  249                $clone->onDuplicate($thisObjId, $this_id, $clone->getObjId(), $clone->getId());
 
  270                include_once (
"./Modules/TestQuestionPool/classes/class.assQuestion.php");
 
  273                $source_questionpool_id = $this->
getObjId();
 
  274                $clone->setObjId($target_questionpool_id);
 
  286                $clone->copyApplet(
$original_id, $source_questionpool_id);
 
  288                $clone->onCopy($source_questionpool_id, 
$original_id, $clone->getObjId(), $clone->getId());
 
  301                include_once (
"./Modules/TestQuestionPool/classes/class.assQuestion.php");
 
  304                $sourceParentId = $this->
getObjId();
 
  310                $clone->setObjId($targetParentId);
 
  312                if ($targetQuestionTitle)
 
  314                        $clone->setTitle($targetQuestionTitle);
 
  319                $clone->copyPageOfQuestion($sourceQuestionId);
 
  321                $clone->copyXHTMLMediaObjectsOfQuestion($sourceQuestionId);
 
  323                $clone->copyApplet($sourceQuestionId, $sourceParentId);
 
  325                $clone->onCopy($sourceParentId, $sourceQuestionId, $clone->getObjId(), $clone->getId());
 
  339                $flashpath_original = preg_replace(
"/([^\d])$this->id([^\d])/", 
"\${1}$question_id\${2}", $flashpath);
 
  341                if( (
int)$objectId > 0 )
 
  343                        $flashpath_original = str_replace(
"/$this->obj_id/", 
"/$objectId/", $flashpath_original);
 
  346                if (!file_exists($flashpath))
 
  352                        print "flash applet could not be duplicated!!!! ";
 
  362        protected function copyApplet($question_id, $source_questionpool)
 
  365                $flashpath_original = preg_replace(
"/([^\d])$this->id([^\d])/", 
"\${1}$question_id\${2}", $flashpath);
 
  366                $flashpath_original = str_replace(
"/$this->obj_id/", 
"/$source_questionpool/", $flashpath_original);
 
  367                if (!file_exists($flashpath))
 
  374                        print "flash applet could not be copied!!!! ";
 
  403                        throw new ilTestException(
'return details not implemented for '.__METHOD__);
 
  408                $found_values = array();
 
  430                        if( isset($solution[
'points']) )
 
  432                                $points += $solution[
'points'];
 
  443                $params = array(
'http' => array(
 
  447                if ($optional_headers !== 
null) 
 
  449                        $params[
'http'][
'header'] = $optional_headers;
 
  451                $ctx = stream_context_create(
$params);
 
  452                $fp = @fopen(
$url, 
'rb', 
false, $ctx);
 
  455                        throw new Exception(
"Problem with $url, $php_errormsg");
 
  457                $response = @stream_get_contents($fp);
 
  458                if ($response === 
false) 
 
  460                        throw new Exception(
"Problem reading data from $url, $php_errormsg");
 
  476                if (!empty($tmpfile))
 
  478                        $flashfile = str_replace(
" ", 
"_", $flashfile);
 
  480                        if (!file_exists($flashpath))
 
  542                return "assFlashQuestion";
 
  555                return "qpl_qst_flash";
 
  587                $text = parent::getRTETextWithMediaObjects();
 
  598                return $startrow + 1;
 
  614        function fromXML(&$item, &$questionpool_id, &$tst_id, &$tst_object, &$question_counter, &$import_mapping)
 
  616                include_once 
"./Modules/TestQuestionPool/classes/import/qti12/class.assFlashQuestionImport.php";
 
  618                $import->fromXML($item, $questionpool_id, $tst_id, $tst_object, $question_counter, $import_mapping);
 
  628        function toXML($a_include_header = 
true, $a_include_binary = 
true, $a_shuffle = 
false, $test_output = 
false, $force_image_references = 
false)
 
  630                include_once 
"./Modules/TestQuestionPool/classes/export/qti12/class.assFlashQuestionExport.php";
 
  632                return $export->toXML($a_include_header, $a_include_binary, $a_shuffle, $test_output, $force_image_references);
 
  643                $user_solution = array();
 
  644                return $user_solution;
 
  649                if (!$a_height) $a_height = 400;
 
  650                $this->height = $a_height;
 
  660                if (!$a_width) $a_width = 550;
 
  661                $this->width = $a_width;
 
  671                $this->applet = $a_applet;
 
  681                $this->parameters[$name] = $value;
 
  692                        $this->parameters = array();
 
  698                unset($this->parameters[$name]);
 
  703                $this->parameters = array();
 
  726                require_once 
"./Modules/TestQuestionPool/classes/class.ilOperatorsExpressionMapping.php";
 
  779                return parent::buildTestPresentationConfig()
 
  781                        ->setFormChangeDetectionEnabled(
false)
 
  782                        ->setBackgroundChangeDetectionEnabled(
true);
 
An exception for terminatinating execution or to throw for unit testing.
Class for flash question exports.
Class for flash question imports.
Class for Flash based questions.
getRTETextWithMediaObjects()
Collects all text in the question which could contain media objects which were created with the Rich ...
moveUploadedFile($tmpfile, $flashfile)
Uploads a flash file.
getAdditionalTableName()
Returns the name of the additional question data table in the database.
getAvailableAnswerOptions($index=null)
If index is null, the function returns an array with all anwser options Else it returns the specific ...
duplicate($for_test=true, $title="", $author="", $owner="", $testObjId=null)
Duplicates an assFlashQuestion.
getOperators($expression)
Get all available operations for a specific question.
getBestSolution($active_id, $pass)
Returns the best solution for a given pass of a participant.
fromXML(&$item, &$questionpool_id, &$tst_id, &$tst_object, &$question_counter, &$import_mapping)
Creates a question from a QTI file.
calculateReachedPoints($active_id, $pass=NULL, $authorizedSolution=true, $returndetails=FALSE)
Returns the points, a learner has reached answering the question.
saveToDb($original_id="")
Saves a assFlashQuestion object to a database.
savePreviewData(ilAssQuestionPreviewSession $previewSession)
setExportDetailsXLS($worksheet, $startrow, $active_id, $pass)
{Creates an Excel worksheet for the detailed cumulated results of this question.object}
getAnswerTableName()
Returns the name of the answer table in the database.
isComplete()
Returns true, if a single choice question is complete for use.
sendToHost($url, $data, $optional_headers=null)
getExpressionTypes()
Get all available expression types for a specific question.
getQuestionType()
Returns the question type of the question.
__construct( $title="", $comment="", $author="", $owner=-1, $question="")
assFlashQuestion constructor
saveWorkingData($active_id, $pass=NULL, $authorized=true)
Saves the learners input of the question to the database.
moveAppletIfExists()
Moves an applet file (maybe stored in the PHP session) to its final filesystem destination.
getMaximumPoints()
Returns the maximum points, a learner can reach answering the question.
copyApplet($question_id, $source_questionpool)
Copy the flash applet.
saveAdditionalQuestionDataToDb()
Saves a record to the question types additional data table.
addParameter($name, $value)
toXML($a_include_header=true, $a_include_binary=true, $a_shuffle=false, $test_output=false, $force_image_references=false)
Returns a QTI xml representation of the question and sets the internal domxml variable with the DOM X...
loadFromDb($question_id)
Loads a assFlashQuestion object from a database.
deleteAnswers($question_id)
Deletes datasets from answers tables.
duplicateApplet($question_id, $objectId=null)
Duplicate the flash applet.
reworkWorkingData($active_id, $pass, $obligationsAnswered, $authorized)
{Reworks the allready saved working data if neccessary.}
getUserQuestionResult($active_id, $pass)
Get the user solution for a question by active_id and the test pass.
calculateReachedPointsFromPreviewSession(ilAssQuestionPreviewSession $previewSession)
copyObject($target_questionpool_id, $title="")
Copies an assFlashQuestion object.
createNewOriginalFromThisDuplicate($targetParentId, $targetQuestionTitle="")
buildTestPresentationConfig()
Get the test question configuration.
Abstract basic class which is to be extended by the concrete assessment question type classes.
getCurrentSolutionResultSet($active_id, $pass, $authorized=true)
Get a restulset for the current user solution for a this question by active_id and pass.
static _getOriginalId($question_id)
Returns the original id of a question.
setId($id=-1)
Sets the id of the assQuestion object.
setOriginalId($original_id)
setObjId($obj_id=0)
Set the object id of the container object.
getSolutionMaxPass($active_id)
Returns the maximum pass a users question solution.
setSuggestedSolution($solution_id="", $subquestion_index=0, $is_import=false)
Sets a suggested solution for the question.
saveQuestionDataToDb($original_id="")
getId()
Gets the id of the assQuestion object.
getObjId()
Get the object id of the container object.
setTitle($title="")
Sets the title string of the assQuestion object.
setOwner($owner="")
Sets the creator/owner ID of the assQuestion object.
setEstimatedWorkingTime($hour=0, $min=0, $sec=0)
Sets the estimated working time of a question from given hour, minute and second.
deductHintPointsFromReachedPoints(ilAssQuestionPreviewSession $previewSession, $reachedPoints)
getFlashPath()
Returns the image path for web accessable flash files of a question.
setAuthor($author="")
Sets the authors name of the assQuestion object.
setPoints($a_points)
Sets the maximum available points for the question.
setComment($comment="")
Sets the comment string of the assQuestion object.
setNrOfTries($a_nr_of_tries)
setAdditionalContentEditingMode($additinalContentEditingMode)
setter for additional content editing mode for this question
setQuestion($question="")
Sets the question string of the question object.
ensureNonNegativePoints($points)
getParticipantsSolution()
Class to report exception.
static rename($a_source, $a_target)
Rename a file.
static getRootLogger()
The unique root logger has a fixed error level.
static getOperatorsByExpression($expression)
static _replaceMediaObjectImageSrc($a_text, $a_direction=0, $nic=IL_INST_ID)
Replaces image source from mob image urls with the mob id or replaces mob id with the correct image s...
Base Exception for all Exceptions relating to Modules/Test.
static moveUploadedFile($a_file, $a_name, $a_target, $a_raise_errors=true, $a_mode="move_uploaded")
move uploaded file
static makeDirParents($a_dir)
Create a new directory and all parent directories.
Class iQuestionCondition.
const PercentageResultExpression
const NumericResultExpression
const EmptyAnswerExpression
Interface ilObjQuestionScoringAdjustable.