diff --git a/lms/templates/open_ended_rubric.html b/lms/templates/open_ended_rubric.html index 889e771263..0048ff578d 100644 --- a/lms/templates/open_ended_rubric.html +++ b/lms/templates/open_ended_rubric.html @@ -4,9 +4,9 @@ ${category['description']} % if category['has_score'] == True: -
- Your Score: ${category['score']} -
+ + Your Score: ${category['score']} + % endif % for j in range(len(category['options'])): <% option = category['options'][j] %>