You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you answer one of the Question objects this generates a config. If you decide that you want to change the config, you re-answer the Question. Currently the default config is reloaded instead of the user-applied config. Editing the Config itself technically works, but is not user friendly as the text area is very small and it's json. Updating from the Question object is more user friendly and the preferred approach.
To Reproduce
Steps to reproduce the behavior:
Go to Objects.
Open a Question and answer the question add some non-default values.
Save the Question.
Re-open the Question and observe that the default config is loaded instead of your just applied changes.
Expected behavior
Re-answering the question should load the already present config.
Screenshots
Example of one of the questions.
OpenKAT version
main
The text was updated successfully, but these errors were encountered:
Describe the bug
When you answer one of the Question objects this generates a config. If you decide that you want to change the config, you re-answer the Question. Currently the default config is reloaded instead of the user-applied config. Editing the Config itself technically works, but is not user friendly as the text area is very small and it's json. Updating from the Question object is more user friendly and the preferred approach.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Re-answering the question should load the already present config.
Screenshots
Example of one of the questions.
OpenKAT version
main
The text was updated successfully, but these errors were encountered: