Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created January 3, 2019 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingwithsara/01bf1aedfd1ae1b3f5296f56fd57df32 to your computer and use it in GitHub Desktop.
Save codingwithsara/01bf1aedfd1ae1b3f5296f56fd57df32 to your computer and use it in GitHub Desktop.
String quizData[][] = {
// {"Image Name", "Right Answer", "Choice1", "Choice2", "Choice3"}
{"image_circle", "circle", "triangle", "square", "hexagon"},
{"image_triangle", "triangle", "circle", "square", "pentagon"},
{"image_square", "square", "triangle", "pentagon", "hexagon"},
{"image_pentagon", "pentagon", "circle", "triangle", "hexagon"},
{"image_hexagon", "hexagon", "triangle", "pentagon", "circle"},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment