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.
Yesterday, after much trial and error…I concluded the new quizzes matching choice options do not work as I expected, and have used with other LMS. I thought that I could provide students a matching choice quiz with multiple attempts that would report incorrectly answered matches on the first attempt, and display the…
I have seen documentation that says you must recopy your iCal link and resubscribe when you are enrolled in new classes, does this mean my iCal feed link changes each time, or do i just need to re-fetch the .ics file?
We use course pacing to manage due dates, because we run ~20 something courses each quarter and manually setting due dates would be a nightmare. Several courses have two core topics. We want to allow students to choose which of these they will pursue first. Is there any way to configure multiple course paces with different…
Hoping someone can explain for me. We're using pacing to avoid manually dating regular assignments each quarter, but the dates I see are based on when the course was instantiated, while students see dates based on when they were added to the course by [backend software I don't know anything about, presumably]. If I set…
Has anyone else had issues with an influx of duplicate users in Canvas? Ours is currently in the form of an email that already exists, becoming a new user - and not automatically merging with the user ID with the same email that also is linked to our SIS ID correctly as well. For example, user 1 is xyz@gmail.com without a…