Online multiple choice exam system with functions to create exam room, create exam questions, join exam room, start exam room, end exam room, practice mode, admin, real-time mechanism
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- Qt
- TCP C++
This is an example of how to list things you need to use the software and how to install them.
- Install Qt5
sudo apt-get install qt5-default
- Install library for Qt chart
sudo apt install libqt5charts5-dev
-
Clone the repo
git@github.com:tiendat0139/network-programing-quiz-app.git
-
Run server
cd src/app/server make all ./server 5000 -
Config command line arguments in Qt
127.0.0.1 5000
-
Run Qt