By momukhtar on
I want to make an online testing system with Drupal that would allow the users to login, answering a set of randomly generated multiple choice questions and in the end see their result and then logout.
In PHP programming it can be done through making a login page and maintaining s user session which would hold all the answers.
Any method by which it can be done in Drupal or any module which I can use
Comments
Access control is provided
Access control is provided out of the box by Drupal. Take a look at http://drupal.org/project/quiz or http://drupal.org/project/webform for your 'testing' requirements.
Join the 10 minute challenge.