prompt=etree.XML("<prompt>This is a question prompt</prompt>")
rubric='''<rubric><rubric>
<category>
<description>Response Quality</description>
<option>The response is not a satisfactory answer to the question. It either fails to address the question or does so in a limited way, with no evidence of higher-order thinking.</option>
<option>The response is not a satisfactory answer to the question. It either fails to address the question or does so in a limited way, with no evidence of higher-order thinking.</option>
</category>
</rubric></rubric>'''
prompt=etree.XML("<prompt>This is sample prompt text.</prompt>")
definition={'rubric':rubric,
'prompt':prompt,
'submitmessage':'Shall we submit now?',
'hintprompt':'Consider this...',
}
...
...
@@ -23,48 +31,47 @@ class SelfAssessmentTest(unittest.TestCase):
<option>The response is not a satisfactory answer to the question. It either fails to address the question or does so in a limited way, with no evidence of higher-order thinking.</option>