It's something like knowledge-based system. For example:
When a user go to first page, let's call it "How Can I Help You With?" There will be 4 options:
- In case of fire
- Injured
- There is a fight
- Obedience
If the user selected 1 "In case of fire", it will ask them some other questions:
- Can you use the fire extinguisher?
- Is anybody hurt?
If the user selected 2 "There is a fight", it will ask them something like:
- Is anybody hurt?
- Security around?
Basically, if the user selected either 1 "In case of fire" or 2 "There is a fight", there will be at least one question in common in the procedures.
The end point is a help article. For instance, if the user selected "Is anybody hurt?", that will be the end-point, where the user sees the help document.
How do I design the database for this?