Skip to content

Commit

Permalink
Quiz exercises: Fix short answer quiz template is invalid (#8080)
Browse files Browse the repository at this point in the history
  • Loading branch information
beyzaaltuntas authored Feb 28, 2024
1 parent 4c5a825 commit 9e63f20
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ export class ShortAnswerQuestionEditComponent implements OnInit, OnChanges, Afte
this,
);
this.changeDetector.detectChanges();
this.parseMarkdown(this.questionEditorText);
this.questionUpdated.emit();
}

/**
Expand Down

0 comments on commit 9e63f20

Please sign in to comment.