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.
Canvas needs the same Speedgrader tools available for Canvas Discussions. Highlighting, point annotation, text comments, strikethrough, area annotations, etc. This would make instructor feedback easier.
Hi, all! My organisation is looking into using IgniteAI Grading Assistance for SpeedGrader to support assessment marking. I would like to ask users who have actually started using this feature within their organisations: What are the pros/cons of the tool? How did it change your work flow? Would you recommend it? Looking…
I've been using Canvas for at least 7 years. In that time I often use the gradebook to enter grades, while looking through speedgrader on a 2nd screen. I have a mix of Classic Quizzes and New Quizzes. When grading quizzes with essay type questions where the student has to type answers the gradebook shows a piece of paper…
Hello all, I was wondering if anyone knows how to get Canvas to order assignments in the Gradebook by Category? I have had multiple teachers ask for this feature, and as a combo teacher/admin I am happy to add whatever code is necessary if anyone knows how to add it.
My school district has changed our required Learning Outcomes for all of our courses for this school year. How can I archive the 400+ Learning Outcomes we used last school year so they're still linked to our 25-26 courses but teachers can't use them in 26-27 courses going forward?