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.
Our college would like to disable the Core Canvas tool "Syllabus" by default, so that it automatically doesn't show on Course Navigation menus. Is that possible? A fellow admin asked our CSM about disabling Syllabus by default, but the CSMs may be understandably busy at the moment. Below I rounded up some past comments…
Does anyone have suggestions for bulk aligning questions at the quiz level, not the item bank level? I don't know much about API keys, but would one of these work for a bulk alignment? We have a school that is preparing for accreditation next year and they must get their quiz questions aligned to outcomes. We know they…
The most recent quizzes and question banks (including renames) are not showing up as options in the Course Import Tool. As I was creating a new quiz in one course (Classic), I went to add the questions from the Question Bank, but what I needed wasn't there. I went back to the other course to make sure everything was…
In the wake of the recent Canvas security incident, many instructors are rethinking how they protect their course materials and ensure continuity for students if the LMS becomes unavailable. A common question we’re hearing is how to effectively back up courses “just in case,” especially with an eye toward re‑distributing…
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…