Expand my Community achievements bar.

SOLVED

How to Use simple assessment/diagnostic experience

Avatar

Level 1

Hi everyone, I’m trying to build a simple assessment/diagnostic experience using Adobe products and would like some guidance.

My requirements are:

  1. I want to create a diagnostic/assessment using a form.

  2. Users will answer a few simple questions.

  3. Based on the answers, users should be shown a recommended result page.

Questions:

  1. Which Adobe product(s) can I use to build this type of experience?

  2. Ideally, the solution should support:

    • form-based input

    • scoring or decision logic based on responses

    • branch/result pages based on the logic

  3. If there are articles, tutorials, or implementation guides that explain how to do this, please share links.

Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @Kansei375,

Recommended Adobe Products

Primary option – AEM Forms (Adobe Experience Manager Forms)
AEM Forms is the best fit when you want a form-centric experience with built-in logic and integration into a website:

  • Form-based input:
    Use Adaptive Forms to build modern, responsive forms with drag-and-drop authoring and validation.
  • Scoring / decision logic:
    AEM Forms supports business rules and conditional behavior (show/hide fields, calculate values, validate responses, trigger workflows) without heavy custom code. Logic can also drive “scores” or category flags.
  • Branch / result pages:
    You can:
    • Use conditional panels inside the form to display different “result sections” based on answers, or
    • Use AEM Sites pages and route users to different result pages depending on the computed score/segment (via rules, redirect logic, or workflows).

AEM Forms is explicitly designed to handle conditional logic and dynamic behavior in forms and to support multi-step experiences and personalized flows based on user responses, which aligns with your diagnostic use case.

Thanks
Pranay

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi @Kansei375,

Recommended Adobe Products

Primary option – AEM Forms (Adobe Experience Manager Forms)
AEM Forms is the best fit when you want a form-centric experience with built-in logic and integration into a website:

  • Form-based input:
    Use Adaptive Forms to build modern, responsive forms with drag-and-drop authoring and validation.
  • Scoring / decision logic:
    AEM Forms supports business rules and conditional behavior (show/hide fields, calculate values, validate responses, trigger workflows) without heavy custom code. Logic can also drive “scores” or category flags.
  • Branch / result pages:
    You can:
    • Use conditional panels inside the form to display different “result sections” based on answers, or
    • Use AEM Sites pages and route users to different result pages depending on the computed score/segment (via rules, redirect logic, or workflows).

AEM Forms is explicitly designed to handle conditional logic and dynamic behavior in forms and to support multi-step experiences and personalized flows based on user responses, which aligns with your diagnostic use case.

Thanks
Pranay