https://github.com/jadbox/quizgengpt
Experimental project for generating quizzes
https://github.com/jadbox/quizgengpt
Last synced: 11 months ago
JSON representation
Experimental project for generating quizzes
- Host: GitHub
- URL: https://github.com/jadbox/quizgengpt
- Owner: jadbox
- Created: 2024-07-13T00:47:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T00:17:33.000Z (over 1 year ago)
- Last Synced: 2025-02-11T01:23:41.118Z (over 1 year ago)
- Language: TypeScript
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quizgengpt
This project generates quiz practice questions based on an excel file template.
Requires ChatGPT API Key:
- create `.env` file with:
```bash
OPENAI_API_KEY=your_api_key
```
- Requires JavaScript runtime Bun v1.1.20 or higher installed (https://bun.sh)
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
### Instructions:
- Add Master_PACKRAT_2024.xlsx to the root directory
- Run the program and follow the prompts
- Output will be in the `output/` directory under the name [section].txt
### Example usage:

