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

Questions #17

Closed
Kiog-Aser opened this issue Feb 16, 2024 · 2 comments
Closed

Questions #17

Kiog-Aser opened this issue Feb 16, 2024 · 2 comments

Comments

@Kiog-Aser
Copy link

Hi!

I have a few questions. First of all, can you actually submit the form data to some kind of spreadsheet?

Second of all, how could I change/ add questions (there's some weird logic going on there...)

Lastly, are there any tutorials on setting this project up for personal use?

Thanks!

@hsnice16
Copy link
Owner

can you actually submit the form data to some kind of spreadsheet?

It should be possible, but it's not implemented in this project.
Reason: It was a take-home assignment that's why, :). You can this thread as well.

how could I change/ add questions (there's some weird logic going on there...)

This will require some work.

  • If you want to change questions, then you can check question folder in components. Make changes to the question you want.
  • If you want to add a new question, then you will have to make changes in the question folder mentioned in the above point, and you would also need to make changes in the main-content folder. Today, the logic is that for any question, on DOM there should be only elements for that question and elements for questions before that and after that. So, you can make the changes accordingly.

are there any tutorials on setting this project up for personal use?

Info present in README.md should be enough for this.

@hsnice16
Copy link
Owner

Hey @Kiog-Aser
Let me know if you have any open questions, otherwise I will close this issue.

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