15 lines
469 B
Smarty
15 lines
469 B
Smarty
<responseCondition>
|
|
<responseIf>
|
|
<not>
|
|
<isNull>
|
|
<variable identifier="{{responseIdentifier}}" />
|
|
</isNull>
|
|
</not>
|
|
<setOutcomeValue identifier="{{outcomeIdentifier}}">
|
|
<sum>
|
|
<variable identifier="{{outcomeIdentifier}}" />
|
|
<mapResponse identifier="{{responseIdentifier}}" />
|
|
</sum>
|
|
</setOutcomeValue>
|
|
</responseIf>
|
|
</responseCondition> |