- Posts: 26
Course request set up individually for each course
- Juan Jung
- Topic Author
- Offline
- Junior Member
-
Less
More
12 years 11 months ago - 12 years 11 months ago #1
by Juan Jung
Course request set up individually for each course was created by Juan Jung
Hello all!
Is it possible to set up course requests with different parameters for each course? We have some courses for which we require registration, and others which we would like to be available to guests. Through moodle this is no problem, but I could not find a way to implement this in joomdle 0.9.
A secondary issue: is it possible to add a radio button that will allow registrants to pick one of two registration types? Our courses are both "live" and "online", but participants need to pick one.
Thanks!
Is it possible to set up course requests with different parameters for each course? We have some courses for which we require registration, and others which we would like to be available to guests. Through moodle this is no problem, but I could not find a way to implement this in joomdle 0.9.
A secondary issue: is it possible to add a radio button that will allow registrants to pick one of two registration types? Our courses are both "live" and "online", but participants need to pick one.
Thanks!
Last edit: 12 years 11 months ago by Juan Jung. Reason: added information
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 11 months ago - 12 years 11 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Course request set up individually for each course
As of now, Joomdle does not implement Moodle features for guests.
As for your second question: if you talk about user registration, I guess you can do it with any profile extension that lets you add custom fields.
As for your second question: if you talk about user registration, I guess you can do it with any profile extension that lets you add custom fields.
Last edit: 12 years 11 months ago by Antonio Durán.
Please Log in or Create an account to join the conversation.
- Juan Jung
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 26
12 years 11 months ago #3
by Juan Jung
Replied by Juan Jung on topic Course request set up individually for each course
Thanks for the answer Antonio.
Let me see if I understand you correctly: if I want to have a course accessible to guests, I will need to make it available outside of Joomdle (e.g. by providing a direct moodle link). However, would it be possible to enable the "course request" feature for one course, while allowing direct enrollment for other courses?
Regarding the second question: I am not talking about joomla user registration. I am talking about when existing users want to request a course. Currently joomdle allows for two fields (motivation, experience). How would I go about adding a third field, e.g. a radio button as described above. Is this even possible?
Thanks!
Let me see if I understand you correctly: if I want to have a course accessible to guests, I will need to make it available outside of Joomdle (e.g. by providing a direct moodle link). However, would it be possible to enable the "course request" feature for one course, while allowing direct enrollment for other courses?
Regarding the second question: I am not talking about joomla user registration. I am talking about when existing users want to request a course. Currently joomdle allows for two fields (motivation, experience). How would I go about adding a third field, e.g. a radio button as described above. Is this even possible?
Thanks!
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
12 years 11 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Course request set up individually for each course
Well, I guess you are right: there is no way to enter a course as a guest from any Joomdle view, so you would need to provide access in some other way, like a direct link.
As for the other question: no, right now it's not possible to have some courses with direct enrolment, and others with requests.
Last, about course requests: there is no way to do that directly. However I guess you could create a template override to add your new field. I guess you would also need to change the action script to process the request, to use that new field.
As for the other question: no, right now it's not possible to have some courses with direct enrolment, and others with requests.
Last, about course requests: there is no way to do that directly. However I guess you could create a template override to add your new field. I guess you would also need to change the action script to process the request, to use that new field.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
12 years 11 months ago #5
by Chris
Replied by Chris on topic Course request set up individually for each course
A possibility for the first item - instead of giving them guest access, create a 'guest id' and either show that id and password for them to enter or build it into your code so that the 'guest id' is poked into the login. The former is how we do our demos. There are ramifications with this of course but at least you can use Joomdle to get them in.
Please Log in or Create an account to join the conversation.