The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/plugin-sc-mc-exercise > ScMcExercisePluginConfig
ScMcExercisePluginConfig interface
Signature:export interface ScMcExercisePluginConfig
Properties
Property | Type | Description |
---|---|---|
i18n | { types: { singleChoice: string; multipleChoice: string; }; isSingleChoice: { label: string; }; answer: { addLabel: string; fallbackFeedback: { wrong: string; }; }; globalFeedback: { correct: string; missingCorrectAnswers: string; wrong: string; }; } |