Forum Discussion
AhmedGendya
2 years agoCommunity Member
Is there anyway to copy and paste from the "Note" section?
Hi,
I wonder if there is anyway to copy text from the built-in Notes section in Articulate Storyline and paste it anywhere? Any idea?
Thank you
AhmedGendya
2 years agoCommunity Member
Thanks Tom.
In fact, it is not what I am looking for. I am looking to give the student the ability to copy some parts of the published course. To the best of my knowledge it is not possible, but I wonder if any update has been made in this regard?
- Jürgen_Schoene_2 years agoCommunity Member
append the css
<style>
#transcript-content {
user-select: text;
}
</style>as last block in the body of story.html
Important: with every publish, these inserted lines are removed and you have to insert again
Update: If you use "Publish to LMS" you have to patch index_lms.html
- AhmedGendya2 years agoCommunity Member
Thanks for your addition Jürgen
Surely I will try this now, but what is meant by patching index_lms.html?
Thanks
- AhmedGendya2 years agoCommunity Member
Thank you so much this is awesome, it works very fine.
I also figured out the index_lms.html part.
Thank you