PeerAssessmentSubmitResponseDto: {
    snapshotId: string;
    submissions: {
        answers: {
            questionId: string;
            score: number;
        }[];
        comment: string | null;
        submittedAt: string;
        targetId: string;
    }[];
}