I am new to Oracle Apex and got lot of help from this forum. Currently I am building a Quiz Application and don't want to show all the questions on same page. I want it to show a modal form with only one question with its options. Once user selects the option for that question they can click next/previous question. Finally they can submit the quiz and internally it should store user response to each question in a table. I want something like this:
W3Schools Quiz Test
Does anybody has any idea how to achieve this?