Skip to content

Commit

Permalink
WEBWORK-25: Fixed minor spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsa-Rajabi authored and firasm committed Jun 24, 2022
1 parent c4840c5 commit d4fd1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problem_bank_scripts/webwork_to_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def repr_str(dumper, data):
+ ''.join(f'\n{question}\n \n### Answer Section\n{final_answer_unit}\n ' for part, question, final_answer_unit in zip(question_parts, question_text, question_units) if (part == 0))
# Question part number and question body w/ final answer units (if question is multi-part)
+ ''.join(f'\n## Part {part} \n{question}\n \n### Answer Section\n{final_answer_unit}\n' for part, question,final_answer_unit in zip(question_parts, question_text, question_units) if (part > 0))
+ '\n ## pl-submission-panel \n\n\n'
+ '\n## pl-submission-panel \n\n\n'
+ '## pl-answer-panel \n\n\n'
+ '## Rubric \n\n\n'
+ '## Solution \n\n\n'
Expand Down

0 comments on commit d4fd1c1

Please sign in to comment.