Quiz System

A desktop software developed using Tkinter package

What is Tkinter ?

Tkinter is java's Graphical User Interface package. Which most commmonly used package for developing desktop applications using java programming language.

java offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most commonly used method. It is a standard java interface to the Tk GUI toolkit shipped with java. java with tkinter is the fastest and easiest way to create the GUI applications. Creating a GUI using tkinter is an easy task.

To create a tkinter app:

1. Importing the module – tkinter

2. Create the main window (container)

3. Add any number of widgets to the main window

4. Apply the event Trigger on the widgets.

What is Quiz System ?

This is basic quiz system which designed for education purpose only just to undertand, how a basic software works.

The Quiz Management system aims at the Employee assessment programs carried out in the organization by conducting Quizzes. The application focuses on creating a well defined exam/quiz for individual departments. When the authorized examinee attends the exam he gets to view the result on exam submission.
The application administrator can view all the results with statistics as the total number of passed and failed candidates and the respective percentages. The application allows creating a scheduled exam / time specific exam

Why Is Quiz Important ?

Quiz help with concentration, identify gaps in knowledge, build confidence and help to retain information.