# Creating Quizzes

Quizzes can be launched in mobile apps, websites, or as a link. They behave similarly to surveys, requiring no additional integration effort if you're already launching surveys.\ <br>

<figure><img src="/files/i1etjvMeHVc2NAQgj2Tj" alt=""><figcaption><p>View of how your users see the quiz.</p></figcaption></figure>

## Creating Questions

Navigate to the Research tab, click "Create New CTA" at the top right, and choose "Create Quiz."

<figure><img src="/files/PK6QXReRxFtq0odeKv6G" alt=""><figcaption></figcaption></figure>

Quizzes offer two question types:

1. Prompts: Use these to introduce the quiz or create breaks between questions.
2. Single select: These are the core quiz questions. More information below.

### 1. Questions

1. All text fields are editable (question, subtext, choices, and CTA text).<br>

   <figure><img src="/files/5qdsKzSK0aqmv1w5T0lh" alt=""><figcaption></figcaption></figure>
2. Attach images to any question.&#x20;

### 2. Scoring

1. Assign each choice as right or wrong.
2. Assign a score to each choice (any integer, positive or negative).
3. Attach explanations for each question, optionally displayed on the Results page.<br>

   <figure><img src="/files/lYYY8Jl2LshzmDqVBhea" alt=""><figcaption></figcaption></figure>

### 3. Results

1. All text fields on the Results page are editable and can be hidden or shown.
2. Display the score in any text field using ##score##. Example: "Woohoo, you scored ##score##"
3. Create multiple Results pages based on score buckets.<br>

   <figure><img src="/files/rsWM3fCEsv1YaLZ5wn8r" alt=""><figcaption></figcaption></figure>

## Distribution

1. **Choose Platform** \
   Quizzes can be launched in mobile apps, websites, or as links (distributable via email or WhatsApp).
2. **Cohort**
   * Control which users see quizzes using the cohorts feature.
   * Default: Show to all users. Add conditions on user attributes to filter further.
   * For a pre-defined set of users:
     * Upload a CSV list of user IDs
     * Use cohorts from existing tools like Mixpanel, Segment, Amplitude, etc.
3. **Trigger**
   * Use triggers to display quizzes at specific moments in the product experience.
   * All your triggers appear in the dropdown.
   * Prioritize surveys or quizzes when multiple are running on a trigger.&#x20;
4. **Survey Frequency**
   * Wait period: Minimum days before displaying the survey/quiz to the same user again (applies across all Blitzllama surveys/quizzes).
   * Repeat frequency: Configure how often a user sees the same quiz. Options include: (i) Number of times viewed (ii) Response to the first question (iii) Completion of the entire quiz
5. **Sample Size and End Conditions**
   * Sample size selection provides confidence metrics (90% confidence is default).
   * Set an end date for the survey.
   * Set daily limits on maximum number of responses.

You're now ready to launch the quiz! You can save drafts, edit after launching, or pause anytime.

## Customizing the UI/UX&#x20;

Go to the Settings tab to customize the look and feel of the Quiz (applies to all surveys too). Customize all colors and create custom themes.

<figure><img src="/files/YneMBtEduvdz93lkj3hh" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.blitzllama.com/quickstart-guides/creating-quizzes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
