This module provides a system for creating simple multiple choice quizzes. The quizzes can display custom results based on the user's selections and logs each answer to the database.
In order to use:
composer require rckt/simple_quiz
drush en simple_quiz
The module provides a canonical page and a field widget to allow flexibility in displaying quizzes on pages. The most flexible way to use it is to create a paragraph with an entity reference field with the type "Simple Quiz". You can then select "Simple Quiz" as a field formattter in the View Display settings.