{{!-- Question with a yes/no answer. --}}
{{#ifCond type '==' 'boolean' }}
{{/ifCond}}
{{!-- Question with an open answer. --}}
{{#ifCond type '==' 'open' }}
{{/ifCond}}
{{!-- Question with a 1-10 rating. --}}
{{#ifCond type '==' 'rating' }}
{{/ifCond}}
{{!-- Question with a star rating. --}}
{{#ifCond type '==' 'star' }}
{{/ifCond}}