Fixed code sample for python grader

Just a missing “
This commit is contained in:
Mark Hoeber
2014-10-22 16:46:03 -04:00
parent ff4a1755d0
commit c2428c7276
4 changed files with 12 additions and 5 deletions

View File

@@ -126,10 +126,10 @@ The script tag format encloses a Python script that contains a "check function"
<p>Enter two integers that sum to 10. </p>
<customresponse cfn="test_add_to_ten">
<textline size="10"/><br/>
<textline size="10/>
<textline size="10"/>
</customresponse>
</problem>
</problem>
**Important**: Python honors indentation. Within the ``<script>`` tag, the ``def check_func(expect, ans):`` line must have no indentation.