Picking Random questions based on Tags

Picking Random questions based on Tags

Rakesh R -
回帖数: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.

回复Rakesh R

Re: Picking Random questions based on Tags

Tim Hunt -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 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.