From f65aed9e342fc12cb6865eaae1f27796b6300d8a Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Fri, 23 Jan 2026 15:30:08 -0700 Subject: [PATCH] Adjust prompt --- server/src/shared/quizPrompt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/shared/quizPrompt.ts b/server/src/shared/quizPrompt.ts index 5c18d5e..c8aff20 100644 --- a/server/src/shared/quizPrompt.ts +++ b/server/src/shared/quizPrompt.ts @@ -31,7 +31,7 @@ Return ONLY valid JSON with no additional text before or after.`; export function buildQuizPrompt(options: QuizPromptOptions): string { const questionCount = options.questionCount || 10; - let baseInstructions = `Create ${questionCount} engaging multiple-choice questions. Each question must have 2-6 options, and exactly one correct answer. Vary the difficulty. + let baseInstructions = `Create ${questionCount} engaging multiple-choice questions. Each question must have 2-6 options, but MOST question should have 4 questions, and exactly one correct answer. Vary the difficulty. ${TITLE_GUIDANCE}