Using multi-choice questions within questionnaire and allocating different scores for each answer, however scores do not output unless only one choice is nominated as 'correct' . Essentially I'm looking to create something similar to http://groups.drupal.org/node/70623 with additional - sub-grouping of questions to provide additional feedback.
This may effectively come under a 'personality quiz' - no longer (?) part of Quiz 4. Has anyone found a solution to http://groups.drupal.org/node/70623 in Quiz 4 and if so how ?
Full Brief : For each questionnaire, the user would be led to answer, say, 20 questions on a 1-5 basis (ie importance). These 20 questions would be, behind the scenes, grouped into four sections so that on completing the questionnaire the user has a score of between 1-25 on each of four axis (ie one axis per section).
The user would then see is their score as a 4 axis radar chart (request is visual representation - suggest it could be text result) along with a text description of 6 short paragraphs comprising of:
1) For each of the 4 section scores, one of 5 paragraphs from the database. So section 1 has 5 paragraphs, section 2 has 5 paragraphs etc. for each section, the user would see paragraph A for 1-5, paragraph B for 6-10 etc. (ie four paragraphs output per user dependent upon score )
2) A summary of the users analysis / result eg “Your strategy is weak....” based on the overall score – ie one of 5 standard paragraphs plucked out of a database depending on the overall score. So 1-20 gets paragraph A, 21-40 paragraph B etc (ie one paragraph output per user dependent on score)
3) A final standard paragraph that everyone sees (ie one standard paragraph output per user neglect of score)
So the database would need to hold about 25 short paragraphs and match them to the user's score, outputting as outlined above.
The questionnaire would then offer the user the opportunity to obtain a copy of their result(s) BY submitting their contact details, which are recorded along with the results of the questionnaire (for analysis) and forwarded to the user. ( This part may have to be part of the std account login to access and receive emails of results)
Comments
Sub grouping not possible
I don't think the sub-grouping part of this is possible. (You would have to create a separate quiz for each sub-group to get something similar to what you want)
To create a quiz similar to personality quiz in quiz 4 you use multiple choice questions where the multiple answer option and the simple scoring option is UNCHECKED. Edit "score if chosen" to be the score you want each alternative to have. Put the feedback in the result comments part of the quiz creation form.
You should also consider removing the symbols for right and wrong answers in the template files.
Hope this helps!