From ef2a855e9368c07e3fe65163138694a157b18fbd Mon Sep 17 00:00:00 2001 From: jpaille Date: Wed, 2 Sep 2015 15:23:51 +0000 Subject: [PATCH 1/2] Fix dropdown problem (optioninput) template. The correct answer is now correctly displayed after `show answer` is pressed. --- common/lib/capa/capa/templates/optioninput.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/templates/optioninput.html b/common/lib/capa/capa/templates/optioninput.html index a4f25d801b..24b7afec9e 100644 --- a/common/lib/capa/capa/templates/optioninput.html +++ b/common/lib/capa/capa/templates/optioninput.html @@ -12,7 +12,6 @@ % endfor -
${value|h} - ${status.display_name}
+

% if msg: ${msg|n} % endif From b8c33e7b3083f0b9ad50cd318569f5cb9a071d07 Mon Sep 17 00:00:00 2001 From: jpaille Date: Fri, 4 Sep 2015 08:34:48 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Add=20Julien=20Paill=C3=A9=20to=20AUTHORS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 5a935470ca..6a39ff1f7a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -237,3 +237,4 @@ Bill DeRusha Kevin Falcone Mirjam Škarica Saleem Latif +Julien Paillé