diff --git a/src/app/choice-content.ts b/src/app/choice-content.ts
index e3590e4ee08994e4f378984f6f87f7f2d3122d79..a6b26d79d99ff4d25e6b13a4de704991bf420f73 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;