Skip to content
Snippets Groups Projects
Commit fdc4723c authored by Lorenz Detterbeck's avatar Lorenz Detterbeck
Browse files

Change choiceContent.ts to choice-content.ts

parent e52ed6a3
Branches
Tags
No related merge requests found
import { AnswerOption } from './answer-option';
export class ChoiceContent {
options: AnswerOption[];
correctOtionIndexes: number[];
multiple: boolean;
......
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