How to plan login logic
Jump to navigation
Jump to search
Login logic refers to the logic that determines which pages are shown to the user when they login. This may depend on a number of factors such as:
- The group they have been randomised to
- The pages they have already seen
- The pages they haven't seen
- The time since they last logged in
- The questionnaires they need to complete and when
Please click [here] for points to consider when writing login logic.