Forum Discussion

Prakash_IQMD's avatar
Prakash_IQMD
Community Member
16 days ago

Can turn off only default glossary button, not customized glossary button, in quizzes...

Hi people,

In an SL project that contains a lightboxed glossary (terminology) slide, topics, and quizzes, I am unable to turn off the customized glossary in the quiz section. While the default glossary button can be turned on/ off, the customized one persists. I tried hiding it with a trigger, but to no avail. Please advise. Thanks. 

(See attachment...👇)

3 Replies

  • You can't turn off custom tabs. I would use the "'Glossary" tab and rename it "Terminology" in the Player. You can change the title using the "Text Labels" button in the Player. Then, just enter all the text you currently have on the lightbox slide into the Glossary.

    • Prakash_IQMD's avatar
      Prakash_IQMD
      Community Member

      Well, yes, that's an efficient solution, Michael. But the problem with the built-in glossary is that it progressively keeps reducing the font size of the content as I keep adding more terms, and eventually this affects accessibility. That's why I was "compelled" to create a custom glossary (along with its associated issues). I am new to SL, and I would not have risked this "lightbox" thingie if not for the font reduction in the built-in glossary (sigh!). 😇

  • As Michael said, you can't turn off custom tabs in Storyline. At least, there's no built-in way to do that. 

    I think a JavaScript solution for this may have been posted before. You'll have to search the community to find it.  

    Or here's another option:

    • Create a T/F variable to track whether the glossary should be hidden. Keep the default value of False.
    • Add a layer to the Glossary slide that completely covers the base. Put a warning message on that layer. (For example: "The Glossary is not available during the quiz.") 
    • Add a trigger to the Glossary slide that shows the layer when the timeline of the slide starts with the condition that the variable = True. Include an "Else" statement that hides the layer.
    • Add a trigger at the beginning of the quiz that changes the variable to True. 
    • Add a trigger after the quiz that changes the variable back to False. 

     

    It’s worth the effort to learn about variables and trigger conditions, because they provide the real power in Storyline. Here’s more information: