Enhance Course content to include microcourse title as a field #8

Open
opened 2018-11-26 17:12:13 +13:00 by dave · 2 comments
dave commented 2018-11-26 17:12:13 +13:00 (Migrated from git.oeru.org)

Currently, a subsite/course has a title - see get_blog_details($site_id)->blogname, and a path (which includes, by our convention, the short course code or "tag") get_blog_details($site_id)->pathinfo (the actual course code is extracted via "function get_site_tag($site)"). The problem is that a "Course" in OERu's context has 3 bits of important information: an overarching course title, e.g. "Learning in a Digital Age", which is comprised of a few microcourses, each with a title, like "Digital literacies for online learning" (lida101), or "Digital Citizenship" (lida102), or "Open education, copyright and open licensing in a digital world" (lida103), etc. These microcourse titles are currently not represented in metadata, only as a title field in the curriculum materials.

Ideally, we should store the Course Title, and component Microcourse Titles (with their course code) separately, and those should in turn, inform the curriculum material fields and path information, not the other way around.

Currently, a subsite/course has a title - see `get_blog_details($site_id)->blogname`, and a path (which includes, by our convention, the short course code or "tag") `get_blog_details($site_id)->pathinfo` (the actual course code is extracted via "function get_site_tag($site)"). The problem is that a "Course" in OERu's context has 3 bits of important information: an overarching course title, e.g. "Learning in a Digital Age", which is comprised of a few microcourses, each with a title, like "Digital literacies for online learning" (lida101), or "Digital Citizenship" (lida102), or "Open education, copyright and open licensing in a digital world" (lida103), etc. These microcourse titles are currently not represented in metadata, only as a title field in the curriculum materials. Ideally, we should store the Course Title, and component Microcourse Titles (with their course code) separately, and those should in turn, inform the curriculum material fields and path information, not the other way around.
dave commented 2018-11-26 17:12:38 +13:00 (Migrated from git.oeru.org)

assigned to @dave

assigned to @dave
dave commented 2018-11-26 17:20:11 +13:00 (Migrated from git.oeru.org)

changed the description

changed the description
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
OERF/register-enrol#8
No description provided.