https://github.com/sergkh/gdocs-tests
Google docs quiz generation framework
https://github.com/sergkh/gdocs-tests
gapps quiz
Last synced: 4 months ago
JSON representation
Google docs quiz generation framework
- Host: GitHub
- URL: https://github.com/sergkh/gdocs-tests
- Owner: sergkh
- License: mit
- Created: 2024-04-03T20:12:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T12:26:28.000Z (over 1 year ago)
- Last Synced: 2024-09-12T23:49:11.353Z (over 1 year ago)
- Topics: gapps, quiz
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gdocs-tests
Google docs quiz generation framework
Allows to generate randomized individual quiz variants from a single template.
## Installation
1. Create a new google docs document
2. Go to `Extensions` -> `Apps Script`
3. Paste the ./src contents into the GApp
## Usage
The script will add a new menu item `Generate tests` to the google docs document.
## Syntax
The syntax is inteneded to be a close to a simple text as possible, so it's easier to copy tests from other sources.
Test entry:
```
1 Question
1.1 Answer 1
1.2 Answer 2
1.3 Answer 3
1.4 Answer 4
```
The first answer is the correct one by default.