Commit 5418b83d by dragonfi

Test for 'partially correct' count at end of assessment

parent 859aaff4
...@@ -224,6 +224,7 @@ class MentoringAssessmentTest(MentoringBaseTest): ...@@ -224,6 +224,7 @@ class MentoringAssessmentTest(MentoringBaseTest):
self.assert_persistent_elements_present(mentoring) self.assert_persistent_elements_present(mentoring)
self.assertIn("Note: if you retake this assessment, only your final score counts.", mentoring.text) self.assertIn("Note: if you retake this assessment, only your final score counts.", mentoring.text)
self.assertIn("You answered 4 questions correctly.", mentoring.text) self.assertIn("You answered 4 questions correctly.", mentoring.text)
self.assertIn("You answered 0 questions partially correct.", mentoring.text)
self.assertIn("You answered 0 questions incorrectly.", mentoring.text) self.assertIn("You answered 0 questions incorrectly.", mentoring.text)
self.assert_hidden(submit) self.assert_hidden(submit)
......
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