• What Trend are You?

  • {{#each quiz_questions as |question questionIndex|}}
    {{#if_eq question.type "html"}}

    {{{question.html}}}

    {{/if_eq}} {{#if_eq question.type "text"}}
    {{question.text}}
    {{/if_eq}} {{#if_eq question.type "image"}}
    {{img question.image "quiz-image"}}
    {{/if_eq}}
    {{/each}}