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

16 lines
325 B
Smarty

<outcomeDeclaration{{#if attributes}} {{{join attributes '=' ' ' '"'}}}{{/if}}
{{~#if empty~}}
/>
{{else~}}
>
{{#if defaultValue.length ~}}
<defaultValue>
{{#each defaultValue ~}}
<value>{{.}}</value>
{{/each ~}}
</defaultValue>
{{/if ~}}
</outcomeDeclaration>
{{~/if ~}}