Forum Discussion
ThomasPeters-c7
4 years agoCommunity Member
Result Slide Attempts from different scenes
Hello All,
I need some help with functionality on "Retaking Quiz" for "Full Course" option.
The user have 2 choices at the beginning of the course:
A) Full course then take the Quiz with unlim...
ScottWiley1
4 years agoCommunity Member
Looks to me like you have 2 options.
Option 1: Create a duplicate quiz with the alternate settings
Option 2: Create an additional variable (ex; FullCourse = false).
- Apply trigger to "full course" button that changes "FullCourse" to "true" when clicked.
- Use triggers to check for combinations of values of your two variables to control buttons, etc.
Hope that helps generate some ideas.