Picture, Answer List and Answer Choice Variables

Program the rest of the app data.

Step 1

Create three new Variables called “PictureList”, “AnswerList” and “AnswerChoices”.

  • PictureList is a list of images for each question: the image file names must be entered exactly (go back to Designer to double check)
  • AnswerList is a list of the correct answers to the quiz
  • AnswerChoices is a list of lists! Put the answers you want displayed for each question here

The completed code will look like this: