Closed (fixed)
Project:
Quiz
Version:
6.x-3.0-alpha1
Component:
Code - Quiz module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2009 at 23:31 UTC
Updated:
26 May 2009 at 07:30 UTC
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
Comment #1
spydmobile commentedsame here, and yes, changing line 766 in quiz.admin.inc from
to:
Fixed it for me, thanks darktygur cuz testing starts tomorrow!!!!
Comment #2
sivaji_ganesh_jojodae commentedThanks it has been Fixed now.