joshuarauh commited on
Commit
1d8b45f
·
verified ·
1 Parent(s): d657e5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -614,13 +614,15 @@ Student's Solution:
614
  {main_solution}
615
 
616
  {f"The student also provided the following SymPy verification of their solution: {sympy_section}" if sympy_section else ""}
 
617
 
618
  Please provide:
619
  1. A brief point-by-point analysis of the solution
620
  2. Specific comments on any errors or oversights
621
  3. Suggestions for improvement (if any)
622
  4. A numerical score out of 100 based on the criteria above
623
- 5. Finally, if and only if the numerical score is less than 90 out of 100, present a complete revised solution to which you would award a score of 100
 
624
 
625
  Important: When writing mathematical expressions, use these formatting rules re LaTeX
626
  - Use $ for inline math
@@ -630,6 +632,7 @@ Important: When writing mathematical expressions, use these formatting rules re
630
  - When writing questions involving currency expressed in dollars NEVER use the `$` symbol as it will be interepreted as math mode. ALWAYS write out the word dollars.
631
  * Example: 1000 dollars
632
  - Never use parentheses or brackets around expressions, just use the dollar signs
 
633
 
634
  Format your response with clear headers and bullet points."""
635
 
 
614
  {main_solution}
615
 
616
  {f"The student also provided the following SymPy verification of their solution: {sympy_section}" if sympy_section else ""}
617
+ Please consider this in your assessment of the work.
618
 
619
  Please provide:
620
  1. A brief point-by-point analysis of the solution
621
  2. Specific comments on any errors or oversights
622
  3. Suggestions for improvement (if any)
623
  4. A numerical score out of 100 based on the criteria above
624
+ 5. Finally, if and only if the numerical score is less than 90 out of 100, present a complete revised solution to which you would award a score of 100.
625
+ The complete revised solution if you provide one must show ALL steps and be fully self-contained.
626
 
627
  Important: When writing mathematical expressions, use these formatting rules re LaTeX
628
  - Use $ for inline math
 
632
  - When writing questions involving currency expressed in dollars NEVER use the `$` symbol as it will be interepreted as math mode. ALWAYS write out the word dollars.
633
  * Example: 1000 dollars
634
  - Never use parentheses or brackets around expressions, just use the dollar signs
635
+ - make sure there are never unmatched dollar signs as that will ruin the LaTeX rendering
636
 
637
  Format your response with clear headers and bullet points."""
638