Moodle 3.4. Quiz creation process in PHP

Re: Moodle 3.4. Quiz creation process in PHP

by Alexis HF -
Number of replies: 1

Hi, I reply myself...


Finally I was able to do it! 

I created a quiz programmatically and I'm able to see it on Moodle.

You just need to use this function (Tim mentioned it) properly:

$quiz = add_moduleinfo($quiz, $course, null)
It is included in 

https://github.com/moodle/moodle/blob/master/course/modlib.php#L44


Average of ratings: Useful (1)
In reply to Alexis HF

Re: Moodle 3.4. Quiz creation process in PHP

by dipak kumar Burnwal -

Hi Alexis,

If possible can you please share the script that you have created for creating quizes.

Thanks, Dipak