Use these Getting Started with Custom Course Job Aids instructions to modify existing, add new, and access custom job aids in Skillsoft courses. Follow the guidelines in this document to ensure any existing and new custom job aids are preserved upon content server install updates for this course.
Notes:
Job Aids Overview
Job aids are a critical component of the Skillsoft solution that demonstrate Skillsoft's unique approach to performance support. Job aids are stand-alone learning tools in the form of Guides and Evaluations.
Adding Your Custom Job Aid to a Course
To modify an existing or add your custom job aid to a Skillsoft course, do the following:
For example: SkillSoft/web/content/player/mgmt0115/output/html/customja
To place your custom job aids at the end of the entire job aid list, the following items should appear after the last </ul> comment tag.
Note: It is recommended that you use a text editor (such as Notepad) to edit your HTML to ensure that the SkillSoft HTML formatting is preserved.
To create the reference to your custom job aid, copy and paste an original Skillsoft Job Aid HTML reference in the jobaids.htm file between the comment tags you inserted in Step (4b) above. Then edit the new HTML link and text to reference your custom job aid, for example:
<UL> <li> <a href="customja/custom1.htm">Your Job Aid Title 1 </a><font size=3 color="#0000CD">Your job aid description identifying the purpose of the job aid. </font></UL>
If you modify an original Skillsoft job aid, please treat it as acustom job aid: move it to the new customjafolder, and then update the jobaids.htm and filelist.txt files to reflect the applicable file or folder name changes. It is important to remember that the original Skillsoft job aid you modified is replaced in the /output/html/ folder upon content server install updates for this course.
Modifications you make that are not between the <!SkillSoftCustomJobAidsTop> or <!SkillSoftCustomJobAids> opening and <!/SkillSoftCustomJobAids> termination tags are not preserved upon content server install updates for this course
Save the jobaids.htm file.
Add the custom job aid filename to the filelist.txt file, also located in the /output/html folder. See the filelist.txt example.
Note: When you install this Skillsoft course using server install versions 1.28.3 and later, the filelist.txt is automatically updated to include the filenames in the /customja folder and any subfolders you may add.
Verify access of your custom job aid in the Skillsoft Course Player.
Job Aids HTML Example
Note:
<UL> <li><a href="jmg0115a.htm">Informal Appraisal Techniques</a><font size=3 color="#0000CD">Use this SkillGuide to find effective strategies in performing informal appraisals.</Font></UL></body></html> <!SkillSoftCustomJobAidsTop>
<UL><li><a href="customja/custom1.htm">Your Job Aid Title 1 </a><font size=3 color="#0000CD">Your job aid description identifying the purpose of the job aid. </Font></UL>
<UL><li><a href="customja/custom2.htm">Your Job Aid Title 2 </a><font size=3 color="#0000CD">Your job aid description identifying the purpose of the job aid.</Font></UL>
<!/SkillSoftCustomJobAids>
<UL><li><a href="jmg0115a.htm">Informal Appraisal Techniques</a><font size=3 color="#0000CD">Use this SkillGuide to find effective strategies in performing informal appraisals.</Font></UL></body></html> <UL> <li><a href="jmg0115a.htm">Informal Appraisal Techniques</a><font size=3 color="#0000CD">Use this SkillGuide to find effective strategies in performing informal appraisals.</Font></UL>
<!SkillSoftCustomJobAids>
<UL><li><a href="customja/custom1.htm">Your Job Aid Title 1</a><font size=3 color="#0000CD">Your job aid description identifying the purpose of the job aid. </Font></UL>
<UL><li> <a href="customja/custom2.htm">Your Job Aid Title 2 </a><font size=3 color="#0000CD">Your job aid description identifying the purpose of the job aid. </Font></UL>
<!/SkillSoftCustomJobAids></body></html>
Filelist.txt Example: an updated (partial) filelist.txt with a new custom job aid
Accessing Job Aids
Learners access Job Aids from the Skillsoft Course Player's Job Aids or Reference button, located in the Navigational area.
Job aids are HTML files, located in each course's /output/html and optional/output/html/customja folder.