{ "info": { "author": "Syslab.com GmbH", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "========================\nBuild quizzes with Plone\n========================\n\n`osha.quizzes` is a minimalistic Plone add-on that builds on top of the\n`PloneFormGen` product to enable you to build simple quizzes trough-the-web.\n\n* `Source code @ GitHub `_\n* `Releases @ PyPI `_\n* `Continuous Integration @ Travis-CI\n `_\n\nInstallation\n============\n\nTo install ``osha.quizzes`` you simply add ``osha.quizzes`` to the list of eggs\nin your buildout, run buildout and restart Plone. Then, install `osha.quizzes`\nusing the Add-ons control panel.\n\nRequirements\n============\n\n * `Plone `_ 4.1 or newer\n * `PloneFormGen `_ 1.7 or newer\n\nUsage\n=====\n\nThis package does the following:\n * extends `FormSelectionField` with a ``correct_answer`` field so users can\n specify the correct answer from a list of options,\n * adds a `PFGCorrectAnwserAdapter` that iterates through all\n `FormSelectionFields` on form submit, calculates the percentage of correct\n answers and displays the result as a portal status message.\n * add a `quizzes` view, registered for `Folders`, that lists all FormFolders\n in a Folder, and opens them in an overlay upon clicking on one.\n\nSo, to create a quiz, first create a PloneFormGen's FormFolder, add some\nFormSelectionFields to it and set the correct answer for each of them.\n\n.. image:: https://github.com/syslabcom/osha.quizzes/raw/master/docs/images/correct_answer_field.png\n\nThen add the `PFGCorrectAnswersAdapter` to the FormFolder, give it some\nsome arbitrary title and save. No when you fill out the form and click submit,\nyou'll get your score in a nice status message.\n\n.. image:: https://github.com/syslabcom/osha.quizzes/raw/master/docs/images/result_on_thank_you_page.png\n\nFinally you can choose to use the `quizzes` view on a Folder to list all\nquizzes in that folder and open them in overlays.\n\n.. image:: https://github.com/syslabcom/osha.quizzes/raw/master/docs/images/quizzes_view.png\n\n.. image:: https://github.com/syslabcom/osha.quizzes/raw/master/docs/images/quiz_in_overlay.png\n\n\nChangelog\n=========\n\n0.1 (2012-10-19)\n----------------\n\n- Initial release.\n [jcerjak, plamut, zupo]\n\nLicense (3-clause BSD)\n======================\n\nCopyright (c) 2012, Syslab.com GmbH All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n * Neither the name of Syslab.com nor the names of its contributors may\n be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL SYSLAB.COM GMBH BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY\nOF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "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/syslabcom/osha.quizzes", "keywords": "Plone Python", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "osha.quizzes", "package_url": "https://pypi.org/project/osha.quizzes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/osha.quizzes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/syslabcom/osha.quizzes" }, "release_url": "https://pypi.org/project/osha.quizzes/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple add-on to build quizzes with PloneFormGen.", "version": "0.1" }, "last_serial": 795867, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "30f69ab0c91bb5b530b832656d85b8d0", "sha256": "ae3d12c8f69858992f9863c18b816c15c003efb230ef5581b164b4165e0226f9" }, "downloads": -1, "filename": "osha.quizzes-0.1.zip", "has_sig": false, "md5_digest": "30f69ab0c91bb5b530b832656d85b8d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 134099, "upload_time": "2012-10-19T10:43:31", "url": "https://files.pythonhosted.org/packages/05/0f/7e245198949d724fa7a8751ad93e9150a7f96e64e0204d7521994eb0f181/osha.quizzes-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30f69ab0c91bb5b530b832656d85b8d0", "sha256": "ae3d12c8f69858992f9863c18b816c15c003efb230ef5581b164b4165e0226f9" }, "downloads": -1, "filename": "osha.quizzes-0.1.zip", "has_sig": false, "md5_digest": "30f69ab0c91bb5b530b832656d85b8d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 134099, "upload_time": "2012-10-19T10:43:31", "url": "https://files.pythonhosted.org/packages/05/0f/7e245198949d724fa7a8751ad93e9150a7f96e64e0204d7521994eb0f181/osha.quizzes-0.1.zip" } ] }