From 1f7d59de5b0678acca826e9582836b71efb5b4d4 Mon Sep 17 00:00:00 2001 From: polesye Date: Thu, 29 May 2014 10:54:08 +0300 Subject: [PATCH] BLD-1103: Fix ChoiceTextResponse. --- CHANGELOG.rst | 2 ++ common/lib/capa/capa/templates/choicetext.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 13a0856151..378ffcf10c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,8 @@ These are notable changes in edx-platform. This is a rolling list of changes, in roughly chronological order, most recent first. Add your entries at or near the top. Include a label indicating the component affected. +Blades: Fix link to javascript file in ChoiceTextResponse. BLD-1103. + All: refactored code to handle course_ids, module_ids, etc in a cleaner way. See https://github.com/edx/edx-platform/wiki/Opaque-Keys for details. diff --git a/common/lib/capa/capa/templates/choicetext.html b/common/lib/capa/capa/templates/choicetext.html index 6991ede721..6c7f649b21 100644 --- a/common/lib/capa/capa/templates/choicetext.html +++ b/common/lib/capa/capa/templates/choicetext.html @@ -7,7 +7,7 @@ %endfor
-
+
% if input_type == 'checkbox' or not element_checked: