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

Fix content type bug

parent c73a29a3
No related merge requests found
...@@ -22,7 +22,7 @@ export class ChoiceContent extends Content { ...@@ -22,7 +22,7 @@ export class ChoiceContent extends Content {
subject, subject,
body, body,
round, round,
ContentType.TEXT, ContentType.CHOICE,
new Map()); new Map());
this.options = options; this.options = options;
this.correctOptionIndexes = correctOptionIndexes; this.correctOptionIndexes = correctOptionIndexes;
......
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