Enrollment in courses approved by admin?

  • Paolo
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 10 months ago #1 by Paolo
Hello,
My case is this. A Company come on my site, buy 4 courses for its employees, registers and pay.
After we receive the payment the Company can assign courses to the employees.
I would like to jump this waiting time for the Company as the payment method is mostly bank transfer and it takes some days. The Company should create users and assign courses right after the ordering, before or after the payment, and the enrollment should be "pending" untill we receive the money and then we allow the enrollment.
Is this possible? What would be a workaround?
Thank you
Paolo

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: Enrollment in courses approved by admin?
The only workaround I can think of is setting the order as completed in backend, which will trigger the enroling process.

Please Log in or Create an account to join the conversation.

  • Paolo
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 10 months ago #3 by Paolo
Now I setted the order as confirmed instead of created, so the company can assign the courses to the employees, but the employees can access moodle courses. I should disable auto enrollment, what if I disable remove manual enrollment ?

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #4 by Antonio Durán
Replied by Antonio Durán on topic Re: Enrollment in courses approved by admin?
I don't think there is a way to do what you want without modifying code.

Please Log in or Create an account to join the conversation.

  • Paolo
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 10 months ago #5 by Paolo
I found an enrollment plugin in Moodle forum named New Enrolment Plugin: Enrolment upon approval
It lets you have a list of pending requests and just approve or deny each one.
I think it would be very helpful for my case.
How could I make it work with Joomdle? Where should I modify the code?
Thank you in advance
Paolo

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #6 by Antonio Durán
Replied by Antonio Durán on topic Re: Enrollment in courses approved by admin?
I guess you should modify the enro_user function in Joomdle auth plugin in Moodle, to use that method instead of the manual one.

Please Log in or Create an account to join the conversation.