Is there a feature on Canvas on the Student Profiles to have their student identification number for ease of access for themselves and us as teachers?
Thanks in advance,Roxanne
Most institutions will create student accounts via SIS import, putting the student's ID number in the user_id column. This will automatically show the student's ID number in the class roster on the People menu as long as the user has appropriate Canvas permissions to view this information.
If you don't see student ID numbers on the People menu, you most likely don't have the needed permissions. Ask your local Canvas administrator to see if they can add the SIS data - read permission to the Teacher role (or whatever course role is assigned to you):
It's simple! Follow the screenshots:
The user with an SIS ID has been added.
Hi @RoxanneO,
Unfortunately, I don't believe there is a built-in feature to add that info to a user's profile. You could use custom JavaScript attached to your Canvas theme to make some modifications, but I did some testing and found that default permissions set in Canvas do not allow a student to access their sis_id even via the API (which is what you'd utilize with JavaScript). You'd either need to adjust permissions or load the information into a custom data area and retrieve it from there with custom code. In my honest opinion, I'd probably go a different direction and try to train students on where to go to find their id (usually a student information system would be the source of truth, if students have access to that at your school/institution).
Hope this helps a bit!
-Chris
We use the Integration ID field for student identification number. We include it in the user import from our student records system, then it can be used within Canvas e.g. in People searches, course analytics reports and in gradebook views. In SIS ID we have the user's system login id which is a different code. Integration ID doesn't show in the user profile, but it is displayed in the login information section. So it probably depends how you create your student user accounts and logins, but it works for us.
Helen
Hello, I'm building a standalone app that integrate with CanvasI) - What are the requirements (and cost if any) for receiving an API developer key issued by Instructure? - Are Instructure-issued keys enabled globally in all Canvas organizations? or will there need to be institution-by-institution enablement? Thanks
Hi everyone, I am seeking some insight into how Canvas LMS handles HTTP errors and how they are reflected in the logs versus the user interface. We are currently observing the following behavior in our environment: Log-only errors: We are seeing 500 (Internal Server Error) and 503 (Service Unavailable) errors recorded in…
I'm currently integrating an LTI tool and attempting to use the Activity.id.history https://canvas.instructure.com/doc/api/file.tools_variable_substitutions.html#activity-id-history variable, but I'm experiencing issues getting it to work properly. What I've Done: Added the Activity.id.history variable to my Developer…
I looked through the LTI Variable Substitutions documentation and while there are variable substitutions available for Canvas.term.name and Canvas.term.id (which is the Canvas incremented ID like "104"), I was surprised to see there was no option for Canvas.term.sisSourceId I tried testing other possible variants that may…
Summary:The Learning Mastery Gradebook allows drag-and-drop reordering of outcome columns, and this triggers a call to /api/v1/courses/:course_id/assign_outcome_order. The API returns 204 No Content (success), but the column order does not persist after page refresh. Steps to Reproduce: Open Learning Mastery Gradebook for…