Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.42 KB

README.md

File metadata and controls

49 lines (37 loc) · 2.42 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About MCQ App

In this MCQ (Multiple Choice Questions) management system, administrators can create questions based on their requirements and specify the correct answers. Users can register and sign in. Upon successful login, users can access all the questions and select the correct answers. After submitting the test, users can view the results, including the number of correct answers and the percentage score they achieved. Administrators have access to reports that include user names, email addresses, total marks, and percentages. Technology stack used ( PHP 8.1, Laravel 10, Breeze.).

Installation

Prerequisites (e.g., PHP, Laravel, Composer).

Step-by-step installation guide.

  • Rename .env.example to .env
  • composer install
  • php artisan migrate
  • php artisan db:seed
  • npm install
  • npm run dev

Features

  • A comprehensive list of features in the MCQ System:
  • User Authentication (Breeze)
  • Admin Dashboard
  • User Registration
  • MCQ Question Creation (Admin)
  • MCQ Attempt (User)
  • MCQ Result Display (User)
  • User Listing with Results (Admin)

Admin Dashboard

  • Access and navigate the admin dashboard.
  • Use {{base_url}}/admin/login for admin login page.
  • Email : [email protected]
  • Password : password

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.

License

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