Skip to content

A comprehensive Online Exam Management System designed for educational institutions. Features include secure student login, timed multiple-choice questions, automatic grading, and comprehensive result generation. Includes a powerful Admin Dashboard for managing questions and users. Fully responsive and open-source

License

Notifications You must be signed in to change notification settings

krishna892289/laravel-exam-portal

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

@@ -1,59 +1,133 @@

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Online Exam Management System

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: License Laravel Version PHP Version Status

image image image image image Te Student Panel : image image image image image

Laravel is accessible, powerful, and provides tools required for large, robust applications.

πŸ“– About The Project

Learning Laravel

The Online Exam Management System is a robust web-based platform designed to simplify the assessment process for educational institutions and organizations. Built with Laravel, this application provides a secure environment for creating, managing, and conducting online examinations.

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application. It bridges the gap between examiners and students by offering a seamless interface for taking quizzes, automating grading, and generating real-time results. Whether you are a coaching center, university, or corporate trainer, this portal scales to meet your testing needs.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

🌟 Key Features

Laravel Sponsors

πŸ‘¨β€πŸ« Admin / Teacher Module

  • Dashboard: Comprehensive overview of total students, exams, and questions.
  • Category Management: Organize exams by subjects or topics (e.g., Physics, Aptitude, Coding).
  • Exam Management: Create timed exams with specific start/end dates and marking schemes.
  • Question Bank: Add, edit, and delete Multiple Choice Questions (MCQs) with support for images.
  • Student Management: View registered students and manage their access.
  • Result Analytics: View detailed scorecards and export results.

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.

πŸ‘¨β€πŸŽ“ Student Module

  • User Authentication: Secure login and registration system.
  • Exam Portal: Real-time exam interface with a countdown timer and question palette.
  • Instant Results: Immediate score generation after submission (configurable).
  • History: View past exam attempts and performance analysis.
  • Profile Management: Update personal details and password.

Premium Partners


πŸ› οΈ Tech Stack

Contributing

  • Backend: Laravel (PHP Framework)
  • Frontend: Blade Templates, Bootstrap 5 / Tailwind CSS, JavaScript
  • Database: MySQL
  • Development Environment: Composer, XAMPP/Laragon

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

πŸ“Έ Screenshots

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Admin Dashboard Exam Interface
Admin Dashboard Exam Interface

Security Vulnerabilities


If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

πŸš€ Getting Started

License

Follow these steps to set up the project locally.

The Laravel framework is open-sourced software licensed under the MIT license.

Prerequisites

  • PHP >= 8.1
  • Composer
  • MySQL

Installation

  1. Clone the repository

    git clone [https://github.com/krishna892289/laravel-exam-portal.git](https://github.com/krishna892289/laravel-exam-portal.git)
    cd laravel-exam-portal
  2. Install Dependencies

    composer install
    npm install && npm run dev
  3. Environment Configuration Duplicate the example environment file and configure your database credentials.

    cp .env.example .env

    Open .env and update DB_DATABASE, DB_USERNAME, and DB_PASSWORD.

  4. Generate App Key

    php artisan key:generate
  5. Run Migrations & Seeders Set up the database tables and default data (like Admin user).

    php artisan migrate --seed
  6. Start the Server

    php artisan serve

    Visit http://127.0.0.1:8000 in your browser.


🀝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ“ License

Distributed under the MIT License. See LICENSE for more information.

πŸ“ž Contact

Krishna - GitHub Profile

Project Link: https://github.com/krishna892289/laravel-exam-portal

About

A comprehensive Online Exam Management System designed for educational institutions. Features include secure student login, timed multiple-choice questions, automatic grading, and comprehensive result generation. Includes a powerful Admin Dashboard for managing questions and users. Fully responsive and open-source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.9%
  • Blade 40.6%
  • Other 0.5%