Hi There,
I'm working on a Quiz module. I went through Michael Washington's module development guide (which was very helpful).
My first iteration had three UserControls: a View control, an Edit control, and a Settings control.
I am now adding a feature that will allow admins to view all the quizzes that have been taken. I created a new user control, QuizGrades.
But the problem is, I'm not sure how I can navigate to that UserControl? I can use EditUrl() and NavigateUrl() in order to get to the Edit and View controls, respectively, and the Settings control shows up as part of the module settings page. But how do I get to my new QuizGrades control? I already added it as a control associated with this module, with the key "ViewGrades" and the type of "Admin".