ECQuiz 1.2.1 (Apr 23, 2010)
ECQuiz is now distributed as an egg
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Mario Amelung |
Prerequisites
To use ECQuiz you need:
- A current Plone installation, specifically Plone 3.x; check plone.org_ for details.
- The DataGridField product. This version of ECQuiz has been tested extensively with DataGridField version 1.6. Newer versions might or might not work as well.
Installation
See the Installing an Add-on Product tutorial for more detailed product installation instructions.
Installing with buildout
If you are using buildout to manage your instance you can install ECQuiz by adding it to the eggs line for your instance:
[instance]
eggs =
...
Products.ECQuiz
After updating the configuration you need to run bin/buildout, which will take care of updating your system.
Then restart your zope instance and use the Add/Remove products page in Site Setup to install ECQuiz.
Installing without buildout
Move (or symlink) the ECQuiz folder of this project (Products.ECQuiz/Products/ECQuiz) into the Products directory of the Zope instance it has to be installed for, and restart the server. Use the Add/Remove products page in Site Setup to install ECQuiz.
Change log
# Changes in release 1.2.1 (2010-04-16)
- ECQuiz is now eggified and uploaded to PyPI. An old-style tarball distribution is still available at plone.org.


