Skip to content
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

Personal values questionnaire sends wrong id to backend #386

Open
Svenstar74 opened this issue Dec 8, 2022 · 0 comments
Open

Personal values questionnaire sends wrong id to backend #386

Svenstar74 opened this issue Dec 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Svenstar74
Copy link
Collaborator

Describe the bug

Error in sentry
When a questionnaire has been finished, an array of answers will be send to the backend. For set one of the questions, the ids should be from 1 to 10, while the set two should contain questions with ids from 11 to 20.
It seems that sometimes (that's what the sentry error log shows), an invalid id is present in a question set, like -5.

To Reproduce

It's unclear when and how this happens.

Expected behavior

When set one is used, the api call should always have ids from 1 to 10.
When set two is used, the api call should always have ids form 11 to 20.
No other ids should be possible.

Task

Unclear

@Svenstar74 Svenstar74 added the bug Something isn't working label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant