Hi Team,I want to add expand all & collapse all accordion template in canvas without using Cidi Labs. Is there any way around for that. If yes, Please help me out.
Hi @RahulBagga ...
I thought I'd provide another example for you that might work for your needs. You can find an entire writeup from Sean here:
Accordion menus in Canvas - Instructure Community - 547080 (canvaslms.com)
There's also some older examples, but there is no guarantee that it will work long-term:
I hope these resources will help a bit.
Good Morning,
Thanks for reaching out in the community! I recommend using HTML5 tags for this purpose, and I specifically recommend using the details and summary tags. It's supported in Canvas, and it's much simpler code than conventional accordion code. Additionally, since it's HTML5 and semantic HTML, this also has accessibility benefits.
Let me know if you have more questions on this.
Thank you!
Nathan
Should be straightforwards in html
Put your title here - limited formatting only no media or other contentRepeat Title here for accessibility purposes - any formatting permittedAdd any RCE content, media, formatting etc.
I am an instructor at MDC with a question (concern) regarding the "fudge points" option on the Canvas quizzes given that the term "fudge" has a connotation of dishonest manipulation or unethical assessing. We know that if we instructors word a question ambiguously or make any instructional error, we may have to compensate…
I recently had an exam provided as a Canvas Quiz in my class, and used some questions copied from question banks from other sections and prior years of the course. Some of those questions had "General Answer Comment" text already saved in them. I changed that text in several questions as I updated/changed the questions.…
I would like to suggest improvements to how collaborations function within Canvas LMS. Currently, collaborations are somewhat limited in how they can be accessed and integrated into course content. One potential improvement would be allowing collaborations to be directly linkable within Pages and Modules. This would make…
Can Canvas please create the option to use a "total points" system such that both the gradebook and the student grades page can show accumulated total points, not as a fraction of total points earned/total points possible? This would be SO helpful for progress tracking in a self-paced course where I do not want 0s entered…
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…