In this video instead of doing what was shown as the correct answer in the challenge when I had to show what the correct answer was when I got an incorrect answer, I instead did:
else
{
questionText.text = “Incorrect! The correct answer was 4!”;
Image buttonImage = answerButtons[3].GetComponent();
buttonImage.sprite = correctAnswerSprite;
}
I wanted to know if there was a major difference between what I did and if I have to change this