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

Form export for number questions mixes up min and max settings #3340

Closed
muloem opened this issue Dec 5, 2019 · 3 comments
Closed

Form export for number questions mixes up min and max settings #3340

muloem opened this issue Dec 5, 2019 · 3 comments
Assignees

Comments

@muloem
Copy link
Member

muloem commented Dec 5, 2019

When creating Number type questions, we can specify the min and max values to restrict the response range. However when we generate a form export, these values are mixed up

Steps to reproduce

  1. Create or select a survey with a number question that has min and max values set

  2. Generate a survey form export report

  3. Check the Full Survey sheet and look at the question settings. The min and max settings are mixed up.

@stellanl
Copy link
Contributor

The test plan is identical to the "Steps to reproduce".

@muloem
Copy link
Member Author

muloem commented Dec 23, 2019

@stellanl can you maybe add a unit test for this?

valllllll2000 pushed a commit that referenced this issue Dec 23, 2019
@stellanl
Copy link
Contributor

stellanl commented Jan 14, 2020

Sounds like a lot of work. The test would need to

  1. create a survey with a numerical question
  2. order the report
  3. wait for it to appear in the API
  4. download the report spreadsheet
  5. parse it
  6. compare the values and the header texts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants