SeyiAyo / Online-Exam-System

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:PHP 51.5%Language:JavaScript 46.2%Language:CSS 2.3%