Giter Site home page Giter Site logo

quizexam-platform's Introduction

Quiz Platform

This project is a simple quiz platform developed using Java Swing and MySQL. The application allows students to register and participate in online exams. It consists of three main classes: OnlineExam, Student, and QuizBox.

Classes

OnlineExam

The entry point of the application, initializing the student login interface.

Student

Handles student registration and login functionality. Connects to a MySQL database to store and retrieve student information.

Key features:

  • Establishes a connection to the MySQL database.
  • Inserts new student data into the database.
  • Validates if the roll number already exists.
  • Launches the quiz interface upon successful registration.

QuizBox

Represents the quiz interface that is displayed to the student after successful registration.

Database

The application uses a MySQL database named onlineexam with a table student to store student details.

Getting Started

Prerequisites

  • Java Development Kit (JDK)
  • MySQL Server
  • JDBC Driver for MySQL

Setup

  1. Clone the repository:

    git clone https://github.com/BhanuSaketh/QuizExam Platform.git
  2. Set up the MySQL database as described in the project documentation.

  3. Update the database connection details in the Student class if necessary.

  4. Compile and run the application:

    • The Application was developed on netbeans
    • So download the repository and open the files in netbeans
    • Then download the Executable jar file to run the application
    • Make sure the MySQL database URL will change accordingly to your machine

quizexam-platform's People

Contributors

bhanusaketh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.