Drupal8: I’m working on a Online Examination Website. I created fields for Test, Question, Answers, Solutions. Also created views to collect some no.s of questions and display as a test.
I done all the fields creation and relationship using drupal website(Frontend) + drupal view.
My Question:
- Is this the right approach or do I have to create new module?
- How to get user values(User’s choice – right answer). Process it and save. Using Frontend. Is there any option to do so? (Without creating any modules)