Forio simulation time

Hello, I need to create an option to change the simulation end time. The user would chosee an option from 1 to 5 years (1 year step up). Is it possible in forio?
My model was developed in Vensim.

Hi –

You can set up your Vensim model to have a Final Time based on an equation. In vensim, switch to text mode and change the constant for Final Time to an equation.
https://www.vensim.com/documentation/ref_sim_control_params.htm

Just make a separate variable that is a game variable “Final Time User Decision” and change the model:
Final Time = Final Time User Decision

When the model is uploaded to Forio it will use the Final Time as specified in the Vensim model.

WILL