When I'm at the admin/quiz/reports/results page, I see the quizzes I've made (good). Then when I click on them, I see the takes for the quiz I've clicked (still good). Then when I click "view" for one of those, I'm back at the "Quiz management" page (bad).

I believe I've traced the problem to the theme_quiz_admin() function in quiz.admin.inc. Do you mean to link to admin/quiz/reports/num/results rather than just admin/quiz/num/results for that view link?

Comments

spydmobile’s picture

Status: Active » Needs review

same here, and yes, changing line 766 in quiz.admin.inc from

l('view', 'admin/quiz/'. $result['result_id'] .'/results') .' | '. l('delete', 'admin/quiz/'. $result['result_id'] .'/delete'),

to:

l('view', 'admin/quiz/reports/'. $result['result_id'] .'/results') .' | '. l('delete', 'admin/quiz/'. $result['result_id'] .'/delete'),

Fixed it for me, thanks darktygur cuz testing starts tomorrow!!!!

sivaji_ganesh_jojodae’s picture

Status: Needs review » Fixed

Thanks it has been Fixed now.

Status: Fixed » Closed (fixed)

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