Skip to content

A general purpose application for running experiments in the browser.

Notifications You must be signed in to change notification settings

QuizApp-Group/quizApp

Repository files navigation

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.