From a69f1be7694ca2996d183d3e38bc2c8a8f4dc621 Mon Sep 17 00:00:00 2001
From: Lukas Kimpel <lukas.kimpel@mni.thm.de>
Date: Thu, 15 Mar 2018 09:44:02 +0100
Subject: [PATCH] Fix content type bug

---
 src/app/choice-content.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/choice-content.ts b/src/app/choice-content.ts
index e3590e4ee..a6b26d79d 100644
--- a/src/app/choice-content.ts
+++ b/src/app/choice-content.ts
@@ -22,7 +22,7 @@ export class ChoiceContent extends Content {
       subject,
       body,
       round,
-      ContentType.TEXT,
+      ContentType.CHOICE,
       new Map());
       this.options = options;
       this.correctOptionIndexes = correctOptionIndexes;
-- 
GitLab