DEV Community

Cover image for Moodle Quiz Response Converter
Rabist
Rabist

Posted on

Moodle Quiz Response Converter

With this program, you can convert user's responses in the .xlsx file to a .docx file which contains each user's response in a separate page.

Download the program
Program's page

Top comments (3)

Collapse
 
ayush2007a profile image
Ayush Moghe

Used pyinstaller to convert to exe?

Collapse
 
rabist profile image
Rabist

Yes, that's right!
In .vscode/tasks.json the command for build is available.
If you want to build, first run the Create .env task, then run the Build task in VSCode.

Collapse
 
ayush2007a profile image
Ayush Moghe

ohh, I also use vs code. Please also view my post dev.to/ayush2007a/create-a-command...