From 90c39d51eef89da393409dafda21ea9f87603bb9 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Mon, 14 Jan 2013 10:39:20 -0500 Subject: [PATCH] Fix wrong order in the text --- common/lib/capa/capa/templates/rubricinput.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lib/capa/capa/templates/rubricinput.html b/common/lib/capa/capa/templates/rubricinput.html index 051b9fe0e0..19e67a30c1 100644 --- a/common/lib/capa/capa/templates/rubricinput.html +++ b/common/lib/capa/capa/templates/rubricinput.html @@ -1,9 +1,9 @@

Rubric

% if view_only: -

Select the criteria you feel best represents this submission in each category.

+

The highlighted selection matches how the grader feels you performed in each category.

% else: -

The highlighted selection best matches how the student feels you performed in each category.

+

Select the criteria you feel best represents this submission in each category.

% endif % for i in range(len(categories)):