sara-sabr / auto-evaluation-devops-self-assessment

Auto-évaluation DevOps Self Assessment
https://sara-sabr.github.io/auto-evaluation-devops-self-assessment/
MIT License
3 stars 3 forks source link

Add an error message once some questions are not answered #66

Closed ElminaIusifova closed 3 years ago

ElminaIusifova commented 3 years ago

For now, if some questions in the tool are not answered it still gives the score. We might want to add an error message if some questions are missed by a user

gcharest commented 3 years ago

Are all questions mandatory? Asking as we had removed that behavior to let the user come and go as they see fit.

I can add the mandatory back plus prevent user from leaving the section before completing all the questions. Some development required around:

The reason why is that the user can always click on the home or return button which means they bypass any controls we implement in the Questions page.