Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: 부원에게 퀴즈 반환 API 개발 (#70) #75

Merged
merged 3 commits into from
Feb 19, 2024

Commits on Feb 18, 2024

  1. refactor: 특정 퀴즈 반환 api 반환 값 수정

    - 정답을 알 수 없게 수정
    - 선지 추가 시 한번에 추가
    - 메서드 명 변경
    Youthhing committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f554ede View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. refactor: 관리자용 퀴즈 여러문제 반환 컨트롤러 내부 로직 수정

    - QuizResponse 상속 제거 후 별도의 필드 추가
    Youthhing committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cf310b6 View commit details
    Browse the repository at this point in the history
  2. feat: 퀴즈 진행 시 부원에게 퀴즈 전달 컨트롤러 구현

    - 선지 정답 -> SECRET처리
    Youthhing committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    05809de View commit details
    Browse the repository at this point in the history