Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c8143236
Commit
c8143236
authored
Feb 06, 2015
by
ahsan-ul-haq
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6810 from edx/ahsan/tnl-1074-adaptive-hint-inaccessible
Problem with Adaptive Hint is inaccessible
parents
282b81d1
8f71cb60
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
AUTHORS
+1
-0
common/lib/xmodule/xmodule/templates/problem/problem_with_hint.yaml
+4
-5
common/lib/xmodule/xmodule/templates/problem/problem_with_hint_in_latex.yaml
+4
-5
No files found.
AUTHORS
View file @
c8143236
...
...
@@ -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>
common/lib/xmodule/xmodule/templates/problem/problem_with_hint.yaml
View file @
c8143236
...
...
@@ -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>
common/lib/xmodule/xmodule/templates/problem/problem_with_hint_in_latex.yaml
View file @
c8143236
...
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment