Fixing if/else statement in applab

I am having issues with this code. I have created a dropdown menu in Quiz2. I am using an if/else statement and when the user selects the correct answer it’ll will show them the correct screen else if they select the wrong answer will show the incorrect screen. With the if/else statement, is it possible just to have if/else and not if/elseif/else?