Commit a3ffcdda by Xavier Antoviaque

Merge pull request #75 from edx-solutions/assessment-retry-submit

Assessments: Don't reactivate the submit button upon retry
parents e25c36ac c0b1e779
...@@ -46,7 +46,7 @@ function MentoringAssessmentView(runtime, element, mentoring) { ...@@ -46,7 +46,7 @@ function MentoringAssessmentView(runtime, element, mentoring) {
active_child = -1; active_child = -1;
displayNextChild(); displayNextChild();
tryAgainDOM.hide(); tryAgainDOM.hide();
submitDOM.show().removeAttr('disabled'); submitDOM.show();
nextDOM.show(); nextDOM.show();
} }
......
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