From a84dab0feb6a0e2c212c72ffa4c190f707a1f6dd Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 7 Jun 2013 11:23:50 -0400 Subject: [PATCH] adds in aria attributes and semantic status content for choicegroup problems --- common/lib/capa/capa/templates/choicegroup.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common/lib/capa/capa/templates/choicegroup.html b/common/lib/capa/capa/templates/choicegroup.html index c9cc3fd28d..8c30910a9c 100644 --- a/common/lib/capa/capa/templates/choicegroup.html +++ b/common/lib/capa/capa/templates/choicegroup.html @@ -3,7 +3,7 @@ % if input_type == 'checkbox' or not value: % if status == 'unsubmitted' or show_correctness == 'never': - % elif status == 'correct': + % elif status == 'correct': % elif status == 'incorrect': @@ -18,7 +18,7 @@ % for choice_id, choice_description in choices: