Conversation
* [ICC-338] 🐛 fix: 객관식 정답 선택지 길이 편향 수정
완성본 예시에서 정답이 가장 길어(102자) LLM이 "정답 = 가장 자세하고 긴 선택지" 패턴을 학습하던 문제 수정. 정답을 75자로 줄이고 오답 3개를 80자대로 통일하여 CRITICAL RULE("오답이 제일 길게")과 정합되도록 함.
* [ICC-338] ✨ feat: 빈칸 퀴즈 1~4칸 다중 빈칸 지원
기존 1칸 고정에서 패턴별 1~4칸 가변으로 확장. selections[].content에 각 빈칸 정답을 콤마 구분으로 기록(예: "감수분열, 체세포분열"). Step 2.5(빈칸·정답·오답 표기 규칙) 신설, 패턴 D/E/F 예시 다중칸으로 갱신, CS 도메인 예시(캐시 처리 3칸, JPA PK 전략 4칸) 추가하여 도메인 전이 강화.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.