I'm sure this is simple but I've been looking all over the forums trying to get an answer and I can't come up with one.

I am allowing my users to create their own quizzes to administer to other users. As this is simple functionality I assumed it would be equally simple to let users who create a quiz see a page listing all the results of the people who have taken the quiz (but only the results of the quizzes they created.)

What am I missing?

Comments

egsj’s picture

I tried using Views but couldn't get it to do this, either.

egsj’s picture

Is this not possible?

egsj’s picture

Component: User interface » Miscellaneous
mbutcher’s picture

Assigned: Unassigned » sdboyer

I believe that you should be able to do this by creating a view that joins the node with the quiz, and then the quiz with the quiz results. Essentially, you need the author field from the base quiz node as a filter for which quizzes you show.

In IRC or elsewhere, you may be able to attract sdboyer's attention and ask him. I'll change this ticked over to him in case he has a quicker answer than what I just gave.

egsj’s picture

Much appreciated. Haven't tried it out yet but will and will report back.

djdevin’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)