Hello,

I would like in a quizz to be able to select 10 questions ouf of the ones that are tagged with ("category 1" AND "category 2").

So let's say I have a vocabulary which is the origin of the questions (Country 1, Country 2, ...) and a vocabulary which is the domain of questions (Mechanical, Computer Science,etc).

> I would like the quizz to include 3 "Mechanical questions from France"

As far as I understand, the quizz module in conjunction with the Taxonomy does not support this use case?

Thanks

Comments

qsiraut created an issue.

djdevin’s picture

This is currently not possible, we'd have to build a condition system.

Maybe an integration with Views would be best here, so you could select questions using View's filter groups.

qsiraut’s picture

Thank you for answering so quickly.

Maybe I got you wrong (I am a drupal beginner) but my requirement is to have questions selected automatically (randomly) and not selected by the administrator.

djdevin’s picture

Right, currently there is no way to do it, we would have to make a UI to build conditions then the backend logic to evaluate them. This seems very difficult since you have to allow for many combinations of AND/OR.

Patches welcome if anyone wants to develop it!