Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.07 KB

codecov Documentation Status

QuizApp is a platform for running experiments centered around stimuli and responses. A full documentation and description is available at readthedocs.

Initially based on cmgerber/quizApp.

Installation

Check out the documentation.

Running

./manage.py run

Using

After running the code, it should tell you where it is running. You can then navigate to this address in a browser to use the quiz platform.

Testing

./manage.py test

Branches

  • master: This branch contains stable releases of the code.

  • develop: Feature development and as-yet untested code lives in this branch before it is merged into master.