How quizzes work
A quiz is structured similarly to a multi-slide survey, with one key addition: each answer option carries a point value. When the respondent submits the quiz, HoopAI totals up the points and uses the score to place the respondent into a tier. Each tier has its own customized results page. The flow from the respondent’s perspective:- They see the quiz (either embedded on a page or via a shareable link).
- They answer questions slide by slide, typically not knowing the point values.
- They reach the final slide and submit.
- A personalized results page appears based on their score tier.
Building a quiz
Navigate to Sites > Quizzes > Builder to create a new quiz. The builder uses the same drag-and-drop interface as forms and surveys. Available question types:- Single choice (radio buttons) — one answer per question
- Multiple choice (checkboxes) — multiple answers per question
- Yes / No — a two-option single choice question
- Short answer — open text (not scored, used for collecting information)
- Long answer — multi-line text (not scored)
- Dropdown — single-select dropdown (scoreable)
- Rating — visual icon scale (scoreable)
Assigning point values to answers
For each scoreable question, click an answer option to reveal the Points field. Enter a positive integer. HoopAI totals all selected points across all questions to produce the final score. Example: Question: “How many years of experience do you have with strength training?”- Less than 1 year → 1 point
- 1–3 years → 2 points
- 3–7 years → 3 points
- More than 7 years → 4 points
Score tiers
Score tiers define the ranges that map to different results. To configure tiers:- Open the Score settings panel in the quiz builder.
- Click Add Tier.
- Set a minimum and maximum score for each tier.
- Give each tier a name (e.g., “Beginner,” “Intermediate,” “Advanced”) or a label that matches your branding (e.g., “Seed,” “Growth,” “Scale”).
Results pages
Each tier has its own results page that is shown to the respondent immediately after submission. Results pages support: Customizable header A headline that addresses the respondent by their tier — for example, “You’re a Beginner! Here’s your plan.” Dynamic content block Body copy, bullet points, or HTML that appears only for respondents in this tier. This is where you deliver the personalized insight, recommendation, or next step. Color coding Each tier can have a distinct color applied to its results page header and accents, creating a visually distinct experience per tier. Call-to-action button A button with a label and destination URL specific to this tier. Route different tiers to different landing pages, booking links, or resource downloads. Footer section An optional lower section for additional context, disclaimers, or secondary links.Storing scores in the CRM
Quiz scores are automatically available as a field value on the submission. To store the score on the contact record for use in segmentation and automations:- Create a custom contact field of type Number (name it something like “Quiz Score — [Quiz Name]”).
- In the quiz settings, map the score output to this custom field.
- After submission, the contact’s record will include their score value.
Category-based scoring
In addition to a single total score, you can configure category scores — separate point totals for subgroups of questions. For example, a business readiness quiz might score respondents separately on Marketing, Operations, and Sales readiness, then show tier results for each category individually. To set up category scoring:- Group questions into categories in the question settings.
- Configure separate tier definitions for each category.
- The results page can display each category score and its corresponding tier messaging.
Automating based on quiz results
Use the Form Submitted workflow trigger with a quiz to launch automations after submission. In the workflow, add an If/Else branch that checks the value of the custom score field:- If score is greater than or equal to 15 → enroll in the “Advanced” email sequence, tag “Quiz: Advanced”
- If score is between 8 and 14 → enroll in the “Intermediate” sequence, tag “Quiz: Intermediate”
- If score is less than 8 → enroll in the “Beginner” sequence, assign a team member for a personal outreach
Bulk importing questions via CSV
If you have a large number of quiz questions, you can import them from a CSV file instead of entering them one by one in the builder. The CSV must follow the required format with columns for question text, answer options, and point values. Download the CSV template from the quiz builder’s import panel.Quiz scoring and categories
HoopAI quizzes support two scoring models:- Total score — a single cumulative score across all questions. Use this for assessments with a clear linear progression (beginner to advanced, low fit to high fit).
- Category scores — separate scores for different question groups. Use this for personality-style quizzes, multi-dimensional assessments, or skill evaluations that measure multiple attributes independently.
Personality-style quizzes
For personality-style quizzes (e.g., “What type of entrepreneur are you?”), use category-based scoring with a highest-category or lowest-category result logic:- Create categories that correspond to personality types or outcomes (e.g., “Builder,” “Visionary,” “Connector,” “Analyst”)
- Assign each answer option to a category with point values
- The quiz result shows the category where the respondent scored highest (or lowest, depending on your configuration)
- Each category has its own results page with tailored messaging and CTA
Dynamic result messages based on score
Results pages can display dynamic content that changes based on the respondent’s exact score, not just their tier:- Use merge tags to insert the actual score number into the results page headline or body text (e.g., “You scored out of 20!”)
- Configure conditional content blocks that show or hide based on score ranges
- Personalize the CTA button — route high scorers to a booking page and low scorers to a resource download
Quiz template library
The quiz builder includes a library of pre-built quiz templates organized by industry and use case:- Navigate to Sites > Quizzes and click + New Quiz
- Browse the template library or search by keyword
- Preview a template to see its questions, scoring, and results pages
- Click Use Template to create a copy in your account
- Customize questions, answers, point values, and results pages to match your business
Customizing quiz result pages
Each score tier (or category result) has a dedicated results page. Customize it with:- Headline — address the respondent by their result (use merge tags for the score or category name)
- Body content — detailed explanation, recommendations, or next steps
- Images or video — add visual content to make the result feel premium
- CTA button — link to a booking page, resource download, checkout page, or any URL
- Color theme — assign a unique color to each result for visual differentiation
- Social sharing — enable share buttons so respondents can share their result
Map quiz results to CRM custom fields
Store quiz data on the contact record for segmentation and automation:Create custom fields
In Settings > Custom Fields, create fields to store quiz data:
- A Number field for the total score (e.g., “Quiz Score - Business Readiness”)
- A Text or Dropdown field for the tier/category result (e.g., “Quiz Result - Business Readiness”)
Map in quiz settings
In the quiz builder’s settings panel, map the score output to the number field and the tier/category to the text field.