@@ -63,7 +63,9 @@ class TestStaffAssessmentRender(StaffAssessmentTestBase):
'status_value':'Complete',
'icon_class':'fa-check',
'message_title':'You Must Complete the Steps Above to View Your Grade',
'message_content':'Although a course staff member has assessed your response, you will receive your grade only after you have completed all the required steps of this problem.'
'message_content':'Although a course staff member has assessed your response, '
'you will receive your grade only after you have completed all '
'the required steps of this problem.'
}
)
...
...
@@ -107,7 +109,8 @@ class TestStaffAssessmentRender(StaffAssessmentTestBase):
{
'status_value':'Not Available',
'message_title':'Waiting for a Staff Grade',
'message_content':'Check back later to see if a course staff member has assessed your response. You will receive your grade after the assessment is complete.',
'message_content':'Check back later to see if a course staff member has assessed your response. '
'You will receive your grade after the assessment is complete.',
}
)
...
...
@@ -160,7 +163,9 @@ class TestStaffAssessment(StaffAssessmentTestBase):