Commit 5ef9618f by Sylvia Pearce

Update change log

parent faf35d42
...@@ -12,6 +12,8 @@ April, 2014 ...@@ -12,6 +12,8 @@ April, 2014
* - Date * - Date
- Change - Change
* - 04/26/14
- Updated label information; added XML information to :ref:`Problem with Adaptive Hint`
* - 04/24/14 * - 04/24/14
- Expanded the :ref:`Grades` chapter to include topics on interpreting the grade reports and student progress page. - Expanded the :ref:`Grades` chapter to include topics on interpreting the grade reports and student progress page.
* - * -
......
...@@ -47,8 +47,7 @@ To create the above problem: ...@@ -47,8 +47,7 @@ To create the above problem:
hint = "<font color='blue'>Hint: {0}</font>".format(hint) hint = "<font color='blue'>Hint: {0}</font>".format(hint)
new_cmap.set_hint_and_mode(aid,hint,'always') new_cmap.set_hint_and_mode(aid,hint,'always')
</script> </script>
<p> <p>If a bat and a ball cost $1.10 together, and the bat costs $1.00 more than the ball, how much does the ball cost? Enter your answer in cents, and include only the number (that is, do not include a $ or a ¢ sign).</p>
If a bat and a ball cost $1.10 together, and the bat costs $1.00 more than the ball, how much does the ball cost? Enter your answer in cents, and include only the number (that is, do not include a $ or a ¢ sign).</p>
<p> <p>
<customresponse cfn="test_str" expect="5"> <customresponse cfn="test_str" expect="5">
<textline correct_answer="5" label="How much does the ball cost?"/> <textline correct_answer="5" label="How much does the ball cost?"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment