Hello !
I am using the enrolment plugin in order to create automaticly many courses and I have a questions.
The data I want to use is stored into a MySQL database and It works great with authentification, course creation and enrolment into courses.
But there's still something that I don't understand, the field about the category we want to use for our new courses.
Actually, It 's possible :
EITHER to use an existing category in the list ( works correctly for me )
OR to write the name of the table's column we use for each category in which we want courses to go.
Am I right ?
=> Now, when I want to set the name of the column title where my category's ID are, and then I launch the php script 'enrol/database/cli/sync.php', nothing happen. Yet, the categoriy IDs in my coulumn are refering to existing categories of my moodle.
Does someone have an answer please ?
Julien