Error Bad arguments to >

I've been presenting the problem for a while now, I tried solutions that I saw from the community but none of them helped me, I'm leaving the .aia below so you can take a look at it.

IDK_copy.aia (10.0 KB)

what are you trying to achieve here? actually you had used comparison of global list with the int thats why you got an error. Now adjust your blocks like this to avoid the error, but this procedure shows al the content in the list on the lable. So here i do not understand your logic.

1 Like

I was trying to do an app of study with questions and A, B, C. But it´s my first time using MIT App Inventor, pls can you teach what to change?
My native language is Spanish, but I changed it for the convenience of the community.

I forgot upload the images of the error xd


Thank you so much, that was the problem, now i have another, the list of the questions appear with the questions and not with the number of the total questions xd

do you want to show one by one? do you have any button click?

Also i can see your questionsList, OptionsList but where is the answer for each question? then only we can help you further

The first answer of each list of 3 is the correct answer

you have two lables

  1. Question
  2. Nth question
    three buttons for options

then how will you show the next question after user answers.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.