Qu1z
is a TUI Quiz application which helps to conduction mcq Quiz .
qu1z consists of :
-
qu1z server where the qns along with answers are uploaded to DB.
-
qu1z TUI client consists of
-
Home Page
- Banner
- User Login
- Guidelines
-
-
Quiz Page
- Questions along with optiones are fetched from the server.
- Answers are send to the server and validated in the real time.
- after end of Quiz Score is provided.
- Explore Page
- displays info and descriptions related to event i.e leaderboards, or info on other events etc.
- Display UI based on test.json file
- in case of error in serialization displays default response : )
- Supports Vim Keybindings : )
- Implement Quiz Server and Client API
- better UI
- UX & Performance Improvements
- build from source : )
- Requires rust build tools.
cargo build