Hi,
I'd like to create a view which displays a list of all the quiz questions with their titles and a list of quizzes to which the questions have been assigned

For ex.

Question 1 Title Assigned to Quiz A, Quiz B, Quiz C
Question 2 Title Assigned to Quiz B, Quiz C, Quiz E
Question 3 Title Assigned to Quiz D, Quiz B, Quiz G

I can get the quiz titles but there is no way to get the list of quizzes to which the questions have been assigned.
I have to do this as there are hundreds of questions on the site and I need to get an overview of which questions have been assigned and which ones have not been assigned to any quiz.

Or is there a simpler way to do this, that I'm missing.

Thanks,
leo

Comments

kaizzy’s picture

Just drag and drop the question, and include it to any quiz. Its already supported by Drupal.

leonardo.drupal’s picture

Hello Kaizzy,
I don't think you got my question at all. I know how to add / assign questions to a quiz. I also know how to see which questions have been assigned to a quiz.
What I want is a list of all the questions on my site (regardless of the question type), with a list of quizzes to which each question has been assigned, displayed against each question.

jukka792’s picture

Hi Leonardo.

I would like to know how did you even got the name of the quiz displayed using views? I can see only VID and NID, but how to get the quiz title ? I am rookie in views..

mukwenhac’s picture

jukka79_

download the latest version, it comes with more things usable inside Views.

mukwenhac’s picture

Issue summary: View changes

made view bold

djdevin’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Fixed in 5.x

The question bank is also a View now which you could copy and modify.