项目作者: MarvinKweyu

项目描述 :
An online quiz application
高级语言: JavaScript
项目地址: git://github.com/MarvinKweyu/AssessMe.git
创建时间: 2019-08-08T17:37:57Z
项目社区:https://github.com/MarvinKweyu/AssessMe

开源协议:MIT License

下载


AssessMe

Python Version
Django Version
CircleCI
Release
Contributors
View
Docker



AssessMe Live |
Docker image



AssessMe

An applicaition that allows teachers to create quizzes and students to
take the quiz in relation to their interests

Table of Contents

Features


  • Password management
  • Quiz timer
  • Teacher download results option

Setup

Downloading the latest release.

Knab yourself the latest release version from the page
release page


Docker Preview

Run the following command to run the latest version of the docker image:

  1. docker-compose up

Bare metal development

Create Virtual Env and Install the requirements:

  1. cd AssessMe
  2. bash develop.sh

Finally, run the development server:

  1. 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

Tests

  1. python manage.py test --settings=assessme.settings.dev

Contributions


Contributions are welcome.
Do remember to take a look at the project contribution guidelines

The AssessMe Contributor Board

License


This project was inspired by suhail’s work on the django quiz application and is released under the MIT License.