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-input-exercise > InputExercisePluginConfig
InputExercisePluginConfig interface
Signature:export interface InputExercisePluginConfig
Properties
Property | Type | Description |
---|---|---|
i18n | { types: Record<InputExerciseType, string>; type: { label: string; }; unit: { label: string; }; answer: { addLabel: string; value: { placeholder: string; }; }; inputPlaceholder: string; fallbackFeedback: { correct: string; wrong: string; }; } | |
theme | { borderColor: string; borderStyle: string; } |