Skip to content

MadhavBohra/Automaded-Code-Evaluation-Tool

Repository files navigation

Automated Student Submission Evaluator

This GitHub repository contains a tool for automatically evaluating student submissions. Follow the steps below to set up and use the tool effectively.## Table of Contents


Prerequisites

Before you can use this tool, make sure you have the following prerequisites installed on your system:

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/MadhavBohra/Automaded-Code-Evaluation-Tool.git
  1. Change your current directory to the project folder:
cd Automaded-Code-Evaluation-Tool
  1. Create a Python virtual environment:
python -m venv venv
  1. Activate the virtual environment:
  • On Windows:
venv\\Scripts\\activate
  • On macOS and Linux:
source venv/bin/activate
  1. Install the required Python packages:
pip install -r requirements.txt

Usage

To evaluate student submissions, follow these steps:

  1. Ensure the correct folder structure (as mentioned above) is in place.

  2. Run the provided shell script (run.sh) to create the folder structure and execute the evaluation:

    ./run.sh

This script will set up the necessary directories and run the evaluation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published