When Feedback Time is set to After Each question - on the last question, no feedback is shown, but Quiz displays the quiz score page only.

Comments

guillaumev’s picture

Note that this bug also appears in the 7.x version...

guillaumev’s picture

Status: Active » Needs review
StatusFileSize
new1.56 KB

Here is a patch fixing the issue in version 7.x-4.x. It hasn't been tested very well and I haven't seen the code of 6.x-4.2 but I guess/hope it will be easy to adapt...

falcon’s picture

Version: 6.x-4.2 » 7.x-5.x-dev

The feedback system will be reworked for quiz 5 and we will fix this problem then.

sivaji_ganesh_jojodae’s picture

Version: 7.x-5.x-dev » 7.x-4.x-dev
Status: Needs review » Fixed

Just added a workaround code to quiz_take_quiz() to fix this. Seems to work okay for me.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ipwa’s picture

@falcon its great that the feedback system will be reworked.

However this is a bug and it should be fixed on 7.x-4.x since its the current release and a lot of people are using the module with this bug. If a fix gets committed you will have less support issue requests related to feedback :)

Attempting to re-roll patch since it didn't apply cleanly.

ipwa’s picture

@falcon its great that the feedback system will be reworked.

However this is a bug and it should be fixed on 7.x-4.x since its the current release and a lot of people are using the module with this bug. If a fix gets committed you will have less support issue requests related to feedback :)

Attempting to re-roll patch since it didn't apply cleanly.

ipwa’s picture

Status: Closed (fixed) » Needs review

I can confirm this works well.

The patch applies cleanly in dev and it applies in the alpha12 release although you get a couple of offset warnings.

rballou’s picture

StatusFileSize
new1.43 KB

This used to be related to a 6.x release and the patch above is for 7.x. I have created the following patch for 6.x which also seems to work:

mcpuddin’s picture

Status: Needs review » Closed (fixed)

This is in 7.x-4.x-dev already (comment #4). I'm closing out this issue. If you a d6 patch, I'd say open it up in a different issue.