alejandra-gonzalez / ProgrammingConceptsQuiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProgrammingConceptsQuiz

This Android application is a simple quiz contains 4 questions regarding programming concepts. Users can view just their score, or view their score and the correct solutions to the questions.

Created for Udacity's Android Basics Nanodegree program. The check list below is derived from the project rubric provided by Udacity.

Check List:

  • App contains 4 - 10 questions, including at least 1 check box, 1 radio button, and 1 text entry

  • Questions have a variety of formats. Checkboxes are used for questions with multiple correct answers. Radio buttons are used for questions with only 1 right answer

  • Button allowing the user to submit their answers and receive a score

  • App includes at least four of the following Views: TextView, ImageView, Button, Checkbox, EditText, LinearLayout, RelativeLayout, ScrollView, RadioButton, RadioGroup

  • Gracefully handles displaying content when the screen is rotated

  • Each question has a correct answer

  • Use of at least 1 if/else statement

  • Grading button accurately displays user's score using a Toast

  • Grading logic checks each answer correctly

About


Languages

Language:Java 100.0%