Creating the GameViewModel- UI Cleanup

Hi,

About highlight the background color of ChoiceTextView when the user makes a guess,

Screenshot 2023-04-19 at 21.47.39

I don’t understand why below line is needed ?
"if guessesIndex != optionIndex "
those parameters “guessesIndex” and “optionIndex” must be same.