April 14, 2020
Estimated Post Reading Time ~

Developing a custom Adobe Experience Manager Quiz Component

You can develop a custom Adobe Experience Manager Quiz component that lets your web site visitors perform a quiz and view the results. There are business requirements that require visitors to perform an online quiz and then track the results. Building a custom quiz component is one use case where developing a custom component addresses this type of requirement.

Note: Using AEM adaptive forms or other forms is not a recommended way to develop a custom AEM quiz component. Instead, it's better to develop a custom component as discussed in this article.

The following illustration shows the quiz component developed in this development article.

Once started the quiz component steps the user through the questions.



Once the user completes the quiz, the custom AEM component displays the user's results.


Another requirement of the quiz component is the questions and answers are configurable. That is, an AEM author can set them without updating the component's application logic.

To read this development article for 6.1, click https://helpx.adobe.com/experience-manager/using/quiz.html.

To read this development article for 6.2, click https://helpx.adobe.com/experience-manager/using/quiz62.html.

To read this development article for 6.3, click https://helpx.adobe.com/experience-manager/using/quiz63.html.


By aem4beginner

1 comment:

If you have any doubts or questions, please let us know.