How do I create flashcards on a Canvas Page?
Hello @RoxanneSickles
You have to use HTML code with Inline CSS to create something that behaves like a flashcard. If your organization is on Canvas Next, then you will have access to the IgniteAI Study Tools which has Flashcards for students.
A simple HTML code you can try is:
HTML Code with Inline CSS
<details style="width: 300px; margin: 10px; border-radius: 10px; background: #ffffff; border: 2px solid #005eb8;"> <summary style="padding: 15px; cursor: pointer; list-style: none;">What is Newton's First Law?</summary> <div style="padding: 15px; border-top: 1px solid #ddd;">An object remains at rest or in motion unless acted upon by an external force.</div> </details>
Result:
@BruceRichards_CCHs, THANK YOU for sharing this code and concept.
-Doug
If you have the Microsoft Education LTI enabled, with the new Copilot features enabled, one of the three learning activities it provides is flash card creation. I've tested it out, it works great.
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…
Canvas Portfolios provide a powerful platform for students to document their learning journey, reflect on their progress, and showcase competencies. However, in programs where multiple educators are involved in assessment—such as team teaching, moderation, or competency-based evaluation—there are important questions about…
I have a student that was in a tag called "ac" and recently moved him to a different tag, "AC." I did ensure the old tag was removed; however on a canvas PAGE he sees both pages the "ac" and "AC" Canvas Pages. I removed the assigned tags to the page and the one tag to the student thinking maybe if I remove and reassign…
Started testing the new Portfolio today. Our K-12 district is new to Canvas and never implemented a portfolio solution. I was testing the share as a studnet using the 'Anyone can view link' to an outside user = does not have a login ID for our instance of Canvas. As the outside user, I am able to open and read the…