Skip to content

Quiz Types

Reference guide for different quiz types supported by the Attune API.


Overview

Attune supports several quiz types with different functionality, audience targeting, and distribution methods. This document explains the different quiz types and their use cases.


Quiz Types

Open Quizzes

The most common type of quiz, characterized by:

  • Easy to create and distribute
  • Allows collection of unidentified responses quickly
  • Provides a universal link that can be distributed through any channel
  • Can gather identified responses by combining with URL parameter data collection techniques
  • Ideal for maximum reach and simple deployment
  • Required properties: anonymous = true AND inapp = false

Custom Quizzes

The second most common quiz type, with the following features:

  • Requires a CSV file with at least respondent IDs for creation
  • Generates unique links for each individual respondent
  • A good method for identifying responses
  • Once created, new respondents cannot be added, making it an inflexible quiz type
  • Required properties: anonymous = false AND disableEmailing = true

Default Quizzes

Similar to Custom quizzes but with additional requirements:

  • Requires respondent emails in addition to IDs
  • Utilizes Attune's built-in email distribution system to deliver quiz links
  • Manages the entire distribution process through the platform
  • Once created, new respondents cannot be added, making it an inflexible quiz type
  • Required properties: anonymous = false AND disableEmailing = false

In-App Quizzes

The most versatile quiz type:

  • Combines the flexibility of Open quizzes with enhanced identification methods
  • Designed to be embedded within applications rather than standalone web experiences
  • Provides a universal link that can be identified with a sessionId in URL parameters
  • Required properties: anonymous = false AND inapp = true

Property Defaults

If not explicitly set when creating a quiz, these properties default to the following values:

PropertyDefault Value
anonymoustrue
disableEmailingtrue
inappfalse

By default, a new quiz will be created as an Open quiz unless these properties are modified.


Quiz Type Summary

This table outlines the required property settings for each quiz type. It shows how the combination of anonymous, inapp, and disableEmailing properties determines which type of quiz is created. Values marked as "any" are flexible, though some settings are recommended for optimal functionality.

Quiz TypeanonymousinappdisableEmailing
Opentruefalseany, true preferred
Customfalsefalsetrue
Defaultfalsefalsefalse
In-Appfalsetrueany, true preferred

Choosing Between Quiz Types

Quiz TypeUser identificationData retrieval by custom identifierImplementation complexityBest use case
Open QuizGenerated anon_idNot supportedSimplerPublic surveys, lead generation
InApp QuizCustom sessionIdSupportedModerate-high, flexibleIn-application assessments, user-specific content
CustomPreloaded emails or names or IDsSupportedModerate, inflexibleLow lift Web UI pre-identifiation of respondents
DefaultPreloaded emails AND IDsSupportedModerate, inflexibleTargeted automatic distribution for small organizations without distribution tools

Notes

  • Quiz type selection should be based on your distribution method and identification needs
  • Each quiz type has specific Web UI workflows
  • Default/Custom quizzes may use a different submission flow than the others
  • Open and In-App quizzes are ideal for wide distribution, while Custom and Default quizzes provide more control with respondent tracking
  • In-app quizzes are ideal for embedding
  • Always set the required properties explicitly when creating quizzes to ensure the desired behavior