link AUs for Offline CD

Hello,

I'm creating an offline CD from an AICC Title which has 3 Assignable Units. Do I have to create my own menu to link to the 3 AUs or is there a way to do it from Lectora?

undefined

Discussion (8)

Hi, I realized that I needed to convert to Standard and then insert another higher level menu. Is there a way to turn off tooltips globally (empty alt tags) when I publish Offline?

Not at this time but it's something we're looking into.

This will remove ALL tooltips by changing them to a blank string. Place an OnShow action - Run JavaScript in the root with the following script:

var elements = document.querySelectorAll('*');

for (var i=0; i undefined

}

NOTE: If you copy and paste this script you will need to replace all the quotes as they do not copy over correctly.

The first line selects all elements by the CSS attribute within the parantheses, in this case I used the global select everything asterisk. This will assign an array of every element on the page to the variable "elements".

The next line sets up a loop that iterates through the array and sets each elements "title" attribute (holds the tooltip value) to a blank string"".

re-publish.

Hope this helps.

Darrel

Jennifer, can you please advise if you are still looking at this issue? My offline published content displays the object name of buttons/images when the mouse hovers over the object (like a tooltip).

It means I'll need to change the name of every object/image throughout my course, as I use a prefix to keep similar objects together, which makes it easier to find them in lists when creating actions.

Thanks

Amanda

Thanks for providing that work around Darrel! I'll be sure to point back to this thread if similar questions come up again :)

It's something that I know is in the product roadmap (as a bigger project of adding 508 assistance) but as to when it will be included, I'm not sure.

Hi Jennifer

Thanks for your reply! Will look out for that in future releases.

Cheers

Amanda

Hi Darrel

Thanks for this code - awesome! Works a treat.

Cheers

Amanda

Discussions have been disabled for this post