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 9e4ed46f4a405bc62452736f139e7182b53bf9ae..9368977587d8def173c4d5607d096c1f25c814ea 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'];