/**
 * Student Activity Correction Module
 *
 * This module provides types, utilities, and converters for student activity correction.
 * All exports are centralized here for easy importing.
 *
 * @module studentActivityCorrection
 */
export { QUESTION_STATUS, type QuestionStatus } from './constants';
export type { EssayQuestionCorrection, CorrectionQuestionData, StudentQuestion, StudentActivityCorrectionData, SaveQuestionCorrectionPayload, QuestionsAnswersByStudentResponse, } from '../studentActivityCorrection_types/index';
export { getIsCorrect, mapAnswerStatusToQuestionStatus, getQuestionStatusBadgeConfig, getQuestionStatusFromData, } from './utils';
export { convertApiResponseToCorrectionData } from './converter';
//# sourceMappingURL=index.d.ts.map