When wrapping HTML page code in comment tags
and saving, the commented-out code disappears for good.
This is bad, what can one do?
Looks like that's just code that Canvas won't allow unfortunately. Here's another post someone had on this topic.
If you're using comments to hide things on a page, a workaround could be adding a div around the things you're wanting hidden with a display: none attribute.
EX)
Hello @Andreas_Hopf - I like Elijah's suggestion but also wish to share the Canvas HTML Editor Allowlist.
https://community.canvaslms.com/t5/Canvas-Resource-Documents/Canvas-HTML-Editor-Allowlist/ta-p/387066
It is absolutely absurd to me that Canvas has stripped this functionality. Comments tags are incredibly useful, a hidden attribute doesn't change the syntax display in the same way comment tags do, making it much more difficult to navigate longer code.
How do I create a list of assignments and score received by each student in my course in canvas? This will let student know where they stand in terms of course grade.
A colleague asked me how to reuse the questions from the 14 quizzes he has already created as a large question pool to draw questions from for a cumulative exam. Each of the 14 quizzes has multiple question groups, and none of them was linked to a question bank at the time of creation. The best thing I could find is the…
Hello, In the past, changing participation dates in the course settings effectively acted as an override on the term access settings. Unless I'm missing something, that no longer seems to be the case. Even if course participation is changed from term to course, it is the term access dates that dictate access within the…
Summary:The Learning Mastery Gradebook allows drag-and-drop reordering of outcome columns, and this triggers a call to /api/v1/courses/:course_id/assign_outcome_order. The API returns 204 No Content (success), but the column order does not persist after page refresh. Steps to Reproduce: Open Learning Mastery Gradebook for…
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…