We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use ratings to bias a score away from zero but you can't enter values with a minus sign - they are removed.
e.g.
-3=Never -2=Strongly disagree -1=Disagre 0=No opinion 1=Agree 2=Strongly agree 3=Always
will yield the following values after saving the question:
0=No opinion 1=Agree 2=Strongly agree 3=Always
If negative values are not allowed, at least throw an error message rather than deleting the users data.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to use ratings to bias a score away from zero but you can't enter values with a minus sign - they are removed.
e.g.
will yield the following values after saving the question:
If negative values are not allowed, at least throw an error message rather than deleting the users data.
The text was updated successfully, but these errors were encountered: