Forum Discussion
BenKanspedos
13 years agoCommunity Member
Copy text from screen of published module?
Are there any work-arounds that would allow the learner to copy text that is on the screen of a published module? I want them to be able to paste the text elsewhere.
Thanks!
JoshOlsen-132a0
4 years agoCommunity Member
Hey everyone 👋
I've got a prototype workaround for enabling selectable text in published Storyline courses.
It involves CSS and JavaScript.
CSS:
svg text,
svg text * {
user-select: text;
}
JavaScript:
Code to remove the "uneventable" class from all parents of SVG "g" elements with the class of "vector-text-item".
Happy to post the JavaScript if anyone's interested.
Related Content
- 9 months ago
- 22 days ago