From 9b9301a5d411e38dd5c8cfa783ee1960724115d2 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Wed, 28 Jan 2015 10:21:36 +0000 Subject: [PATCH] Problem with Adaptive Hint is inaccessible There were no label added for problem with adaptive hint so for the question added the label and insteat of using for attribute used the label as the parent of input field TNL-1074 --- .../xmodule/xmodule/templates/problem/problem_with_hint.yaml | 5 +++-- .../templates/problem/problem_with_hint_in_latex.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common/lib/xmodule/xmodule/templates/problem/problem_with_hint.yaml b/common/lib/xmodule/xmodule/templates/problem/problem_with_hint.yaml index 8c6e4d3a83..2664171e8d 100644 --- a/common/lib/xmodule/xmodule/templates/problem/problem_with_hint.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/problem_with_hint.yaml @@ -36,13 +36,14 @@ data: | hint = "<font color='blue'>Hint: {0}</font>".format(hint) new_cmap.set_hint_and_mode(aid,hint,'always') -

- What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes.

+ diff --git a/common/lib/xmodule/xmodule/templates/problem/problem_with_hint_in_latex.yaml b/common/lib/xmodule/xmodule/templates/problem/problem_with_hint_in_latex.yaml index 9cdcb5d7af..4ec7215e68 100644 --- a/common/lib/xmodule/xmodule/templates/problem/problem_with_hint_in_latex.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/problem_with_hint_in_latex.yaml @@ -81,13 +81,14 @@ data: | hint = "<font color='blue'>Hint: {0}</font>".format(hint) new_cmap.set_hint_and_mode(aid,hint,'always') -

- What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes.

+