I am trying to create a math assessment in Canvas 2 2/3 + 1 3/5 =? I am having trouble figuring out how to fill in the answer which is a mixed number while building the quiz. Thank you.
@DavidGarcia4, as you have probably figured out, Canvas doesn't support anything other than a decimal answer (including integers) for a numeric question.
You can fake it using short answer / fill in the blank questions, but those are problematic. Less so if you tell students to reduce the fraction and give very specific directions about not adding extra spaces to the answers. New Quizzes makes it a little more flexible than Classic Quizzes, but it's still not checking the numeric equivalent.
People trying to make it look like a fraction by putting the results into a table make me cringe because of the accessibility training I've had. If a student is using a screen-reader, there is no context whatsoever that it's a fraction. The problem is that Canvas does not support math and so people try all kinds of hacks to get it to do something it doesn't do. The things that people need to do in order to be accessible aren't fully supported.
Using a third-party system for math assessment is almost a necessity if you want to do it correctly.
Putting aside how we cannot do what we want to do, what can we do?
With multiple fill in the blank, you could do something like this.
Simplify \(4\frac{1}{3}+\frac{2}{5}\). Write your answer as a mixed number in the form a + b/c. `4` + `11` / `15`
When the student sees it, they see this.
The spacing in New Quizzes is terrible. That's one of several reasons I still use Classic Quizzes.
This approach has issues if you want to work with negative numbers.
Tables can be used. Don't use for formatting, use them properly marked up to label where the answers go.
Or you could make it clearer to the student about how to write the answer.
<p>Simplify \(4\frac{1}{3}+\frac{2}{5}\).</p> <p>Write your answer as a mixed number \(A\frac{b}{c}\).</p> <table style="border-collapse: collapse;"> <thead> <tr style="text-align: center;"> <td style="text-align: center;">A</td> <td style="text-align: center;">b</td> <td style="text-align: center;">c</td> </tr> </thead> <tbody> <tr> <td style="text-align: center;">`4`</td> <td style="text-align: center;">`11`</td> <td style="text-align: center;">`15`</td> </tr> </tbody> </table>
@DavidGarcia4 This is an interesting problem. Thanks for sharing a screenshot to show your current workaround with blanks. I'm sharing one more workaround idea (it's similar to the first table in @James 's suggestion). You could create the problem as a stimulus item and attach three numeric questions asking for the whole number, numerator, and denominator (sample attached). I hope one of these approaches works for you!
Hi @DavidGarcia4
Does reviewing How do I use the math Equation Editor in the Rich Content Editor? - Instructure Community - 618231 (it also has a video) help you?
-Doug
Thank you @James and @stimme.
A recent change my students have been complaining about is that they now have to wait for Canvas to process submissions so that it can be displayed within the browser before they can check that the submission worked. When the servers are heavily loaded I have seen student need to wait 5 minutes for this. When submitting at…
If I access to the student card I can see the recent messages, but I would like to see all the messages, not only the recent. Thank you
We are testing a third party integration from our college's ERP provider. We have connected it to our test environment. It seems to have very few features and options. So, just wondering if there is a way to monitor API calls. I was able to use the DAPClient in Python to download canvas_logs in our production environment.…
To the Canvas Product Team, I am writing to request a new global or course-level setting for the Rich Content Editor (RCE). Currently, when images are uploaded or embedded, Canvas defaults to displaying the full image. For many lab-based and data-heavy courses—such as my current molecular biology lab course—we often need…
Our Spanish department uses New Quizzes/Essay question type for students to record themselves talking using the record media function in the RCE. They did this all last year. However, now when the students log in to take the quize, the upload/record media icon isn't available to them. Is this a new issues? Anyone have any…