I already have if the user get the question correct, then they move on to next question.
But I don't know the code to stop the user from moving onto next question if it's Wrong? Would it be an else statement?
Code:
if ([question.text isEqual: @"Correct"]){
question.text = Whatever question
}
But I don't know the code to stop the user from moving onto next question if it's Wrong? Would it be an else statement?
Last edited: