Skip to content
Snippets Groups Projects
Commit aed32859 authored by David Noah Donges's avatar David Noah Donges
Browse files

Format code

parent dca18435
Branches
Tags
No related merge requests found
import { AnswerOption } from './answer-option';
export class ChoiceContent {
options: AnswerOption[];
correctOtionIndexes: number[];
multiple: boolean;
......
......@@ -5,7 +5,8 @@ enum Format {
NUMBER,
TEXT,
GRID
}
}
export class Content {
id: string;
revision: string;
......@@ -15,5 +16,5 @@ export class Content {
round: number;
format: Format;
formatAttributes: Map<string, string>;
}
}
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