-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saving values in the optional assessments #463
Comments
yes, this is the expected behaviour, sorry I was doing some testing (for language translation) and I enabled all the questions to "yes" by default (just in development mode), when you save a file all the "yes" or "no" options will be saved inside the json file |
please check now, the "no" and "yes" selections should be remembered when loading a file |
that was not the issue, sorry my explanation was not good enough. The general saving works fine. What I meant was that when after entering a value and turning the optional assessment off and on again, the previously entered values will be erased. So testing different scenerios is time consuming, you either have to save often or to re-enter the values. So, it would be good the the entered values are kept even if the option is turned off again. |
ah ok, now I understand. I have to come up with a way to solve this. I think that a button to duplicate a substage would work, because then would be easy to compare, right? |
that work around might be ok - and the possibility of duplicating a substage, can save some time in general. I just realized that one can duplicate the entire assessment. |
Is it possible to save the entered values / choosen options in the optional assessments when switching from YES to NO to YES? (e.g. via the cache?!)
e.g. assessing truck transport (in this case it only one value, but other optional assessments are more complex)
The text was updated successfully, but these errors were encountered: