Coder Social home page Coder Social logo

online-exam-system's Introduction

Here's a more concise and straightforward GitHub description:


Online Examination System

An efficient and user-friendly online exam system built with PHP and MySQL.

Features

Admin

  • User Management: Create, update, delete user accounts.
  • Quiz Management: Create and manage multiple-choice quizzes.
  • Monitoring: Track ongoing exams.
  • Reports: View detailed performance reports.

Students

  • Easy Interface: Simple navigation for taking exams.
  • Timed Quizzes: Simulate real exam conditions.
  • Instant Results: Get immediate feedback.
  • History: Review past quiz attempts and scores.

Tech Stack

  • Frontend: HTML, CSS, Bootstrap
  • Backend: PHP, MySQL
  • JavaScript: jQuery, AJAX

Installation

  1. Clone the repo:
    git clone https://github.com/yourusername/online-exam-system.git
  2. Navigate to the project:
    cd online-exam-system
  3. Setup database:
    • Create a database named project.
    • Import project.sql from the database folder.
  4. Configure database connection in dbConnection.php:
    $con = new mysqli('localhost', 'root', '', 'project');
  5. Run on localhost:
    • Start your server (e.g., XAMPP, WAMP).
    • Open http://localhost/online-exam-system in your browser.

Usage

Admin Login

  • Default credentials:
    • Username: admin
    • Password: admin

Student Registration

  • Students can register and log in to take quizzes.

Contribution

Contributions are welcome! Submit a pull request or open an issue for suggestions.

License

MIT License. See the LICENSE file.

online-exam-system's People

Contributors

seyiayo 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.