Commit 8f71cb60 by Ahsan Ulhaq

Adaptive hint inaccessible

Remove the <p> and label from textline

tnl-1074
parent d2893e1f
...@@ -38,12 +38,10 @@ data: | ...@@ -38,12 +38,10 @@ data: |
</script> </script>
<label> <label>
What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes. 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"> <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"/> <hintgroup hintfn="hint_fn"/>
</customresponse> </customresponse>
</p>
</label> </label>
</text> </text>
</problem> </problem>
...@@ -83,12 +83,10 @@ data: | ...@@ -83,12 +83,10 @@ data: |
</script> </script>
<label> <label>
What is the best programming language that exists today? You may enter your answer in upper or lower case, with or without quotes. 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"> <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"/> <hintgroup hintfn="hint_fn"/>
</customresponse> </customresponse>
</p>
</label> </label>
</text> </text>
</problem> </problem>
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