Can you export an umarked rubric from an assignment?
@dbrace @MelanieYorke
In my browser extension, if you aren't using the Enhanced Rubrics and you go to an individual Rubric and click "Edit Rubric" there will be an option to export the rubric criteria in a format that works with the import feature that I built. Import Rubric Criteria and Drag and Drop Rubric Rows When Editing
However, if you have access to use the Enhanced Rubrics feature you can download the rubrics that you select. This export format should match the import format that is available with the Enhanced Rubrics feature.
Hello @MelanieYorke,
Canvas does not natively have the ability to export rubrics.
@Code-with-Ski, does your "Canvas LMS Mods (Basic)" extension for Google Chrome help with this? I know that it has mods for rubrics but I do not see anything related to it when I look at https://github.com/Code-with-Ski/Canvas-LMS-Mods and https://code-with-ski.github.io/Canvas-LMS_Mods-Website.
-Doug
I am trying to download a single submission that has been annotated by a grader using the API. Does anyone know how to do this? I am using Python using the canvasapi and requests libraries to query the preview_url in the submission attachments. import requests from urllib.parse import urljoin preview_url =…
Is there a trick to importing a rubric when using the Canvas rubric template? I download the csv file and fill in the Canvas Rubric template from the Enhanced Grading feature and nothing happens when I try to upload it. It only shows the file name, but not it's size. Yes, it is still a CSV. I've tried removing all symbols…
With the new SpeedGrader UI, we are seeing student names appear in the page title even when the “Hide student names” setting is enabled. When using Classic Quizzes, there is no option within the quiz settings to enable anonymous grading, so we rely on instructors using the hide student names setting in SpeedGrader to…
Speedgrader chaning file name when being downloaded. Speedgrader: When downloading a submitted assignment, the file name is being changed to an unrecognizable name — (Student's actual name was part of the file name — changed for privacy.) Ideas???
We are all familiar with the standard Course Calendar, where assignment due dates are automatically added. However, at my institution, we structure our assignments as Challenges that develop over a period of time, rather than just a single deadline. Currently, the calendar only highlights the "end point." It would be a…