Display Random Question

Display Random Question

by Ajeet Srivastava -
Number of replies: 1
I have made a quiz (say quiz A) that contain 50 question. I made another quiz (say quiz B) in which i want to add  random question from quiz A and also want show only 25 question in quiz B. How it is possible in moodle?
Average of ratings: -
In reply to Ajeet Srivastava

Re: Display Random Question

by Tony Delahunty -

You use categories.   All the questions you create within a course are in the Default Category for that course: go to Categories tab to split them into Category A, B, etc : then on the quiz editing page [..moodle/mod/quiz/edit.php?quizid=nnn] you just add random questions from these categories, as many as you select.

When you add a Random Question to a quiz, then it will be replaced with a randomly-chosen question from the same category - for each attempt.