Forum Discussion
KayleighCardnel
1 year agoCommunity Member
Accessibility issue - page titles not unique
Hello, our client has run an accessibility report on a module I've developed using Storyline 360. They've highlighted this issue: The page title for all learning pages is the title of the course. Fix...
KayleighCardnel
1 year agoCommunity Member
Thank you very much for your detailed reply. I'm going to try the second option with a few slides from the module to see if it works. How can I check that a slide has the unique title that I set the variable "pageTitle" to? Would I be able to publish to review 360 and inspect the html to double check this? Thank you again.
SamHill
1 year agoSuper Hero
If you don't have access to a screen reader, you can hit F12 (when the course is open), select the console tab, then add the following script and see what the value is when you hit ENTER.
document.title
- KayleighCardnel1 year agoCommunity Member
Thank you very much for all your help!