Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -796,7 +796,8 @@ def generate_question(subject, difficulty, question_type, subtopic=None, use_enh
|
|
796 |
system_prompt = f"""You are a mathematics professor.
|
797 |
|
798 |
Part I. Write 10 {question_type} exam questions that can be solved analytically, without numerical methods,
|
799 |
-
in increasing order of difficulty
|
|
|
800 |
The easiest question should still require at least one step beyond direct formula recognitition.
|
801 |
The medium questions must require multiple techniques and require mastery of relevant mathematical concents.
|
802 |
The hardest two questions must require advance techniques would be very tricky even for an undergraduate mathematics major at a top university, but still must be analytically solvable.
|
|
|
796 |
system_prompt = f"""You are a mathematics professor.
|
797 |
|
798 |
Part I. Write 10 {question_type} exam questions that can be solved analytically, without numerical methods,
|
799 |
+
in increasing order of difficulty that rigorously test a student's mastery on the topic {selected_topic} in {subject}
|
800 |
+
at the level that would be expected on a final exam at a top tier university (Stanford, Harvard, MIT, Caltech, Oxford, etc).
|
801 |
The easiest question should still require at least one step beyond direct formula recognitition.
|
802 |
The medium questions must require multiple techniques and require mastery of relevant mathematical concents.
|
803 |
The hardest two questions must require advance techniques would be very tricky even for an undergraduate mathematics major at a top university, but still must be analytically solvable.
|