📌This the quiz application created for attempting the quiz.
📌In this application user has to login himself and then user has to enter the Quiz-Code and then attempt the Quiz.
📌In this application user can attempt quiz only one time.
📌In the result activity number of correct,wrong and skipped questions is displayed in te form of progress bar
📌In this application for authentication firebase-authentication is used and for storing quiz marks firebase-firestore.
📃List of all Activities in the app :
- MainActivity – displays Login Screen of application.
- After Login-Enter quiz-code
- quizquestionActivity-Attempt the Quiz in this activity.
- ResultActivity-Activity is used to display result
Note-User has to use same login credentials for setting and attempting the Quiz.