1. Inside a quiz in a course, there'll be a question pool. Suppose 15 questions are already preset. Please don't confuse it with the question-bank.
2. From these 15 questions, randomly 5 questions will be selected whenever any participant attempts the quiz.
How can this be done in Moodle? Is there any setting for tweaking? If not then is there any plugin for this support?
The many document pages I gave elsewhere, you don't have to digest that all right now. If you start somewhere, these things will fall automatically in to their places.
Hello Ashef,
As Visvanath mentioned to you, the only place questions can be drawn from is the question bank, which you can nevertheless divide into different categories. For random questions, see the explanations at https://docs.moodle.org/403/en/Building_Quiz#Adding_a_random_question➚.
At the moment, to my knowledge, there is no way to obtain random sets of questions, for example, one student would get questions A-1, A-2, A-3, another student would get questions B-1, B-2, B-3, etc. Currently, with random questions, students get each question randomly, for example, one student gets questions B-2, A-1, B-1, another student gets questions B-3, A-3, A-1, etc.
However, there are multi-part questions, such as the Cloze question and the Formulas question, with which you can have as many sub-questions as you want (although on the same page. To allow students to answer sub-questions one at a time, set the question behaviour to Adaptive mode). So, students could have one random question that includes several sub-questions. For example, one student gets question C and another student question B, where question C contains sub-questions C1, C2, C3, etc. and question B contains sub-questions B1, B2, B3, etc.
The sub-questions of the Cloze question include multiple-choice questions, numerical questions, and short-answer questions. So, the Cloze question covers a wide range of question types. The Formulas question allows you to generate random numerical data very easily, to the extent that you may not need to have multiple random questions. One Formulas question can generate hundreds, even millions, of permutations of the same question.
Feel free to provide some examples of your questions here so that we can better guide you towards a solution.
I know, there are so many different applications, one can't always see the point at first glance. For example, the application you just described:
> At the moment, to my knowledge, there is no way to obtain random sets of questions, for example, one student would get questions A-1, A-2, A-3, another student would get questions B-1, B-2, B-3, etc.