I've got a problem. The last step in implementing a learning management system for a client of mine is to view the quiz scores for all quizzes of all students in a class. I can envision the layout of this easily - it is a gradebook. All the student names are down the left-hand side, all the quiz names are across the top, and the scores for each student are listed in a table. However, I can't for the life of me seem to get this to work in Views. The best I've been able to do is to create a table-of-tables in which each user is a table heading, and all their quizzes and scores are listed within that table. Then a second table begins for the next student. Is this the only way to view the results?

I'd also like to limit the results by class, but I think I've painted myself into a corner on this one. I made a class a node, and then added student names to the node. Now when I'm trying to limit views results by classes I wish i had made a class a taxonomy term. But I don't know how to make a form to add user names to a taxonomy term either. This is kindof a separate issue.

CommentFileSizeAuthor
#2 quizview.png88.33 KBeminencehealthcare
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JCL324’s picture

I'm needing the same thing and will be working on it this week. Have you had any success yet?

eminencehealthcare’s picture

FileSize
88.33 KB

The last field in this view is content: title

Rewrite the field to say something like Results and click "Output Field as a Link"
Link path: content/[title]/results/[result_id]

djdevin’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This issue is being closed because it was filed against a version that is no longer supported. If the issue still persists in the latest version of Quiz, please open a new issue.