restoring html changes
This commit is contained in:
Родитель
9f5c0a5275
Коммит
9d00d36a4b
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче