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.

+