How do I give the guidance counselor access to all student's classes and their completed work without giving them "administrator" level rights?
Hi @jshellard,
For individual situations, instead of giving a guidance counselor access to all students and all classes (which is more likely than this but I occasionally use it), is to give the guidance counselor "observer" access (similar to a parent) to a student's entire Canvas user account. You can refer to the How do I format CSV text files for uploading SIS data into a Canvas account? guide for more information.
-Doug
Hello @jshellard I addressed this need by creating a new account role that provided for the ability to see all courses, assignments, students, grades, and instructor feedback. The key here is not to assign the ability to edit anything: be it grades, pages, assignments, etc. This can be done at the root and if you want the counselor to only have access to certain subaccounts you can then add them as an Canvas admin using that new account role to the desired subaccounts. Here is an example selection of permissions. You may wish to review a few of these such as the question banks permission.
Reference: https://community.canvaslms.com/t5/Canvas-Resource-Documents/Canvas-Account-Role-Permissions/ta-p/387078
assigned permissions - account role to read but not edit
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…