Module Types
Learn the two kinds of modules you can add to your project and when to use each one.
Introduction
Modules are the blocks you use to build what people see. There are two main kinds: personalized modules and score modules.
Each one works in a different way and shows different things. Pick the one that fits what you want to show your user.
Personalized modules
Personalized modules link to questions and change what they show based on the answer.
They're great when you want different people to see different things. You decide ahead of time what shows up for each answer.
You can swap out:
- Pictures
- Text
- Lines
- Other data
So if two people give different answers, they'll see two different versions of the same module.
Score modules
Score modules turn answers into a number. They add up what people picked and give back a score.
You can show that score in a few ways:
- Radar chart, a shape with points for each score
- Score rings, circles that fill based on the score
- Bar charts, bars that go up with the score
These work best when you want to mix several answers or questions into one score. Then you can talk to the user about what that score means for them.
Learn more
Pick the module type that matches your goal: show tailored content, or turn answers into a score worth talking about. You can mix both in the same project.