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