logo

Multi Choice Quiz Game

   

Added on  2022-11-28

10 Pages1304 Words259 Views
MULTI CHOICE QUIZ GAME
Student Name
College

Introduction
Android studio is mainly us for the design and development of the android based application
which runs on the android operating systems. For this report, the project under discussion is the
multi choices android application which is developed in android studio. The application works in
such a way that the user interacts with the question answer exercises where they are supposed to
click on the correct answer, the application will be able to auto mark the answers which have
been submitted by the users on a real time basis. the user of the application is given 6 questions
which multiple choices to choose the correct answer or answers as some questions might contain
more than one correct answer but maximum of two. The user is also able to view the results and
the correct answers after submission has been made in all the questions given.
Significance of the application
With the multi choice application, the institutions are able to give tests to students on real time
basis and the marks are given instantly. This reduces the time taken by the tutors to manually
mark short answered questions. The marks of each student can be submitted to the concerned
departments immediately.
Development of the application
The very first step for the development of the application involves the installation of the libraries
just after creating a new project in android studio. The following are the libraries which are
supposed to be installed;
a. SQLiteAssestHelper: This is used by the SQLite server for its normal functionalities in
the android studio.

b. Picasso: this is the library which make it possible for the application to load images from
the internet.
c. MAterialStyledDialog: It is used to make it easy for the material dialog to be shown in the
application.
After the installation of the SQLiteAssetHelper library, the Asset folder is created which will the
database folder. The database fields are then created in the database.
Creating Categories
the application has different categories of subjects which has tests for answering. These
categories are supposed to be loaded from the database. The database created has the categories
which are loaded into the main screens of the application.
Though the categories are loaded from the database as shown in the screenshot above, the layout
for the categories aren’t appealing, to make it more beautiful and appealing, the adapter category
and a decoration class as created. The decoration class is responsible to arranging the categories

End of preview

Want to access all the pages? Upload your documents or become a member.