I have a screen with an image displaying a question, and I want to allow a person to type an answer (I don't want to reveal the question through App Inventor codes; I only have an image showing the question; for design purposes). Two answers may be correct.
How can I solve this issue? Do I still need to create a list with one question and two answers? Or do I have to incorporate "truefalse" variables?
Hi, thanks for your reply!
I basically want to show an image (with a question) and let write the answer in a text block.
Only two answers can be right (because of the spelling) and I don't know how to programme it.
I've tried with making a list, but I'm not sure how to handle it since I have one question with two possible answers and now I'm just confused.
Here you can see my designer view and blocks view of what I've done so far, but this code doesn't work, it only shows "wrong" and not "correct, good job" as I've programmed it, even if I write the answer right.
Now I have another issue: Where should I put the blocks "upcase" and "trim" if I want that however the answer is written (in capital letters or not or with space before or after the answer) it is still right?