Build a quiz app.

With this app, the user steps through a series of questions, clicking a Next button to proceed. The user enters an answer for each question and the app reports whether the answer is correct or not. You'll learn about lists and iterating through a list using an index.

View in book form
Step 1: Create a list of questions and show the first question in a label.
Step 2: Proceed to the next question when the user clicks Next
Step 3: Make it so the index is only incemented up to the last question
Step 4: Modify the apps so that it jumps to the first question after the last.
Step 5: Add pictures for each question.
Step 6: Let the user answer and check it
Get QR code for this tutorial
Download app to Android device
Download App Inventor source