fixed feedback, feedback only supported in descriptions, not in questions for now

This commit is contained in:
2025-10-22 11:25:59 -06:00
parent d6584fd338
commit 4c978f392d
9 changed files with 520 additions and 527 deletions

View File

@@ -14,9 +14,6 @@ const parseMatchingAnswer = (input: string) => {
};
export const quizQuestionAnswerMarkdownUtils = {
// getHtmlText(): string {
// return MarkdownService.render(this.text);
// }
parseMarkdown(input: string, questionType: string): LocalQuizQuestionAnswer {
const isCorrect = input.startsWith("*") || input[1] === "*";