Skip to content

LAMP Application to conduct aptitude tests for students participating in MOCK PLACEMENTS (2021).

License

Notifications You must be signed in to change notification settings

ForeseTech/AptitudeTestSoftware

Repository files navigation

AptitudeTestSoftware

LAMP Application to conduct mock aptitude tests at SVCE.

Complete with user authentication, automatic result evaluation, attendance generation and much more...

Contents

Motivation

We run a chapter (club) at our college where we assist 500+ pre-final year students to prepare for their upcoming placements through a plethora of events such as mock interviews, aptitude tests and group discussions. It was a tedious task to prepare questions, invigilate tests, evaluate answer sheets, and give constructive feedback to students and so we decided to automate the process.

The software runs on PHP 7.2 and MySQL. The CSS framework Semantic UI was used for the design.

The Heroku platform was used for deployment.

Installation And Setup

Install Apache, MySQL, and PHP

Clone the repository to your C:\xampp\htdocs directory
git clone https://github.com/ForeseTech/AptitudeTestSoftware.git

Navigate to the cloned repo
cd AptitudeTestSoftware/

Start the Apache and MySQL modules on the XAMPP Control Panel
Navigate to http://localhost/AptitudeTestSoftware/ to view the application.

Project Structure

AptitudeTestSoftware/
  .git                  # Git Source Directory
  answers/              # Page to display answers
  includes/             # Utility Helpers
  leaderboard/          # Page to display scores of all users
  login/                # Accept student data and show test rules
  schema/               # SQL Schema
  screenshots/          # Applications screenshots for documentation
  static/               # Static CSS and JS files
  test/                 # PHP Script to display questions and question images
  composer.json         # Project Description and Dependencies
  favicon.ico           # Favicon for the application
  index.html            # Application entry point
  LICENSE               # MIT License file
  Procfile              # List of process types in an app
  README.MD             # Brief documentation
  sql_connections.php   # Database connection helper

Features and Screenshots (Click to enlarge)

Login Page Test Page Leaderboard Page
Question Input Page Feedback Page Answers Keys

Tools

Acknowledgements

We used a combination of many tutorials and StackOverflow posts to create this project. The following have been the most important.

FAQ's

Contributors

Contributing

Please feel free to fork, comment, critique, or submit a pull request.

License

This project is open source and available under the MIT License.

About

LAMP Application to conduct aptitude tests for students participating in MOCK PLACEMENTS (2021).

Topics

Resources

License

Stars

Watchers

Forks