這個程序是一個多項選擇題測驗的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.