export default interface IMoodleQuestionChoice { value: number; label?: string; image?: string; }