{{#each questions}}
{{!-- Question with a yes/no answer. --}} {{#ifCond type '==' 'boolean' }}
{{./question}} {{#each values}} {{/each}}
{{/ifCond}} {{!-- Question with an open answer. --}} {{#ifCond type '==' 'open' }}
{{/ifCond}} {{!-- Question with a 1-10 rating. --}} {{#ifCond type '==' 'rating' }}
{{./leftText}}
{{./rightText}}
{{/ifCond}} {{!-- Question with a star rating. --}} {{#ifCond type '==' 'star' }}
{{./question}}
{{#each values}} {{/each}}
{{./leftText}}
{{./rightText}}
{{/ifCond}}
{{/each}}
Question 1 de {{count questions}}