So I'm new here in the mit app inventor it is from our school our professor want us to randomize the list in our app but i'm having a hard time using all of the blocks since our professor didn't teach us on how to use this mit app.
So what I want to do is randomize the logolist but i want them show all the 30 items in random before it show the last page.
since the logoList is randomized the 2 variables answerChoices and questionNumber is not syncing with logoList that 2 variables which is answerChoices and questionNumber starts with index 1 and I want it to be same with the logoList for example if the logoList select index 4 I want the answerChoices and questionNumber select index 4 aswell.
Now, in the sublists of the answerChoices list, the 4th index will be the answer, and the 5th index will be the logo. You can adjust your code accordingly (though, there is a lot of adjusting to be done).
You may also change the name of the list if it confuses you.
I already match the answerChoices to the logoList, However the last problem that I have now is that the answerList that is not matching with the logoList it gives me wrong answer. Is there any way to pass the value of index in submitBtn?
GUESSTHELOGO00 (2).aia (3.6 MB)
Can you try it with my aia? Im having a hard time trying to understands those blocks. I dont know exactly what blocks i need to replace