command
module
Version:
v0.0.0-...-f1decf2
Opens a new window with list of versions in this module.
Published: May 4, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Go Quiz Generator
Generate a quiz through a json file and golang
Version 0.1
- Can Parse and Generate a Quiz
- Json files can passed as flag
- Final Score Page
- Retry Option
- End Quiz Option(Kills the process for now needs a better way)
Improvements needed
- Improve HTML and CSS
- Look for scalibility
- Improve handlers and routing
- Refactor (priority: remove json responses that are not being used)
- A json generator?
- Render Code Snippets.
- Make background image part of json
How to run
1.No external dependencies so all you need to do is run
go run *.go
2.You can give flags for your json file and background image with -f and -i
go run *.go -f quiz_file -i background_image
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.