https://github.com/pipebits/cipherexam
CipherExam is a powerful software tool designed to assist schools and teachers in managing and generating exams efficiently.
https://github.com/pipebits/cipherexam
docx exam pdf school
Last synced: about 1 month ago
JSON representation
CipherExam is a powerful software tool designed to assist schools and teachers in managing and generating exams efficiently.
- Host: GitHub
- URL: https://github.com/pipebits/cipherexam
- Owner: pipebits
- License: mit
- Created: 2023-05-27T05:37:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T22:41:27.000Z (over 2 years ago)
- Last Synced: 2025-01-18T02:41:22.458Z (about 1 year ago)
- Topics: docx, exam, pdf, school
- Language: JavaScript
- Homepage:
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CipherExam
CipherExam is a tool for teachers and schools to generate their exams.
It works by using the SHA256 algorithm to order the questions and their responses in a pseudo-random fashion.
## Instalation
---
You will need to clone this git repository using this command:
```cmd
git clone https://github.com/pipebits/CipherExam.git
```
## Running CipherExam
---
To run the development server run the comand `npm start` on the CipherExam folder
```cmd
npm start
```
## Building CipherExam
---
To run the build CipherExam run the comand `npm build` on the CipherExam folder
```cmd
npm run build
```