UNPKG

@openlearning/imscc-packager

Version:

Package JSON course structure into an IMSCC package

7 lines (6 loc) 492 B
import { Section } from '../../../../types'; export declare function generateMultipleChoiceQuestionResprocessing(quiz: Section): string; export declare function generateMultipleAnswersQuestionResprocessing(quiz: Section): string; export declare function generateNumericalQuestionResprocessing(quiz: Section): string; export declare function generateShortAnswerQuestionResprocessing(quiz: Section): string; export declare function generateMatchingQuestionResprocessing(quiz: Section): string;