简体   繁体   English

什么是Canvas Lms中的SIS ID

[英]What is SIS ID's in Canvas Lms

I don't understood the sis id concept in canvas. 我不了解画布中的sis id概念。 there are multiple sis types of sis id's in canvas ex: sis_course_id , sis_user_id . 画布ex中有多种sis sis id's sis类型: sis_course_idsis_user_id

A very small explanation I found which i don't understood is this: 我发现的一个非常小的解释是我不理解的是:

"Throughout the API, objects are referenced by internal IDs. You can also reference objects by SIS ID, by prepending the SIS ID with the name of the SIS field, like sis_course_id:. For instance, to retrieve the list of assignments for a course with SIS ID of A1234:" “在整个API中,对象由内部ID引用。您还可以通过SIS ID引用对象,方法是在SIS ID前加上SIS字段的名称,例如sis_course_id :.例如,检索课程的分配列表SIS ID为A1234:“

SIS stands for Student Information System . SIS代表学生信息系统

So the idea of an sis id in canvas is that you can link your canvas object to your SIS by setting the id used by the SIS on your canvas object. 因此,在画布中使用sis id的想法是,您可以通过在画布对象上设置SIS使用的ID来将画布对象链接到SIS。

Basically it's an attribute in canvas where a school or other institution can store an id for an external system and then perform queries based on it. 基本上它是画布中的一个属性,学校或其他机构可以为外部系统存储id,然后根据它执行查询。

In the SIS database there are entries for a user (student, instructor, admin) and for a course. 在SIS数据库中,有用户(学生,教师,管理员)和课程的条目。 These entries will have IDs that are unlikely to be the same as their IDs in the Canvas database. 这些条目的ID不可能与Canvas数据库中的ID相同。

The Canvas sis_user_id is the ID of the in the SIS database and the sis_course_id is the ID of the course in that database. Canvas sis_user_id是SIS数据库中的ID,sis_course_id是该数据库中课程的ID。

For example, at Columbia University (where I work) the SIS course IDs are based on the department code, semester and year, and the SIS user IDs are based on the user's initials. 例如,在哥伦比亚大学(我工作的地方),SIS课程ID基于部门代码,学期和年份,SIS用户ID基于用户的姓名缩写。 The Canvas course and user IDs are serial numbers. Canvas课程和用户ID是序列号。

Hope this helps! 希望这可以帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM