I'm looking for a Quiz module that can do the following:
1. Admin creates quiz of unlimited questions & answers and can assign points for overall quiz or per question
2. User profile shows points earned from completed quizzes
3. A top scores page, showing users with most points earned
Option to show in profile, total quizzes taken, total correct/incorrect answers, overall points
anything like this exist and is compatible with Drupal 5.1x?
Basically, I wish to add captcha (image authentication) to one my module's form, but need to use sessions to implement this. How would I do this with a module?
I've been trying to get Eclipse PDT + Zend set up to debug drupal module files. After following the IBM tuturoial, I can debug the index.php file. However, when I try to set a break point in node.module, nothing happens.