Adjust prompt
This commit is contained in:
parent
b85970e168
commit
f65aed9e34
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue