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

Potentially find a way to control question order #9

Open
miabonardi opened this issue Oct 2, 2023 · 2 comments
Open

Potentially find a way to control question order #9

miabonardi opened this issue Oct 2, 2023 · 2 comments
Assignees

Comments

@miabonardi
Copy link
Contributor

  1. Maybe add questions that appear in every letter (ie clients name, clients address, attorneys name, attorneys address, etc) to an order block to control the order of those questions and everything else will come in a random order
  2. Use signature final method to make sure signature comes last (ask Quinten for formatting)
@h-mcguire
Copy link
Collaborator

Using separate .YML's for each "form" might be a good option? I'm unsure how these interactions work and if the "master interview" would be able to pull all the gathered info from the questions asked so far.

But I think if we If we can break them into separate files, and keep all the info gathered available to auto-populate from, I think it would allow complete control of questions order and not risk asking for the same piece of info twice.

@miabonardi
Copy link
Contributor Author

Using separate .YML's for each "form" might be a good option? I'm unsure how these interactions work and if the "master interview" would be able to pull all the gathered info from the questions asked so far.

But I think if we If we can break them into separate files, and keep all the info gathered available to auto-populate from, I think it would allow complete control of questions order and not risk asking for the same piece of info twice.

Absolutely! We use the method of a main.yml for the main order that refers to sub interview orders in the individual yml files for each form for several other projects. We also add a shared.yml for any custom questions (not AL) shared by all forms.

See:

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