ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
format ($string) | |
Original code copied from \assQuestion::formatSAQuestion (author: akill) More... | |
migrateToLmContent ($string) | |
migrateToLmContent ($content) | |
Static Public Member Functions | |
static | prepareQuestionForLearningModule (assQuestion $question) |
static | getSelfAssessmentTags () |
Get tags allowed in question tags in self assessment mode. More... | |
Protected Member Functions | |
handleLineBreaks ($string) | |
stripHtmlExceptSelfAssessmentTags ($string) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilAssSelfAssessmentQuestionFormatter
Definition at line 22 of file class.ilAssSelfAssessmentQuestionFormatter.php.
ilAssSelfAssessmentQuestionFormatter::format | ( | $string | ) |
Original code copied from \assQuestion::formatSAQuestion (author: akill)
$html | string |
Definition at line 29 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References ilRTE\_replaceMediaObjectImageSrc(), handleLineBreaks(), and ilRTE\replaceLatexSpan().
|
static |
Get tags allowed in question tags in self assessment mode.
Definition at line 97 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References ilUtil\getSecureTags().
Referenced by assQuestionGUI\addBasicQuestionFormProperties(), ilAssQuestionFeedback\buildFeedbackContentFormProperty(), assClozeTestGUI\populateQuestionSpecificFormPart(), assLongMenuGUI\populateQuestionSpecificFormPart(), and stripHtmlExceptSelfAssessmentTags().
|
protected |
string | $string |
Definition at line 46 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References ilUtil\isHTML().
Referenced by format().
ilAssSelfAssessmentQuestionFormatter::migrateToLmContent | ( | $string | ) |
string | $string |
Implements ilAssSelfAssessmentMigrator.
Definition at line 78 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References ilRTE\replaceLatexSpan(), and stripHtmlExceptSelfAssessmentTags().
|
static |
assQuestion | $question |
Definition at line 88 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References assQuestion\migrateContentForLearningModule().
|
protected |
string | $string |
Definition at line 59 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References getSelfAssessmentTags(), and ilUtil\secureString().
Referenced by migrateToLmContent().