From a9636a2813c73075f00a1f4f66c2523fb8eec659 Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Thu, 15 Dec 2022 14:53:33 +0100 Subject: [PATCH] Change format for AnswerScheme of text element --- projects/common/models/elements/text/text.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common/models/elements/text/text.ts b/projects/common/models/elements/text/text.ts index 9a1bccf11..199e09da0 100644 --- a/projects/common/models/elements/text/text.ts +++ b/projects/common/models/elements/text/text.ts @@ -50,7 +50,7 @@ export class TextElement extends UIElement implements PositionedUIElement { return { id: this.id, type: 'string', - format: 'coloredSelectionRange', + format: 'text-selection', multiple: true, nullable: false, values: [], -- GitLab