Best practice forum (Archived)

该论坛讨论已删除

 
该论坛帖子已被删除
2014年09月11日 Thursday 02:23
该论坛帖子的内容已被删除,无法再访问。
该论坛帖子已被删除
2014年09月11日 Thursday 05:52
该论坛帖子的内容已被删除,无法再访问。
该论坛帖子已被删除
2014年09月14日 Sunday 23:15
该论坛帖子的内容已被删除,无法再访问。
该论坛帖子已被删除
2014年09月15日 Monday 06:21
该论坛帖子的内容已被删除,无法再访问。
David
Re: Totara Architecture - Inherited Courses
ShawDavid 发表于 2014年09月16日 Tuesday 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

PotterPete
Re: Totara Architecture - Inherited Courses
PotterPete 发表于 2014年09月17日 Wednesday 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