Canvas
Canvas Quizzes
https://community.canvaslms.com/t5/Instructor-Guide/tkb-p/Instructor#Quizzes
Multi-part questions
To create this I used a text (no question) type for the initial information and then fill in the blank questions for the actual questions. Hereâs the link to information on quizzes (and quiz questions) that should help - Quizzes
Two types of quizzes:
- Assignment Quizzes: show in gradbook, can be graded, and students can see their results
- Speed Grader is enabled; Can give feedback to individual students.
- Practice Quizzes
- Not graded, not shown in gradbook.
- Can see Quiz Statistics and Moderate This Quiz.
Q: Whatâs the difference between New Quizzes and Classic Quizzes?
A: New Quizzes is supposed to have more features, such as screen calculator, but it is still in beta. You need to configure settings for each question⌠And it takes forever to load. I prefer to use Classic Quizzes for now because it is more organized.
Q: What good is New Quizzes?
- Can shuffle questions whereas Classic Quizzes only support shuffle answers.
Some nice options to tick (Classic Quizzes):
-
Donât forget to shuffle answers. Otherwise, the correct answer always show as the first choice.
-
Show all questions at one.
-
Write an instruction at the beginning in case students wonder if the quiz counts into the final grade.
Instructions
Note: Quizzes do NOT count toward the final grade. They are designed to help you understand the material and prepare for the exam and homework.
Q: I set Classic Quizzes as my default quiz type, how can I create a New Quiz type now?
A: Need to reset Quiz Engine Choice. Click on the Quiz Settings menu button (three vertical dots) in the top right, then select âReset Quiz Engine Choiceâ.
Table on Canvas
Two options:
-
edit in Excel, use html table generator, paste html code to canvas, and format as you like [time consuming, but best visual effect, clear and neat]
table $\rightarrow$ code: https://wordhtml.com
table $\leftrightarrow$ code: https://divtable.com/generator/
-
edit in Excel, paste as picture, then save and add the table as picture. [quick but rather blurry]
Edit math equations on Canvas
- Use
$$
and$$
to enclose your equations, then - select and hit the $\sqrt{x}$ symbol.
- The eqn editor will automatically convert the eqn for you.
Tip:
- Select âDirectly Edit LaTeXâ in the Maths Editor to create complex equations. A preview of what will be displayed is shown underneath the LaTeX code.
A nice Tutorial how to edit latex on Canvas
-
Type the appropriate Delimiter to signal that the equation should be rendered in LaTeX.
-
\(
and\)
should be used for equations that are meant to be displayed inline with text.When edit quiz questions, use
\(...\)
as delimiters in LaTex. This saves time when you copy and paste from LaTex to Canvas. -
$$
should be used for equations that are meant to be displayed in separate blocks.
-
-
Type the Equation between the delimiters.
- Ex:
\(2+2=4\)
for inline text or$$2+2=4$$
for block text
- Ex:
-
Click Save for whatever text field you are working in.
The text field wonât render the eqn. for you. Only after you exit the text field and preview the question, the eqn will show up properly.
-
Check that the Equation is being displayed correctly.
Can also insert a file into the field box.
https://support.inspera.com/hc/en-us/articles/360043210312-Insert-file-in-questions
Add images
Use the following codes. Need to number the figures manually.
<figure><img style="display: block; margin-right: auto; margin-left: auto; zoom: 20%;" src="/courses/29234/files/1639589/preview" alt="Boxplot for the two groups." />
<figcaption>Fig. 1 Boxplot for the two groups.<br /><br /></figcaption>
</figure>
Assignment
Setting up different due dates for one assignment
-
Select Assignment
-
Add due date.
-
Choose file type to limit to pdf submissions. Easier for grading.
-
It is possible to choose a date for which after that date students cannot submit again. â Set âUntilâ. Note that Due date is the date that the assignment is due. After that date, students can still submit but it will be marked as late.
Q: How to specify the visibility time for a file?
A: Schedule visibility.
Go to Files, Click the three dots next to the file you want to schedule (Under Actions column), then click âEdit Permissionsâ, Under available, choose âSchedule availabilityâ.
Then you can add the file to corresponding module. The file will only be visible during the scheduled time.
Files
When replacing a file in Canvas, first change the name of the new file to be exactly the same as the old file. Then upload the new file. This way, the old file will be replaced and all links to the old file will still work.
- Otherwise, you will have to delete the old file and then re-add the new files to the corresponding modules.