• Guess how many in each jar!

  • The person who guesses all 3 correct, or the person who gets closest to all 3 without going over wins our prize!

    If we have a tie, there will be a tiebreaker!

    ***Share for bonus entries- 5 bonus entries for each person who signs up through your link!***

  • {{#each new_quiz_questions as |question questionIndex|}}
    {{#if_includes "image,image_text" question.layout}}
    {{img question.image "image"}}
    {{/if_includes}} {{#if_includes "text,image_text" question.layout}}
    {{ question.text }}
    {{/if_includes}}
    {{#each question.answers.choices as |choice choiceIndex|}} {{/each}}
    {{/each}}