tao-test/app/taoQtiItem/views/js/qtiXmlRenderer/tpl/responses/map_response.tpl

15 lines
469 B
Smarty
Raw Normal View History

2022-08-29 20:14:13 +02:00
<responseCondition>
<responseIf>
<not>
<isNull>
<variable identifier="{{responseIdentifier}}" />
</isNull>
</not>
<setOutcomeValue identifier="{{outcomeIdentifier}}">
<sum>
<variable identifier="{{outcomeIdentifier}}" />
<mapResponse identifier="{{responseIdentifier}}" />
</sum>
</setOutcomeValue>
</responseIf>
</responseCondition>