Is there any way to embed an marquee animation in a Canvas LMS page?
@hroychow ...
My initial thought would be ... no. I then did a quick Google search to try and find HTML marquee code, and I came across this page:
: The Marquee element - HTML: HyperText Markup Language | MDN (mozilla.org)
As you can see, this code has been depreciated and is no longer recommended. I even tried pasting in the following code (which is also displayed as an example on that page) to a content page in my own sandbox course:
<marquee>This text will scroll from right to left</marquee> <marquee direction="up">This text will scroll from bottom to top</marquee> <marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid"> <marquee behavior="alternate"> This text will bounce </marquee> </marquee>
Once I saved the page, the result was not anything that looked like marquee text. Instead, all I saw was a single line of text that read:
"This text will scroll from right to left This text will scroll from bottom to top This text will bounce"
When I went back to edit the code, Canvas had stripped out almost everything, and the code looked like this:
<p>This text will scroll from right to left This text will scroll from bottom to top This text will bounce</p>
Sorry I don't have better news for you, but I hope this information will be helpful to you.
This is my first time using the new discussion "checkpoints". I'm hoping the multiple due dates are effective, but using the "checkpoints" does seem to create other problems: They only allow for ONE "reply to topic". The way I use discussions in some of my classes is to allow for students to ask MULTIPLE questions per…
I tried the Quick Reassess feature today. Once I approved the questions and created the assessment it went to the tracker for Block 1. But I can't find the new assessment in my assessments to add to Blocks 2 & 4. If I have to recreate for each class, they won't have the same questions. I also cannot find the option to…
Hello, I’m wondering if Differentiation Tags can be configured as part of a Blueprint course. Our goal is to store differentiated content (pages, assessments, etc.) centrally within the Blueprint and have it already associated with specific Differentiation Tags (e.g. Support, Core, Extension). After the Blueprint is…
Dear Forum members, In the past, I asked students to hide some worksheets in the Excel files they would upload to Canvas. I was only interested in the results of their Excel analysis, and asked students to hide the worksheets with raw data in them. This worked until last Fall, but now SpeedGrader is rendering all…
Hi all, Quick question about the Gradebook color status for a 2-part checkpoint discussion. If a student completes the first due date (initial post) but does not complete the required replies by the second due date, is there any way for Canvas to automatically show a color (e.g., missing/late) instead of staying as…