tao-test/app/taoQtiItem/views/js/qtiXmlRenderer/tpl/responseProcessing.tpl

14 lines
300 B
Smarty
Raw Normal View History

2022-08-29 20:14:13 +02:00
{{#if custom ~}}
{{{xml}}}
{{~/if ~}}
{{~#if template ~}}
<responseProcessing template="{{template}}"/>
{{~/if ~}}
{{~#if templateDriven ~}}
<responseProcessing>
{{#responseRules}}{{{.}}}{{/responseRules}}
{{#feedbackRules}}{{{.}}}{{/feedbackRules}}
</responseProcessing>
{{~/if ~}}