I have arranged the choices so that the first index is the correct one, the second is the neutral one, and the third is the incorrect one.
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
Basically I want to increment the counter variable "correct" if the random integer for the "AnswerSublit" is 1, increment the variable "neutral" if the random integer is 2, and increment the variable "incorrect" if the random integer is 3.
-How do I check the backgound image of the button against the image name of the current question?
-How do i retrieve the index of the matching file name?
In my AnswerChoicesList I have arranged the choices so that the first index is the correct one, the second is the neutral one, and the third is the incorrect one.