Hello community!
I’m playing with the PeBL to see if I can recreate a simple resource management simulation we did in Adapt. The idea is that you start out with a budget in coins and a time in days. You make decisions that cost you time and money. Using the resources wisely you should be able to deliver the project. Or not?
My question is about the variables. Is there a way to a) always start with the cover b) automatically reset all variables to default every time the user starts the course? Right now (I’m not sure if it’s cache), it seems to remember some of them.
(Ideally, it would be great to have a continue where you left off or reset choice but right now I’m just looking to reset them as the user starts the simulation.)
Thanks!