Skip to content

Minimalistic application of exam system for students and teachers

Notifications You must be signed in to change notification settings

MarufZak/exam-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is minimal application of exam system, which is designed for both students and teachers, with login and sign-up functionalities for both. It allows teachers to make various types of tests and essays, students to submit them, and teachers to review the submissions. The system supports:

  1. Sign-up/Sign-in functionalities for all users.
  2. Specifying teacher's subject (and filtering the submissions according to it).
  3. Multiple question formats, including multiple-choice, true/false, and essay questions.
  4. Automatic grading for objective questions.
  5. Customizable test settings.
  6. Saving students' submissions and presenting it to specified teacher.

Getting Started

To compile and run this project, follow these steps:

  1. Ensure you have a C++ compiler installed (GCC, Clang, etc.).
  2. Clone the repository to your local machine.
  3. Navigate to the project directory in a terminal or command prompt.
  4. Compile the project using the C++ compiler: g++ main.cpp -o main
  5. Run the compiled file: ./main

About

Minimalistic application of exam system for students and teachers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published