Best practice forum (Archived)

הדיון בפורום זה הוסר

 
פרסום זה הוסר
11/09/2014, 02:23
פרסום זה הוסר ואינו זמין יותר.
פרסום זה הוסר
11/09/2014, 05:52
פרסום זה הוסר ואינו זמין יותר.
פרסום זה הוסר
14/09/2014, 23:15
פרסום זה הוסר ואינו זמין יותר.
פרסום זה הוסר
15/09/2014, 06:21
פרסום זה הוסר ואינו זמין יותר.
David
Re: Totara Architecture - Inherited Courses
על ידי David Shaw בתאריך 16/09/2014, 01:28
 

Hi Roi,

We developed something a long time ago for a client on Moodle 1.9 that did this.  From memory we basically created a custom course format that allowed the admin to select a parent course in the settings.  The contents of that parent course were then displayed in the top section of the child course and the rest of the course page allowed activities to be added like a normal topics course format.  We did this so long ago and the client has left us now that we don't have the code any more.

Some things to look out for if you are developing this:

You need to enrol the learners on the parent course otherwise they can't access the activities and resources and track progress.  We used metacourse functionality to give learners access to the content of the parent course.

Course completion tracking won't work without extra development

Reporting will probably need changing as the activities are in different courses

Hope that helps

Regards

David

Pete Potter
Re: Totara Architecture - Inherited Courses
על ידי Pete Potter בתאריך 17/09/2014, 00:06
 

Hi guys,

I may be missing something here but isn't this already possible using standard functionality?

If a parent course is created with content and then additional courses are created resources can be added to the course as an alias - as long as you browse to find them using the file picker. If the resources are then updated in the parent course then they will be updated in all child courses. If the parent is deleted then the link is lost.

This doesn't apply to most activities, but they can be imported.

Thanks