mirror of
https://github.com/avecms/AVE.cms.git
synced 2026-08-06 02:35:45 +00:00
735 B
735 B
Product quiz
The quiz module builds a step-by-step product selector on top of native
catalog filters. Answers narrow the catalog and may produce matching products,
a manager lead, or both.
Public page template
Open Modules → Product quiz → Page template to edit page.twig: the title,
progress, question area, and step navigation. Without a theme override the
module fallback is used. The first save creates
views/quiz_public/page.twig in the active theme.
The editor documents quiz, api, csrf, and steps_count, validates Twig,
records theme revisions, and clears the public cache. Questions, answers,
filter bindings, and result behavior remain in the quiz constructor.