From 9d00d36a4b1a0255a6ea548b123623ba770a430a Mon Sep 17 00:00:00 2001 From: Neha Ranade <904nehar@gmail.com> Date: Thu, 10 Feb 2022 12:48:52 +0000 Subject: [PATCH] restoring html changes --- client/src/model/parsers/GiftParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/model/parsers/GiftParser.ts b/client/src/model/parsers/GiftParser.ts index 2fc23c6..25bf753 100644 --- a/client/src/model/parsers/GiftParser.ts +++ b/client/src/model/parsers/GiftParser.ts @@ -51,7 +51,7 @@ export class GiftParser extends AssessmentAppParser{ const question: Question = { id: "", name: this.removeTags(stem.text), - description: stem.text, + description: this.removeTags(stem.text), lastModified: new Date (), options: ["True", "False"], answer: ans? 0:1,