An open API service indexing awesome lists of open source software.

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.

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
```