Pages within one page in ionic 2

Hey guys! I am having fun with ionic 2 and want to build a little quiz application. Now I have just a level select screen with a bunch of levels:

![image](upload://cEImWsBNDFWwFXc4Vyh9wS1AQjQ.PNG)

One level contains 10 questions, which are displayed separately on each “page”. My aim is to design the pages in that way, that they slide from right to left by completing one question and the “back” button should also bring be to the level selection screen instead of the previous question. And the player should not be able to continue to the next question, if he didn’t answer the previous one of course.

Is there a way to accomplish that using just one page and not making 10 separate pages?