Open-Quiz is a web platform for producing online quizzes. Regulations of What Where When and Trivia Quizzes are supported. Audio/video stream may be embeded into a quiz. Media content is allowed (images, audio and video). There are no limitations on the number of participants!
The service is completely free for commercial and noncommercial use.
Five steps to produce your quiz:
See Release Notes for information of latest updates.
Configure aws defaults:
aws configure
Target | Command |
---|---|
Restore environment | dotnet fsi make.fsx restore |
Prepare development infrastructure | dotnet fsi make.fsx devenv |
Run locally | dotnet fsi make.fsx run |
Deploy | dotnet fsi make.fsx deploy |