Im creating a quiz with several different question format:
Select one answer
Select two answers
Select three answers
Select four answers
fill in box
click to place
I did this so I do not have to create a separate static page for each question since there are 100-questions in the quiz. So far I have created a separate dynamic page for each question format but these pages read from the same database called “mocks”. Now I would like to shuffle between these page types. I have assigned them the same URL category called "ExamId"Even when I assign these the same category, the preview only displays one dynamic page type and runs through its database collection. How can I make the preview go from one question type to another with different dynamic page layouts?
Page Type Sample for Select Multiple Answers
Page Type Sample for Fill in Box or Numeric Input
Dynamic page types