Forum Discussion
JennieLee-Pace
4 years agoCommunity Member
Make a button appear when a condition is met
Hello.
In order for students to access and take a final exam, I want them to complete at least 2 optional mini-modules. I have a take final exam button on the main page where the buttons to all th...
TomKuhlmann
4 years agoStaff
There are a few ways to do this. I'd probably use some sort of counting variable since they don't need to do all of the modules and you don't know which one they'll use.
- Create a number variable
- At the completion of each module, create a trigger that adds 1 to the variable
- Create a trigger that enables the exam button when variable = 2 or greater.
Related Content
- 8 months ago
- 5 months ago
- 10 months ago
- 17 days ago