Skip to content

Exam 응시 결과 문자 전송 기능 구현 #53

Description

@woodyn1002

Exam 응시 결과 문자 전송 API

POST /exams/{id}/send-result-sms

해당 시험의 모든 응시 결과를 각 응시자의 부모님 전화번호에 SMS로 전송합니다.
SMS 내용은 다음 항목을 포함합니다:

  • 응시 완료인 경우:
    • 응시자의 점수 (불합격 시에는 Exam에 점수 표시 안 함 기능이 설정되어 있고 불합격인 경우에만 포함함)
    • 합격 혹은 불합격 여부 (Exam에 기준 점수가 설정된 경우에만 포함)
  • 미응시인 경우:
    • 미응시를 안내하는 말

Request Body 필드

  • hideScoreOnFailure: Boolean, 불합격 시 점수 표시 안 함 여부

Response Status Code

  • 성공 시 200 OK

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions