|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilAssSelfAssessmentQuestionFormatter. More...
Inheritance diagram for ilAssSelfAssessmentQuestionFormatter:
Collaboration diagram for ilAssSelfAssessmentQuestionFormatter: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) | |
| convertLatexSpanToTex ($string) | |
| stripHtmlExceptSelfAssessmentTags ($string) | |
Class ilAssSelfAssessmentQuestionFormatter.
Definition at line 9 of file class.ilAssSelfAssessmentQuestionFormatter.php.
|
protected |
| string | $string |
Definition at line 54 of file class.ilAssSelfAssessmentQuestionFormatter.php.
Referenced by migrateToLmContent().
Here is the caller graph for this function:| ilAssSelfAssessmentQuestionFormatter::format | ( | $string | ) |
Original code copied from \assQuestion::formatSAQuestion (author: akill)
| $html | string |
Definition at line 16 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References ilRTE\_replaceMediaObjectImageSrc(), handleLineBreaks(), and ilUtil\insertLatexImages().
Here is the call graph for this function:
|
static |
Get tags allowed in question tags in self assessment mode.
BH 01-03-2018: added P tag to allowed tags due to missing newline problems
BH 01-03-2018: added P tag to allowed tags due to missing newline problems
Definition at line 130 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References ilUtil\getSecureTags().
Referenced by assClozeTestGUI\addBasicQuestionFormProperties(), assQuestionGUI\addBasicQuestionFormProperties(), ilAssQuestionFeedback\buildFeedbackContentFormProperty(), assClozeTestGUI\populateQuestionSpecificFormPart(), assLongMenuGUI\populateQuestionSpecificFormPart(), and stripHtmlExceptSelfAssessmentTags().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| string | $string |
Definition at line 40 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References ilUtil\isHTML().
Referenced by format().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssSelfAssessmentQuestionFormatter::migrateToLmContent | ( | $string | ) |
| string | $string |
Implements ilAssSelfAssessmentMigrator.
Definition at line 111 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References convertLatexSpanToTex(), and stripHtmlExceptSelfAssessmentTags().
Here is the call graph for this function:
|
static |
| assQuestion | $question |
Definition at line 121 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References assQuestion\migrateContentForLearningModule().
Referenced by ilPCQuestion\copyPoolQuestionIntoPage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| string | $string |
Definition at line 91 of file class.ilAssSelfAssessmentQuestionFormatter.php.
References $t, getSelfAssessmentTags(), and ilUtil\secureString().
Referenced by migrateToLmContent().
Here is the call graph for this function:
Here is the caller graph for this function: