Commit 0d11eb16 by JonahStanley

Fixed typo

I accidently had show_answer instead of showanswer.  This error was hidden by a previous default of showanswer=always.
parent a17c487f
...@@ -33,7 +33,7 @@ def view_problem_with_show_answer(step, problem_type, answer): ...@@ -33,7 +33,7 @@ def view_problem_with_show_answer(step, problem_type, answer):
i_am_registered_for_the_course(step, 'model_course') i_am_registered_for_the_course(step, 'model_course')
# Ensure that the course has this problem type # Ensure that the course has this problem type
add_problem_to_course('model_course', problem_type, {'show_answer': answer}) add_problem_to_course('model_course', problem_type, {'showanswer': answer})
# Go to the one section in the factory-created course # Go to the one section in the factory-created course
# which should be loaded with the correct problem # which should be loaded with the correct problem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment