Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulsamie10/quizapp
This repository contains the code of Java based Quiz Application. Developed using Android Studio, Gradle Build and Java.
https://github.com/abdulsamie10/quizapp
android android-app android-application android-studio androidapplication java quiz quiz-app quiz-game quizapp
Last synced: about 8 hours ago
JSON representation
This repository contains the code of Java based Quiz Application. Developed using Android Studio, Gradle Build and Java.
- Host: GitHub
- URL: https://github.com/abdulsamie10/quizapp
- Owner: abdulsamie10
- Created: 2023-01-09T11:42:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T12:31:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T04:56:19.826Z (6 months ago)
- Topics: android, android-app, android-application, android-studio, androidapplication, java, quiz, quiz-app, quiz-game, quizapp
- Language: Java
- Homepage:
- Size: 612 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz App
# Overview
This work focuses on the construction of an examination system called Quiz that is built on android and uses multiple-choice questions.
This application will be designed for educational purposes, and it gives users the ability to practice answering multiple-choice questions in preparation for a variety of exams that are held at the state, provincial, and national levels.
The primary objective of the program is to provide users with the opportunity to practice for subjective examinations that are used in admissions and recruitment processes, with a particular emphasis on the field of computer science.
This quiz offers users three options to assist them in providing accurate responses to the questions it presents: (i) Skip, (ii) Next, and (iii) Submit. These options are commonly referred to as life lines. One single use is all that is permitted for each of these functions.
During the game of the quiz, it provides feedback on the user's progress, and at the end, the app displays the user's score.
# Project Scope
As this application is being developed for educational purpose so it will be mainly used by teachers and students for quizzes.
# Technologies
The following technologies will be required in the development of this app:
1. IntelliJ
2. Java
3. Android
# Features
Following are the features of the application:
• Records student scores
• Time for each question
• Calculate score of right answers
• Ability to add questions
• Credentials of a student
• Maintain profile
# Pattern
The screen pattern will be as follows:
1. Student Credentials Screen
2. Quiz Start Screen
3. Quiz Questions Screens (depends on questions)
4. Quiz End Screen