这个程序是一个多项选择题测验的Android
The app is a simple Quiz App in Android. The app reads questions from an array defined in a string-array stored in res/values/strings.xml file. The questions are asked one by one. When user clicks to select the correct answer, a Toast Message pops up to indicate whether the answer is right or wrong. User clicks the “Next question” button to proceed.