Rathapoom commited on
Commit
eaab3cb
·
verified ·
1 Parent(s): 90853bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def generate_questions_with_retry(knowledge_material, question_type, cognitive_l
61
  format_instructions = f"""
62
  For each multiple choice question:
63
  1. Present the question clearly
64
- 2. Provide {num_choices} choices labeled with A, B, C{', D' if num_choices > 3 else ''}{', E' if num_choices > 4 else ''}
65
  3. After all questions, provide an ANSWER KEY section with:
66
  - The correct answer letter for each question
67
  - A brief explanation of why this is the correct answer
 
61
  format_instructions = f"""
62
  For each multiple choice question:
63
  1. Present the question clearly
64
+ 2. Provide {num_choices} choices labeled with A, B, C{', D' if num_choices > 3 else ''}{', E' if num_choices > 4 else ''} after get new line from question
65
  3. After all questions, provide an ANSWER KEY section with:
66
  - The correct answer letter for each question
67
  - A brief explanation of why this is the correct answer