Show Hide Question based on the response of the previous question
I have 2 pages.
In page 1, A user can create a test with multiple questions. Here a user can configure the question, like the particular question should be enabled based on the previous questions. For example : ( In a page there are 3 questions, Question 1, has 2 options, Option 1, Option 2., Question 2 will be enabled only if the use who takes the test, selects Options 1 in the question 1. Question 3 will be enabled only if he selects Option 2 in the Question 1)
In page 2, Other user can take the test.
Any idea about how to implement this?