Implementing Customization Parameters for Content-only Sites
- Set up Custom Parameters on a Content-Only Server .
- Create a folder named CourseInfo in the content directory on the server.
Example: web/content/CourseInfo
- Create a file called courseinfo.properties in the CourseInfo directory.
You could also create a custom properties file for an individual course, e.g. mgmt0101.properties. The SkillSoft Course Player looks for custom properties files first. If there is not one present for the course, it will use the courseinfo.properties file.
- Enter the parameters you want to use in the courseinfo.properties files. Set the Partial_Credit parameter to true.
Any parameters you enter into the courseinfo.properties file will override those set in the standard PagePlayer.properties file. Example: PARTIAL_CREDIT=true.
- Save the courseinfo.properties file.
When the SkillSoft Course Player is launched from the index.html page, it will automatically look for any course information files in the CourseInfo directory. If there is no CourseInfo directory, the SkillSoft Course Player uses the installed properties and assets files.
|