Merge pull request #6810 from edx/ahsan/tnl-1074-adaptive-hint-inaccessible
Problem with Adaptive Hint is inaccessible
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -194,3 +194,4 @@ Mark Sadecki <msadecki@edx.org>
|
||||
Dino Cikatić <dcikatic@edx.org>
|
||||
Davorin Šego <dsego@edx.org>
|
||||
Marko Jevtić <mjevtic@edx.org>
|
||||
Ahsan Ulhaq <ahsan@edx.org>
|
||||
|
||||
@@ -36,13 +36,12 @@ data: |
|
||||
hint = "<font color='blue'>Hint: {0}</font>".format(hint)
|
||||
new_cmap.set_hint_and_mode(aid,hint,'always')
|
||||
</script>
|
||||
<p>
|
||||
What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes. </p>
|
||||
<p>
|
||||
<label>
|
||||
What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes.
|
||||
<customresponse cfn="test_str" expect="python">
|
||||
<textline correct_answer="python" label="What is the best programming language that exists today?"/>
|
||||
<textline correct_answer="python"/>
|
||||
<hintgroup hintfn="hint_fn"/>
|
||||
</customresponse>
|
||||
</p>
|
||||
</label>
|
||||
</text>
|
||||
</problem>
|
||||
|
||||
@@ -81,13 +81,12 @@ data: |
|
||||
hint = "<font color='blue'>Hint: {0}</font>".format(hint)
|
||||
new_cmap.set_hint_and_mode(aid,hint,'always')
|
||||
</script>
|
||||
<p>
|
||||
What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes. </p>
|
||||
<p>
|
||||
<label>
|
||||
What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes.
|
||||
<customresponse cfn="test_str" expect="python">
|
||||
<textline correct_answer="python" label="What is the best programming language that exists today?"/>
|
||||
<textline correct_answer="python"/>
|
||||
<hintgroup hintfn="hint_fn"/>
|
||||
</customresponse>
|
||||
</p>
|
||||
</label>
|
||||
</text>
|
||||
</problem>
|
||||
|
||||
Reference in New Issue
Block a user