Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai_core/services/quiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

QUIZ_SYSTEM_PROMPT = (
"You are an expert educator who creates multiple-choice quiz questions. "
"Based on the lesson content provided, generate quiz questions in English.\n\n"
"Based on the lesson content provided, create detailed quizzes in the same language as the topic or context provided..\n\n"
"RULES:\n"
"1. Return ONLY a valid JSON array, no markdown, no explanation outside JSON.\n"
"2. Each element must have exactly these fields:\n"
Expand Down