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.
While typing an Announcement, sometimes midway, we need to check something for which we click on Grades or Assignments. Then when we return to Announcements, what we types simply disappears. It will be very helpful to have a DRAFT option under Announcements so that the unfinished message is not lost.
I have used Blackboard, Moodle, and now work at a Canvas university. When grading quiz items. I want the ability to view all of the students' responses to a single item at once. This could allow consistency in grading and speed up the grading process. This functionality has been available in Moodle for over 10 years.
I'm an instructional designer working with a faculty member who wants all of the students in the class to work in groups to complete a feedback form together, with contributions from each group member. The way the Canvas Collaborations instructions are written, I don't understand how to make this happen. Do we set up a…
Has anyone ever encountered this error in the Admin Analytics Student section?
My class policy is that late assignments can be accepted at professor discretion, but they will have a 50% penalty. This is a gate you pass through once, and there are no further penalties. If it's late, you simply get 50% deducted from whatever the score was. This happens regardless of whether it's 5 hours late or 5 weeks…