The personality quiz, if set to give feedback after each question, treats them like scored answers - the feedback says "Incorrect" with a red box around it.

(Also, a usability note, should feedback appear at the top of the page instead of the bottom? It doesn't really get seen until after the user has read the next question and forgotten the previous one... IMO it should follow directly in flow from the question to the feedback and then to the next question.)

Comments

mbutcher’s picture

Version: 6.x-3.x-dev » 6.x-3.0

Moving this up to the current released version.

Matthew OMalley’s picture

I support the usability note issue - when feedback is posted after each question, the feedback should either appear ABOVE the question on the next page, or the feedback should appear on an intermediate page, with the next question following.

sgottesman’s picture

Is there a way to move the feedback to the top of the page? Has anybody done this?

boreg’s picture

Assigned: Unassigned » boreg

Would be really great and more usable if the feedback ll be on the same page (or via jquery, AHAH, AJAX).

falcon’s picture

Issue tags: +toBeClosed, +FixedIn4

This issue have been fixed in Quiz 4. We might add a feature request for adding feedback using jQuery.

This issue will be closed when Quiz 4 RC is released.

falcon’s picture

Status: Active » Closed (fixed)
ashutoshjha’s picture

Priority: Normal » Critical

I want answer feedback in same page, When a user click on answer button, that's answer feedback on same page. Have anybody idea about this?

falcon’s picture

Title: Personality Quiz feedback after each question problem » Quiz feedback in same page after clicking on answer
Assigned: boreg » Unassigned
Category: bug » feature
Status: Closed (fixed) » Active

Please don't use critical priority on feature requests. A feature request is never critical.

ashutoshjha’s picture

Priority: Critical » Normal

Hey i got solution i did this with jquery i am getting feedback on same page based on selected option.

jyg’s picture

OK... so how did you get the answer data on the page? I cannot seem to figure out how to get and $node info into the theme layer for multichoice questions.

chris_h’s picture

Version: 6.x-3.0 » 7.x-4.x-dev
Component: Code - Quiz module » Code - Quiz core

Did anyone manage to come to a solution to this issue or suggest what needs to be done to solve it?

I'm looking to have a question, for a user to click next and for the feedback to appear on a separate page, then for them to be able to click next to the next question. As users can retake the quiz, I don't want the correct answer exposed if the answer is incorrect.

gaëlg’s picture

Status: Active » Patch (to be ported)

I made it for D6: #893312: Next question below the former
Here's a demo: http://www.alimenterre.org/node/1045/take
And I think a colleague already ported it to D7. I'll ask her.

djdevin’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (won't fix)