An applicaition that allows teachers to create quizzes and students to take the quiz in relation to their interests
- Password management
- Quiz timer
- Teacher download results option
Downloading the latest release.
Knab yourself the latest release version from the page release page
Run the following command to run the latest version of the docker image:
docker-compose up
Create Virtual Env and Install the requirements:
cd AssessMe
bash develop.sh
Finally, run the development server:
python manage.py runserver --settings=assessme.settings.dev
The project will be available at http://127.0.0.1:8000, Login using::
Teacher
username: teacher
password: teacher
Student
username: student
password: student
python manage.py test --settings=assessme.settings.dev
Contributions are welcome. Do remember to take a look at the project contribution guidelines
This project was inspired by suhail's work on the django quiz application and is released under the MIT License.