If you want to implement either gray-out or partial credit parameters on your SkillPort installation, you can implement these parameters in the following 3 ways:
Desired Configuration
|
Required Actions
|
No Alternate Default Skin, no user-selectable skins, no customized parameters.
|
In the lms_paramters table of company database, set the user_skins parameter to 0. In the Courseinfo.properties file at the base of the Skins directory, comment out the PlayerSkinToWear parameter as well as any other parameters used for gray out and/or partial credit (see sections above).
|
Alternate Default Skin for all courses, no user-selectable skins, no customized parameters.
|
In the lms_paramters table of company database, set the user_skins parameter to 0. In the Courseinfo.properties file at the base of the Skins directory, specify a skin in the PlayerSkinToWear parameter.
|
Alternate Default Skin for all courses, user-selectable skins, no customized parameters.
|
In the Courseinfo.properties file at the base of the Skins directory, specify a skin in the PlayerSkinToWear parameter.
|
No Alternate Default Skin, user-selectable skins, customized gray-out and/or partial credit parameters.
|
In the Courseinfo.properties file of each skin folder, insert the desired parameters for gray-out and/or partial credit.
|
No Alternate Default Skin, no user-selectable skins, customized gray-out and/or partial credit parameters.
|
In the lms_paramters table of company database, set the user_skins parameter to 0. In the Courseinfo.properties file at the base of the Skins directory, insert the desired parameters for gray-out and/or partial credit.
|
Alternate Default Skin, user-selectable skins, customized gray-out and/or partial credit parameters.
|
In the Courseinfo.properties file at the base of the Skins directory, specify a skin in the PlayerSkinToWear parameter. In the Courseinfo.properties file of each skin folder, insert the desired parameters for gray-out and/or partial credit.
|
Alternate Default Skin for a specific course.
|
In the <courseid>.Properties file at the base of the Skins directory, specify a skin in the PlayerSkinToWear parameter.
|
Customized gray-out and/or partial credit parameters for a specific course.
|
In the <courseid>.Properties file at the base of the Skins directory, insert the desired parameters for gray-out and/or partial credit.
|