https://github.com/nearhuscarl/quiz-engine
https://github.com/nearhuscarl/quiz-engine
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nearhuscarl/quiz-engine
- Owner: NearHuscarl
- Created: 2025-05-10T04:49:41.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-05-10T04:55:16.000Z (5 months ago)
- Last Synced: 2025-05-10T05:28:43.808Z (5 months ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Quiz Engine](https://hyperskill.org/projects/91)
### TODO
- Upload postman collection
- Add unit tests from hyperskill### Remarks
- Quiz is owned by a user, but can be answered by any authenticated user.
- Only owner can delete their quizzes (duh!)
- Only correct answers are counted toward completion.
- Get all completions from a quiz means only get the attempts by current authenticated user.