Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.84 KB

README.md

File metadata and controls

55 lines (43 loc) · 1.84 KB

Logo

An online test management system which allows users to create,take tests and upload assignments.

About The Project

Logo

  • Create tests Educators can create tests consisting of multiple choice questions and invite students to take the tests.
  • Test results analysis Each test results and analysis can be viewed by the educator.
  • Take tests Students can take tests using invite codes of corresponding tests.
  • Test reports Reports are generated after submission of a test.
  • Getting Started

    To setup and run this project locally follow the steps below.

    1. Install XAMPP server.
    2. Clone the repo in xampp/htdocs folder.
      git clone https://github.com/sauravUppoor/assessment_app.git
    3. Edit the config.php file.
    4. Open the migrations page to create the database schema locally.
      https://localhost/assessment_app/migrations.php
    5. Setup is complete! You can browse the app here.
      https://localhost/assessment_app/templates/home.php

    Technology Stack

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • jQuery
  • PHP
  • MySQL
  • Created By

    Raj Singh, Ritwik Vaidya and Saurav Uppoor as academic mini-project for WDL and DBMS, Semester 5.