Gray Out FeaturesThe Gray Out feature provides the ability to disable any of the following buttons, tabs, or course links in the SkillSoft Course Player for an individual course and/or for all courses on a content site:
When the feature is disabled, the button, tab or course link appears "grayed out." Disabled buttons and tabs are not "hidden" or "removed"; they are "grayed out" by displaying the grayed out form of the image. Gray-out features are implemented by overriding properties in the SkillSoft Course Player (the same way they are implemented for skins). A courseinfo.properties file and/or <courseid>.Properties file is created and contains the customized properties. Gray Out Properties Gray out is implemented by editing course or SkillSoft Course Player properties. Gray out can be set at the course level by editing gray out properties for a course (in a <courseid>.Properties file), or it can be set at a site-wide level by editing the gray out properties for the SkillSoft Course Player Applet and/or Application (in the courseinfo.properties file). Course level gray-out always overrides site-wide gray out. Always use lower case "true" or "false" is equal (=) sign to enable or disable the following properties:
Pre-assessments To gray out and disable the Pre-assessments in the course, include in the properties file:
OR
These properties settings will:
The Mastery buttons on the Assessments panel remain enabled and functional. Masteries on the Course Menu and Accelerated Path menus also remain enabled and functional. Note: Pre-assessments will not automatically disable if the course does not contain Pre-assessments. There is no automatic detection by the SkillSoft Course Player. Disabling has to be set explicitly for the course. You can disable Pre-assessments whether or not Pre-assessments are present in the course. Masteries To gray out and disable Masteries in the course, include in the properties file:
OR
These properties settings will:
The Pre-assessment buttons on Assessments panel would remain enabled and functional. Pre-assessments on Course Menu and Accelerated Path menu would remain enabled and functional. Note: Masteries are not automatically disabled if the course does not contain Masteries. There is no automatic detection by the SkillSoft Course Player. Disabling has to be set explicitly for the course. You can disable Masteries whether or not Masteries are present in the course. Pre-assessments and Masteries If you gray out the Pre-assessments and the Masteries, this disables the Assessments button and tab, in addition to graying out and disabling the Pre-assessments and Masteries in the menus. Use these settings in the properties file:
These properties settings will:
Audio Button To gray out and disable the audio buttons, include in the properties file:
If DISABLE_AUDIO=true:
To enable the audio buttons (default), include in the properties file:
If DISABLE_AUDIO=false:
Note: The Audio buttons are not automatically disabled if the course does not contain audio. There is no automatic detection by the SkillSoft Course Player. Disabling has to be set explicitly for the course. You can disable audio whether or not audio is present in the course. Reference To gray out and disable the Reference button, include in the properties file:
Job Aids To gray out and disable the Job Aids button, include in the properties file:
Help To gray out and disable the Help button, include in the properties file:
Exit Disabling the Exit button is not allowed since it is required for posting results properly to SkillPort. However, a course could be customized to display a "grayed out" graphic to make it appear that the Exit button is not enabled. If users use the Windows Close button to close the SkillSoft Course Player, the results might not be saved correctly. | ||