demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

New module: Simple Quick Quiz #31

Closed demianturner closed 11 years ago

demianturner commented 11 years ago

New module that provides basic quiz functionality - derived from the FAQ code.

Features/limitations: A cookie is set to prevent users retaking the quiz. conf.ini allows current quiz-id to be changed, unblocking cookies if wished

Quiz questions, answers and commentary are all stored in a simple flat table

Questions can be edited, deleted and inserted at any time - but there is no concept of preparing a new quiz while the old one is in operation.

No response stats are kept.

The generated code has CSS hooks - but you'll have to do your own styling

Function generateRadioButtons() was added to SGL_Output to support the module's requirements. Attached as a separate file.

Hence the name: Simple Quick Quiz

Obvious extensions:

demianturner commented 11 years ago

[demian] i need to take a look at this

demianturner commented 11 years ago

[demian] can now be found http://svn.seagullproject.org/svn/seagull_modules/quiz/