We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
질문 및 선택지 조회 API 구성
A
중
classDiagram QuestionBundle --* Question Question <|-- BalanceQuestion Question <|-- ChoiceQuestion ChoiceQuestion --* Choice BalanceQuestion --* Choice Choice --* KeywordScore KeywordScore --* Keyword Record --* User Record --* Question Record --* Choice Record --* Answer class QuestionBundle { questions: List~Question~ } class Question { <<interface>> } class BalanceQuestion { choice1: Choice choice2: Choice } class ChoiceQuestion { choices: List~Choice~ } class Choice { scores: List~KeywordScore~ } class KeywordScore { keyword: Keyword score: number } class Keyword { name: String } class Record { user: User question: Question choice:Choice answer: Answer }
No response
The text was updated successfully, but these errors were encountered:
NaMinhyeok
When branches are created from issues, their pull requests are automatically linked.
피처 개요
질문 및 선택지 조회 API 구성
중요도
A
난이도
중
피처 설명
체크리스트
관련 정보
No response
The text was updated successfully, but these errors were encountered: