Skip to content

커리큘럼 별 퀴즈 API 생성 #1607

Description

@BGuga

커리큘럼 별 퀴즈 응답 API를 생성합니다.

request
GET /quizzes?curriculumId=1
	
response 200 OK
response
[
    {
        "id" : 1,
        "question" : "quizz1"
    },
    {
        "id" : 2,
        "question" : "quizz2"
    }
]

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

    BE로드맵로드맵 스쿼드 관련 이슈

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions