Personality Quiz Mini-Game

1.6.3 - 2026-08-10

  • Fixed:
    • Translations mixing up the content of a question - the options were merged into the question itself and left empty, which caused a validation error on save. Every field is now translated as a separate segment instead of being joined by a separator that the translation API could drop or reformat.
    • Personas not being translated - the translated persona titles and descriptions were not applied to the quiz.
    • Quotes and apostrophes coming back as HTML entities (e.g. ') in translated content.
    • A quiz with an empty persona title or an empty question failing the whole translation.
    • Validation errors on save not pointing to the language that fails. The message is now prefixed with the language name and the failing language tab is opened.
    • Languages sharing the same questions, options and personas - editing an option or a persona in one language changed it in all of them.
    • New languages being translated from the last loaded content instead of what is currently in the default language tab.
    • context.tags being sent as null and a context with no data being sent as a set of empty objects. The tags are always sent as an array and an empty context is sent as null.
    • Translations of a quiz not being loaded in the editor - they were fetched from the classic quizzes endpoint instead of the personality quizzes one.

1.6.1 - 2026-02-17

  • Added:
    • Dropdown in Ad Content and Rules for selecting predefined content from info pages

1.5.0 - 2026-01-20

  • Added:
    • New load approach in Widget Embed Code

1.4.0 - 2026-01-09

  • Changed:
    • Branding is now configured by a dropdown menu
    • All current branding controls are in read only view

1.3.0 - 2025-12-22

  • Added:
    • New controls in Widget Embed code - rules display options
  • Fixed:
    • Avoid remapping keys to snake or camel case for custom fields and labels properties

1.2.0 - 2025-11-27

  • Added:
    • Additional information for each quiz in the main view with displaying two tabs - reports and exports
    • 'Performance by day' chart in reports tab.
    • 'Export users data' and 'Export users leads' in exports tab.
    • Ability to export users data by preferences in exports tab.
  • Fixed:
    • 'Create from template' showing infinity spinner when no personality quizzes are found.

1.1.1 - 2025-10-01

  • Fixed:
    • Game selection in Import modal; import from template functionality stopped working.

1.1.0 - 2025-09-23

  • Added:
    • Tabulated main view for managing personality quizzes with tabs for Quizzes, Reports (coming soon), and Feature Configuration.
    • New components: PersonalityQuizTabs, FeatureConfiguration.
  • Changed:
    • Filters: handle null values for status, language, and sort order.
    • LabelsModel: added labels for new UI elements (quizzes, reports, configuration, descriptions).
    • Dependencies: updated fansunited-management-components and fansunited-sdk-esm.

1.0.1 - 2025-09-15

  • Fixed:
    • Persona points resetting after changing questions/options.
    • Questions state now stays in sync with parent props; new options get initialized with persona_points based on current personaResults.
    • Affected: Questions and Persona Points

1.0.0 - 2025-08-13

  • Added:
    • Create, edit, clone, and delete Personality Quiz content.
    • Configuration: status (active/inactive/expired), language, authentication requirement (free/lead/registered/paid), labels and custom fields, flags, time per question, points, scored standings toggle.
    • Content: questions and options management with images, explanations, embed content, and validation.
    • Personas and persona points mapping to power personality results.
    • Branding: images (main/cover/mobile/background), colors, logos, and URLs.
    • Related entities (context, tags, campaigns) and campaign info.
    • Exports (users, perfect score, success rate, top) and leads export.
    • Browse questions and import/translate flows.
    • Preview modal and widget embed code generation.
    • Multi-lingual support and translation utilities.

Did this page help you?