Community & Support

Psychological testing for Drupal-based site?

Hi,
I'm working for implementation of complicated analysis of a results of psychological tests of users
for a Drupal-based web site.

I have a skill in programming, but I would like to modify built-in solution,
instead of writing additional module.

Therefore, the question is:

Are there any existing modules (additions, etc.) for Drupal, which could be used
for creating user interface for psychological testing with automatical storing their results in database?

Thank you.

Comments

Webforms or Quiz

I don't know what "psychological" testing would entail different from generic testing, in terms of requirements. So as an answer for Drupal-based tests in general:

Have you tried Webforms? I've only started experimenting with this, but it appears to let you create a form with multiple input fields; submitted forms are available for viewing, or even output into spreadsheet format.

There's also a Quiz module that looks to do something similar, though I haven't tried it.

--------
A site by, of, and for the Drupal newbie: http://www.drupalace.com

--------

Manuals, Q&A and more for the Drupal beginner

2011 - the question is still here

It is 2011 and the idea of Psychological testing with Drupal is not solved. Yes, it is possible to use Module Quiz and I use it, but it took really a lot of time to learn it and write a piece of PHP code to get proper score calculation. I needed to determine every question number via phpMyAdmin because every answer to question has its unique scoring system.

it is possible to use

it is possible to use Webform Module and I use it。