TOC | Bold Test Chapter

Warning Editing Published Code: Always backup and test. Helps to have an understanding of HTML/Javascript/CSSOne work around if you are using AICC/SCORM/HTML and are using a Javascript TitleManager is this:Lectora publishes the TOC into a file, for example the course I'm testing this with, the file is named: toc4378.htmlOpen this up in a text editor that supports unicode. Next scroll down the page till you find the chapter you are looking for. For a test chapter it would look something like this:

Code:

aux1= insertFolder(fT, NewFolder("Test Name"), "page1234.html", "chap"))

See where it says the "Test Name"? insert your code there like this:

Code:

aux1= insertFolder(fT, NewFolder("Test Name"), "page1234.html", "chap"))

Then copy this html file out of the folder into another one, and replace this TOC html file when you publish the course.Currently it is working as I expected. (Note: depending on how you set up the css styles of the TOC there may be more complications)

Discussions have been disabled for this post