0% found this document useful (0 votes)
13 views6 pages

Chapter 1

This document provides an overview and objectives of a technical quiz mobile application developed for Android. The application aims to facilitate online quizzes with multiple choice questions and automatic scoring to reduce manual effort compared to paper-based tests. Key features include creating users, administering quizzes with time limits, and generating score reports. The application was developed using Java and Android SDK on a Windows 7 system, with SQLite for the database and XML for interface layout. Flow charts illustrate the login and user roles of administrators for managing questions and reports, and interviewees for participating in quizzes.

Uploaded by

Manasa Krishna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views6 pages

Chapter 1

This document provides an overview and objectives of a technical quiz mobile application developed for Android. The application aims to facilitate online quizzes with multiple choice questions and automatic scoring to reduce manual effort compared to paper-based tests. Key features include creating users, administering quizzes with time limits, and generating score reports. The application was developed using Java and Android SDK on a Windows 7 system, with SQLite for the database and XML for interface layout. Flow charts illustrate the login and user roles of administrators for managing questions and reports, and interviewees for participating in quizzes.

Uploaded by

Manasa Krishna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

QUIZ APP

Chapter 1
INTRODUCTION
1.1Overview
In today’s world, Smart phones have changed our lives and have become an indispensable part of
our lives because of its specialty to simplify our routine work and thereby saving our time. A
Smartphone with an Android OS offers excellent functionality to the users offering a distinct
experience. Android is a Linux based operating system and it was bought by Google in 2007.There
are tons of application available and one of the prime reason for this vast number is android being
an open source. On the other hand, android based device like mobile, tab are very user friendly. A
survey has done by “Light Castle Partners” research wing which indicates that though other
operating system mobile users exist but the majority users are goes with android operating system.

Figure 1.1 : A survey result on a random sample of different age groups of mobile phone users in
India, based on their preferred operating systems.

In this context, Project application is developed based on android platform. The name of application
is define as ‘Technical Quiz”. Aims of this project is to develop an android platform supported Quiz
application named “Technical Quiz”. It is an online quiz application where user with admin privilege
can do administrative task like add, delete and edit from application user interface (UI) and
interviewee can participate for MCQ quiz with time limit. So, goals of this project to facilitate users
to configure quizzes as well as giving quizzes with this android based smart phone. User friendly
environment configuration is also another goal for this project application.

1.2 Objectives
The main objective of “Technical Quiz” is to facilitate a user friendly environment for all users and
reduces the manual effort. In past days quiz is conducted manually but in further resolution of the
technology we are able to generate the score and pose the queries automatically. The functional
requirements include to create users that are going to participate in the quiz, automatic score and
report generation and administrative tasks like add, delete, update for admin privilege users. In this
application, all the permissions lies with the administrator i.e., specifying the details of the quiz with
checking result will show to interviewee or not, addition of question and answers, marks for each
question, Set timer for each quiz and generate report with score for each quiz.
QUIZ APP

1.3Motivation
Currently most of the Examination like organizational recruitment, University class test are paper
based, which costs time and resources. Questionnaire is developed, printed, and then collect data,
entry, editing, cleaning, which time consuming and costly. Proposed application is the starting for
avoid those circumstances which are been currently faced by any organization.
QUIZ APP

Chapter 2
Proposed Model
2.1 Purpose of the project
This Project main purpose is to develop Quiz system named ‘Technical Quiz. The application
(Technical Quiz) will provide online based quiz with multiple choice question (MCQ). This quiz
application will support android base operating system. With this application, users or any
organization can perform actions like

 Administrative Task
 Interview Task

2.1.2 Quiz Task


Select any Quiz or subject which he /she wants to give Examination.

One interviewer can give Quiz only for one time. Once a quiz has finished, it become inactive to that
user.

Finally, Score can be shown considering the quiz has been taken from any individuals.

As a result, the following tasks are define as interviewee task.

• Log in to the system as Interviewee privilege

• Select Desire Quiz

• Answer questions within set time (by admin)

• Finish Quiz.

2.1.3 Flow Chart


The flowchart is a means of visually presenting the flow of data through an information processing
system, the operations performed within the system and the sequence in which they are performed.
In this lesson, we shall concern ourselves with the program flowchart, which describes what
operations (and in what sequence) are required to solve a given problem. The program flowchart
can be likened to the blueprint of a building. As we know a designer draws a blueprint before
starting construction on a building. Similarly, a programmer prefers to draw a flowchart prior to
writing a computer program. As in the case of the drawing of blueprint, the flowchart is drawn
according to defined rules and standard flowchart symbols prescribed by the American National
Standard Institute,Inc.
QUIZ APP

Flow Chart for ‘Technical quiz

Description for flow chart

1. After login with username and password, Role for that particular user will verify from server
database.

2. If user is administrator, following options shall be managed.

• User • Login / Register

• Welcome

• Quiz

• Question and Answer

• High Score Above four options can be add, edit and delete by administrator.

3. Score report will show to administrator in read only mode.

4. If user is interviewee, all active quiz list will enable for giving test.

5. Quiz will execute with certain time limit. Quiz will finish after that time or all question answered.
QUIZ APP

Chapter 3

Implementation

3.1 Technologies Used

• Microsoft Windows 7

• Java Development Kit

• Android SDK

• Intel Hardware Accelerated Execution Manager (HAXM)

• SQLite Database

• XML

3.1.1 Microsoft Windows 7 It should be mentioned that all tools and technology are installed for
development work at windows 7 operating system 64 bit platform. Windows 7 is a personal
computer operating system developed by Microsoft. It is a part of Windows NT family of operating
systems. Development of Windows 7 started as early as 2006 under the codename "Blackcomb."
Windows 7 was released to manufacturing on July 22, 2009, and became generally available on
October 22, 2009, less than three years after the release of its predecessor, Windows Vista.
Minimum hardware requirements for Windows 7 is given below.

Component Operating system architecture


32-bit 64-bit
1 GHz IA-32 1 GHz x86-
Processor processor 64
processor
Memory (RAM) 1 GB 2 GB
Graphics card DirectX 9 graphics processor with
WDDM driver model 1.0 (Not
absolutely necessary; o nly
required for Aero)
Free hard drive space 16 GB 20 GB

Table I: Windows 7 Minimum Hardware Requirement.

The maximum amount of RAM that Windows 7 supports varies depending on the product edition
and on the processor architecture, as shown below figure,

Edition Processor architecture


Ultimate IA-32 (32-bit) x64 (64-bit)
Enterprise 192 GB
Professional 16 GB
Home Premium
Home Basic
Starter
QUIZ APP

You might also like