Picking Random questions based on Tags

Picking Random questions based on Tags

by Rakesh R -
Number of replies: 5

I'm working on using the Tags feature in Moodle to pick questions. Instead of choosing random questions from category i wish to do it through Tags. I'm an PHP developer with 6 yrs of experience, but i'm new to Moodle.

Can someone give me an idea on how to implement this? I wish to implement the question pulling logic atleast. I'm using Moodle 2.3

Thanks in advance.

Average of ratings: -
In reply to Rakesh R

Re: Picking Random questions based on Tags

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Marcus already gave you an answer. I will just add that at the moment, random questions are dealt with in mod/quiz/startattempt.php, so you should start reading code there.

In reply to Tim Hunt

Re: Picking Random questions based on Tags

by Rakesh R -

Thanks for your feedback Tim, Are you sure that what i'm trying to do is doable?