Table of Contents
Quiz creation: Interface to create a new quiz. Interface to add questions(MCQs) and correct answers for them. Option to add a time limit for the quiz attempt. Option to subscribe to the daily digest of the quiz that will be sent at 10 am if there are any new attempts in that quiz.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/NoxzMSTR/QuizTestLaravel.git
- Run migration
php artisan migrate
- Install NPM packages
npm install
- Run NPM Dev
npm run dev
- Run scheduler
php artisan schedule:work
For more examples, please refer to the Documentation