Skip to content
Snippets Groups Projects
Verified Commit 79ddaaa8 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Empty demo data

parent 0deace29
No related merge requests found
Pipeline #13551 passed with stage
in 34 seconds
......@@ -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'];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment