Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oezeb/auto-grader
Auto Assessment System - Supports Single/Multi-Choice, True/False and Fill in Blank Questions
https://github.com/oezeb/auto-grader
Last synced: 9 days ago
JSON representation
Auto Assessment System - Supports Single/Multi-Choice, True/False and Fill in Blank Questions
- Host: GitHub
- URL: https://github.com/oezeb/auto-grader
- Owner: oezeb
- Created: 2024-03-14T15:22:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T05:42:18.000Z (8 months ago)
- Last Synced: 2024-04-20T09:08:13.587Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Grader
Auto Grader is an Automatic Assessment System for non-programming subjects. It is a web-based application that allows teachers to create and manage assignments, and students to submit their assignments and view their grades. Auto Grader supports different types of questions including single/multi choice, true/false, and fill in blank.
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/)
- [npm](https://www.npmjs.com/)
- [MongoDB](https://www.mongodb.com/)### Installation
1. Clone the repo
```sh
git clone https://github.com/oezeb/auto-grader.git
```
2. Setup [server](./server/README.md#installation)
3. Setup [client](./client/README.md#installation)