{ "info": { "author": "Tom Walker", "author_email": "tomwalker0472@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===============\nDjango quiz app\n===============\n\nThis is a configurable quiz app for Django.\n\nCurrent features\n----------------\n* Question order randomisation\n* Storing of quiz results under each user\n* Previous quiz scores can be viewed on category page\n* Correct answers can be shown after each question or all at once at the end\n* Logged in users can return to an incomplete quiz to finish it and non-logged in users can complete a quiz if their session persists\n* The quiz can be limited to one attempt per user\n* Questions can be given a category\n* Success rate for each category can be monitored on a progress page\n* Explanation for each question result can be given\n* Pass marks can be set\n* Multiple choice question type\n* True/False question type\n* Essay question type\n* Custom message displayed for those that pass or fail a quiz\n* Custom permission (view_sittings) added, allowing users with that permission to view quiz results from users\n* A marking page which lists completed quizzes, can be filtered by quiz or user, and is used to mark essay questions\n\n\nRequirements\n------------\n\ndjango-model-utils 2.0.3\n\nIt was developed using Django 1.6.5\n\nInstallation\n------------\n\n git clone https://github.com/tomwalker/django_quiz.git\n\n pip install -r requirements.txt\n\nAdd 'quiz', 'multichoice', 'true_false', and 'essay' to your 'INSTALLED_APPS' setting.\n\n INSTALLED_APPS = (\n ...\n 'quiz',\n 'multichoice',\n 'true_false',\n ...\n )\n\nAdd the following to your projects 'urls.py' file, substituting 'q'\nfor whatever you want the quiz base url to be.\n\n urlpatterns = patterns('',\n ...\n url(r'^q/', include('quiz.urls')),\n ...\n )\n\nMIT License (MIT) Copyright (c) 2012 - 2014 Dr Tom Walker\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\u201cSoftware\u201d), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tomwalker/django_quiz", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-quiz-app", "package_url": "https://pypi.org/project/django-quiz-app/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-quiz-app/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tomwalker/django_quiz" }, "release_url": "https://pypi.org/project/django-quiz-app/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "A configurable quiz app for Django.", "version": "0.5.1" }, "last_serial": 1745840, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "c287625bb595109f63a20c83468f40dc", "sha256": "ac197eb879d334ae251dc53963bd506950c87cf3d22352d605dffc26c934fe2f" }, "downloads": -1, "filename": "django-quiz-app-0.3.tar.gz", "has_sig": false, "md5_digest": "c287625bb595109f63a20c83468f40dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20289, "upload_time": "2014-06-30T19:45:15", "url": "https://files.pythonhosted.org/packages/0a/bc/2162550861cd3f93a79cee3e91774c90f5928d0f2937216c50f2c2e30330/django-quiz-app-0.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "b83f967acacbe9082d2355af38244973", "sha256": "81cdff963ea317725cfacf67cbeafd93bd84ccc61f35275e932994b62a88e7e4" }, "downloads": -1, "filename": "django-quiz-app-0.3.0.tar.gz", "has_sig": false, "md5_digest": "b83f967acacbe9082d2355af38244973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20395, "upload_time": "2014-07-01T11:43:23", "url": "https://files.pythonhosted.org/packages/1f/9f/9e4e258b6161bf5079083d72a7b64b68660651befc5f1fa6d560e62b7ff0/django-quiz-app-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "15be2ff356bc6013c64bbbce6b97644e", "sha256": "69d8e50060c2c06dac3d3f98f5bd3218e60ca14dbe67e53b6c38554c61358caf" }, "downloads": -1, "filename": "django-quiz-app-0.3.1.tar.gz", "has_sig": false, "md5_digest": "15be2ff356bc6013c64bbbce6b97644e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20724, "upload_time": "2014-07-01T12:03:20", "url": "https://files.pythonhosted.org/packages/31/13/cb532ffe276c5aab39f083fa7e7a5ef4ff7bc40fe864d1168f17118a8204/django-quiz-app-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "6a409a623ad3125e2d1b21e9d11ec30e", "sha256": "3d5ab76c5eab613dd311a391f9b62bf2475f6fafa449835b4dd5f1a388485d40" }, "downloads": -1, "filename": "django-quiz-app-0.4.0.tar.gz", "has_sig": false, "md5_digest": "6a409a623ad3125e2d1b21e9d11ec30e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19554, "upload_time": "2014-07-13T20:11:29", "url": "https://files.pythonhosted.org/packages/e2/ee/c5325a8999b4004f5501491f6c8a882958bf718dc6b0432a5891ad53d3d2/django-quiz-app-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "9f9a8e4ad5240e65907604c5fd1fc6dd", "sha256": "27fa16e19ff582c3d3c0a1489d96ddc555deb5cd6f31c5285f8995f552d0a723" }, "downloads": -1, "filename": "django-quiz-app-0.5.0.linux-x86_64.exe", "has_sig": false, "md5_digest": "9f9a8e4ad5240e65907604c5fd1fc6dd", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 95755, "upload_time": "2014-07-30T09:22:11", "url": "https://files.pythonhosted.org/packages/d6/65/1c21b91ada2b1de3bc893c7c46ca39e40fced96c7f6a320f22fa3e7a9455/django-quiz-app-0.5.0.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "d017639f87dea21355a6fefe4ffec601", "sha256": "e1b516098a0064ebe7344a2176260a6ecd371fa83908219be62edeff07c29455" }, "downloads": -1, "filename": "django-quiz-app-0.5.0.tar.gz", "has_sig": false, "md5_digest": "d017639f87dea21355a6fefe4ffec601", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22564, "upload_time": "2014-07-30T09:22:08", "url": "https://files.pythonhosted.org/packages/27/85/a10aecffcab4f63605742fe7b07763668eb1f4fc093ab98ea22d1422add9/django-quiz-app-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "8b6e85fa838ee2c7262e7ace4c6df8e7", "sha256": "47c23c79fcef6f9b762e8e7146c671b51ef38040baba8b8bbd05d75dcd751b26" }, "downloads": -1, "filename": "django-quiz-app-0.5.1.tar.gz", "has_sig": false, "md5_digest": "8b6e85fa838ee2c7262e7ace4c6df8e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32808, "upload_time": "2015-09-30T16:26:41", "url": "https://files.pythonhosted.org/packages/f0/fb/57cdec558385ceb896f9bd974f1d408e96c78443808b57b0bbd385e21fb5/django-quiz-app-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b6e85fa838ee2c7262e7ace4c6df8e7", "sha256": "47c23c79fcef6f9b762e8e7146c671b51ef38040baba8b8bbd05d75dcd751b26" }, "downloads": -1, "filename": "django-quiz-app-0.5.1.tar.gz", "has_sig": false, "md5_digest": "8b6e85fa838ee2c7262e7ace4c6df8e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32808, "upload_time": "2015-09-30T16:26:41", "url": "https://files.pythonhosted.org/packages/f0/fb/57cdec558385ceb896f9bd974f1d408e96c78443808b57b0bbd385e21fb5/django-quiz-app-0.5.1.tar.gz" } ] }