How to survey without reloading page

How to survey without reloading page

Hello,

I want to create a simply Yes/No survey, but I want to keep it fast so no page reloading.
I'm wondering how to achieve this using jQuery. Below an example:

Question 1 -> Visitor clicks Yes or No -> Question 2 -> Visitor clicks Yes or No -> ... -> Last Question -> Vistor clicks Yes or No

Once pressed Yes or No at the last question it should continue to result.php with the entered data.

I'm wondering if this is achievable with a simple form?

Yours,
Jarno