Adaptive hint inaccessible

Remove the <p> and label from textline

tnl-1074
This commit is contained in:
Ahsan Ulhaq
2015-02-04 15:25:46 +05:00
parent d2893e1fdc
commit 8f71cb6015
2 changed files with 2 additions and 6 deletions

View File

@@ -38,12 +38,10 @@ data: |
</script>
<label>
What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes.
<p>
<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>

View File

@@ -83,12 +83,10 @@ data: |
</script>
<label>
What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes.
<p>
<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>