1. Build a Slideshow app
- Define a list variable
- Define an index variable to step through the list
- Use an if block to wrap around once you reach the end
- Use “length of” so the code works on any list
- Challenge: Add a previous button to the slide show
- Add a previous button to the slideshow
- Challenge: display a name with each picture
- Display a name with each picture
Build a Multiple-Choice Quiz app
- Define the questionList for the quiz
- Define the answer list for the quiz and display it in a ListViewer
- Style the quiz by resizing the image and adding margins
- Check the user’s answer
- Define a list of lists for the answer choices of each question
- Display the answer choices for each question.
- Blank out the correct/incorrect status after each question