From e72fe2734f6997e68a4cc2501fafa3d57be4cc60 Mon Sep 17 00:00:00 2001
From: Lukas Kimpel <lukas.kimpel@mni.thm.de>
Date: Fri, 16 Mar 2018 02:29:53 +0100
Subject: [PATCH] Empty demo data

---
 .../creator-choice-content.component.ts           | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/src/app/creator-choice-content/creator-choice-content.component.ts b/src/app/creator-choice-content/creator-choice-content.component.ts
index 9e4ed46f4..936897758 100644
--- a/src/app/creator-choice-content/creator-choice-content.component.ts
+++ b/src/app/creator-choice-content/creator-choice-content.component.ts
@@ -22,17 +22,12 @@ export class CreatorChoiceContentComponent implements OnInit {
 
   content: ChoiceContent = new ChoiceContent('0',
     '1',
-    '1',
-    'Choice Content 1',
-    'This is the body of Choice Content 1',
+    '',
+    '',
+    '',
     1,
-    [
-      new AnswerOption('Option 1', '0'),
-      new AnswerOption('Option 2', '10'),
-      new AnswerOption('Option 3', '20'),
-      new AnswerOption('Option 4', '30')
-    ],
-    [0, 2, 3],
+    [],
+    [],
     true);
 
   displayedColumns = ['label', 'points'];
-- 
GitLab