Adjust prompt

This commit is contained in:
Joey Yakimowich-Payne 2026-01-23 15:30:08 -07:00
commit f65aed9e34
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1

View file

@ -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}