MySurveyResponseDto: {
    answers: {
        etcText: string | null;
        optionIds: string[];
        questionId: string;
        scaleValue: number | null;
        text: string | null;
    }[];
    autosavedAt: string | null;
    canResubmit: boolean;
    submittedAt: string | null;
}