I want to create a questionnaire page like this link
When user clicks Next, the page reload with new questions.If user presses Back, the page reload with questions that answered by this user. How can I implement this technical in Rails.
I want to create a questionnaire page like this link
When user clicks Next, the page reload with new questions.If user presses Back, the page reload with questions that answered by this user. How can I implement this technical in Rails.