Forum Discussion
A Growing List of Cool Code Block Examples
Hi Stephanie,
Thank you for sharing these. They are fantastic. Great work!
In the notebook block, when copying and pasting the code into a Rise code block, the display looks like the attached screen shot. "My notes" displays in the center beneath the text block above it, but the text "type your notes, thoughts here, etc." doesn't show unless you select the down arrow to the far right, then the "type your notes" shows to the far left with no text box to type in the notes.
Thoughts?
Also, because I can't see the notebook block, I'm unable to enter text to test that whatever is typed is stored local. If this was in a course launched from a shared workstation all users with different logins would see the previous notes entered, unless the local storage was cleared, before the notebook block was launched; say a previous lesson. Am I right with that?
Looking forward to your thoughts on the display issue with copying the code.
Lisa
- Stephanie1 month agoSuper Hero
In the format options for the block turn off auto resize and try a value off 455.
- DanBoylandUK1 month agoCommunity Member
I found the same issue with many of my code blocks, it seems the iframe wrapper doesn't like to play ball in rise for some "tall" code.
I found that adding a "hard floor" to the code also works as well as your suggestions Stephanie​
html, body {
min-height: 800px;
height: auto;
}
Related Content
- 11 months ago
- 5 months ago
- 4 months ago