chih.yikuan Claude Opus 4.6 (1M context) commited on
Commit
bb875d5
·
1 Parent(s): 34b22f3

Fix: Clarify default prompt — non-dash answers are wrong answers

Browse files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

chatkit/backend/app/report_generator.py CHANGED
@@ -111,8 +111,7 @@ DEFAULT_STUDENT_PROMPT = """請為以下學生生成個人化的考試分析報
111
 
112
  ## 資料格式說明
113
  - 在學生答案中,「-」表示該題答對
114
- - 其他文字為學生的實際作答內容(可能正確也可能錯誤)
115
- - 請根據題目、標準答案(如有提供)判斷哪些是錯誤答案
116
 
117
  ## 學生姓名:{student_name}
118
 
 
111
 
112
  ## 資料格式說明
113
  - 在學生答案中,「-」表示該題答對
114
+ - 其他文字為學生的實際作答內容(學生錯誤答案
 
115
 
116
  ## 學生姓名:{student_name}
117