When the loop is enabled in the first run, it will loop three times, no matter if the loopPage() is repeated or not. So you'll have to put the loopPage() outside of your IF structure, and use goToPage('next') within the IF if you want to skip the loop.
Unfortunately, repeatPage() sometimes has nasty side effects if used within a loop in which pages are skipped. The repeatPage() may jump to a different page than expected.
Should you encounter a misbehavior, use this robust solution: Copy the page three times and either repeat the question or skip the page via goToPage('next'). You can place the "gut gemacht" on the last of the three pages, so it's displayed only once.