I want a solution for rating customer's needs and looking at the total score for the completed surveys. The site is drupal-based. I was looking for a php-drupal module that could be administered easily. "Quiz" - "Webform" - "Views" - "CCK" -- I am not certain if something can be wired together or not.
I am looking for your expertise, to see if you can do a module for Drupal, or a django python app that can be run from Drupal. I imagine it is possible, but is it easy, and easy to implement?
I want an admin interface {
- Create survey
- Create questions
- ability to have survey have a body of text at beginning (survey, or per question) for instructions/question body
- re-order (move up, move down, like reveal arrows)
- ability to give possible answers a value of points ( 0-anything )
- have completed surveys email administer and a check box if also want to notify someone else [] _____ (fill in the blank field) upon completed survey (,'s separating addresses)
- the email would consist of the survey, with the selected answer & points highlighted among not selected answers, and a tally at the column end of total points
I have tried Quiz. It doesn't seem streamlined enough for me to do efficiently. You can prove me wrong, or we can create a new solution.
Please write me if you want to pitch a solution, and I can pay a little bit. We can give the module back to the community when we're done.
Do you have a working example of this already, please share.
Jeff
werdffej@gmail.com
Comments
Quiz
Actually, I think that the quiz module is exactly what you would want to use.
It's just that at first glance it would seem to be very difficult to configure for this purpose and the documentation does not include specific instructions for this type of project
We used the quiz module here: http://www.skinadog.com/index2/canine-quiz
Regarding emailing survey results, there are two areas you should check out under Quiz Admin:
Quiz configuration
Quiz results
Under quiz results, you can see the score/results of the quizzes that have been taken. Quiz configuration allows for emailing a link to the results.