diff --git a/src/editors/containers/ProblemEditor/data/ReactStateOLXParser.js b/src/editors/containers/ProblemEditor/data/ReactStateOLXParser.js index 4e926b99e..91891e798 100644 --- a/src/editors/containers/ProblemEditor/data/ReactStateOLXParser.js +++ b/src/editors/containers/ProblemEditor/data/ReactStateOLXParser.js @@ -188,6 +188,22 @@ class ReactStateOLXParser { addQuestion() { const { question } = this.editorObject; const questionObject = this.questionParser.parse(question); + /* Removes block tags like
or
You can add a solution
You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice with hints and feedback problems. Edit this component to replace this template with your own assessment.
Add the question text, or prompt, here. This text is required.
an incorrect answer
the correct answer