Forum Discussion
BrekJoos
6 years agoCommunity Member
Course Codes and Course Descriptions in Rise360
Rise seems to lack the feature to include a course code and course description in the project that would be part of the published ZIP file uploaded to the LMS.
Does it actually exist, or am I just...
PaulZamora-cc07
2 years agoCommunity Member
Have you tried manually coding the imsmanifest.xml (Manifest page) and just adding the description after the title?
It goes right after the title code tags:
<title>
<langstring xml:lang="x-none">Course Title</langstring>
</title>
<description>
<langstring xml:lang="x-none">Course Description</langstring>
</description>
Of course, you would only want to add this on your final version because every republish will overwrite this. I've manually coded scorm manifest files for years, especially to correct some bugs with certain LMS's uploads/intakes of courses from Articulate.
Related Content
- 11 months ago
- 5 months ago
- 7 months ago