I'm trying to work out if i can't see the forest because of the tree's or if i'm actually wanting something which hasn't been done yet.
Converting a very text heavy module from my older framework and they had a popup of sorts for the 'Author Bios'. Quite a lot of text in there and i've been trying to work out a good way to do it. Opinions wanted.
Approach #1 (current one i'm on) - Drop the speaker bio's into a block-slider and then have that at the start of the module. Not sure i like it, isn't condusive to the 'learning experience'... ideally it should be content you can trigger to see but stays hidden. Right now it becomes insanely big if you're on a mobile screen....
Approach #2 - A text component with overlays like the hotgraphic component features. Does this exist? If not i could call it 'hot-text' and have the popup overlays appear using either custom tags e.g. data-overlay='id-of-overlay-to-show'...
Approach #3 - create a 'contentObject' which seperates the author bios away from the learning content ... while i like this, i don't think the stakeholders will like it...
I like #2 but i don't want to jump into making it if its already here somewhere ;)