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.
Check out the documentation.
./manage.py run
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.
./manage.py test
-
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 intomaster
.