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]: 퀴즈 진행 관련 이벤트 구현 #104

Open
7 tasks done
nowChae opened this issue Nov 21, 2024 · 0 comments
Open
7 tasks done

[Feature]: 퀴즈 진행 관련 이벤트 구현 #104

nowChae opened this issue Nov 21, 2024 · 0 comments

Comments

@nowChae
Copy link
Collaborator

nowChae commented Nov 21, 2024

어떤 기능인가요?

서버 이벤트 리스너

  • show quiz
  • start quiz
    퀴즈가 시작한다는 알림
  • submit answer
    퀴즈에 대한 답변 전송 관련 이벤트

클라이언트 이벤트 리스너

  • show quiz
    퀴즈 데이터를 전송
  • timer tick
    시간의 싱크를 맞추기 위해
  • time end
    퀴즈가 종료되었다고 알림
  • start quiz
    퀴즈가 시작한다는 알림
  • participant static
    퀴즈 참여자에게 통계 자료 전달
  • master static
    마스터에게 통계 자료 전달

작업 상세 내용

  • show quiz
  • start quiz
  • submit quiz
  • timer tick
  • time end
  • participant static
  • master static

참고 자료

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 작업
Projects
None yet
Development

No branches or pull requests

1 participant