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

Fix export all different question types #27

Open
5 tasks done
microstudi opened this issue Jul 9, 2020 · 0 comments
Open
5 tasks done

Fix export all different question types #27

microstudi opened this issue Jul 9, 2020 · 0 comments
Assignees

Comments

@microstudi
Copy link

microstudi commented Jul 9, 2020

  • Exporting a pdf or csv does not work for questions with logic. All types of questions should be exported. We need a full check (including separators and matrix questions as well).

  • Additionally, the export does not work if some questions does not have the "order" attribute defined, in here is fixed (just a .to_i added):
    ca59232#diff-3ef1365dedf335e366026d1d4509483dR24

  • Also, it seems that the QuestionnaireAnswerPresenter does not have access to the current_organization method when running translated_attribute, here is a simple fix:
    f966e2c

  • Zip compressed archive should not have folders inside,
    imatge

  • PDF export should respect line breaks (\n), otherwise long texts are too compact.

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

2 participants