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

Python Egg

For all platforms (0 kB)

Product Package

For all platforms (0 kB)

Product Package (ZIP version)

For all platforms (0 kB)

Release Notes

Tested with Plone 3
State Final release
License GPL
Release Manager Mario Amelung

Prerequisites

To use ECQuiz you need:

  1. A current Plone installation, specifically Plone 3.x; check plone.org_ for details.
  2. 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.

System Message: WARNING/2 (<string>, line 13)

malformed hyperlink target.

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.

Docutils System Messages

System Message: ERROR/3 (<string>, line 6); backlink

Unknown target name: "plone.org".

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.