You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/instructors/admin/integration/lms-students.rst
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,49 @@
3
3
4
4
.. _lms-users:
5
5
6
-
User account creation
7
-
=====================
6
+
Creating User Account
7
+
======================
8
8
9
-
When integrating with an external system, you do not :ref:`add/invite <add-remove-students>` students or teachers to your course. All is handled when the users access an assignment in the system mapped to Codio and the features to invite students into the course are not enabled.
9
+
When integrating with an external system, you don't need to manually :ref:`add or invite <add-remove-students>` students and teachers to your course. User enrollment is handled automatically when they access assignments that are mapped to Codio, and the manual invitation features are disabled in this configuration.
10
10
11
-
It is also important to understand how Codio maps external system users to Codio users. The following rules should be understood.
11
+
Understanding how Codio maps external system users to Codio users is important. Here are the key mapping rules:
12
12
13
-
- If students or faculty access Codio via an LMS assignment then Codio will initially use the LMS email address to identify the user and create the Codio account.
<strong>Note:</strong> Anonymous students (with no email associated) can access Codio through an LMS. This must be set up within the LMS.
17
+
</div>
14
18
15
-
.. Note:: Anonymous students (with no email associated) can access Codio through an LMS. This must be set up within the LMS.
19
+
- If students or faculty access Codio via an LMS assignment then Codio will initially use the LMS email address to identify the user and create the Codio account.
16
20
17
21
- In all subsequent access, the userID will be used so in the event the user changes their email address in the LMS, the user will be mapped to the same Codio account.
22
+
18
23
- If the user is not known to Codio then we will sign up the user as a new Codio user in the background and take the user directly into the Codio content. The LMS user role will be carried over as well.
19
24
20
-
.. Note:: The users LMS password is not passed to Codio so if the user may wish to log into Codio directly in the future, they will need to create a :ref:`password <password>` for their Codio account (and of course it is always recommended that the same passwords are not used in different applications).
<strong>Note:</strong> The users LMS password is not passed to Codio so if the user may wish to log into Codio directly in the future, they will need to create a <ahref="#password">password</a> for their Codio account (and of course it is always recommended that the same passwords are not used in different applications).
29
+
</div>
21
30
22
31
- If the user is known to Codio then Codio will take them directly into the Codio content without any sign-in required. If they are a Codio user but are not a member of your organization then they will be required to complete a verification via email.
23
32
24
-
- If a student joins Codio from an LMS a new Codio account will be created even if the student already has a Codio account using the same email address where we do not have a userID + LMS system id.
33
+
- If a student joins Codio from an LMS a new Codio account will be created even if the student already has a Codio account using the same email address where we do not have a userID + LMS system id.
34
+
35
+
.. raw:: html
25
36
26
-
.. Note:: If you need to reset your password, you can use your username instead of your email address. Alternatively, you can contact your course instructor, who can assist with `resetting the password <https://docs.codio.com/instructors/teaching/resetpassword.html#reset-pass>`_.
<strong>Note:</strong> If you need to reset your password, you can use your username instead of your email address. Alternatively, you can contact your course instructor, who can assist with <ahref="https://docs.codio.com/instructors/teaching/resetpassword.html#reset-pass">resetting the password</a>.
39
+
</div>
27
40
28
41
- After successful mapping of an user's LMS account to their Codio account, if the user has changed their details such as name or email in their LMS account, Codio will automatically update those details the next time the user accesses Codio from their LMS. Codio will not update the email if another user with the same email already exists.
29
42
30
-
.. Note:: If your organization is in trial mode, student accounts will not be created via LTI integration. Ensure your organization has an active subscription to allow student enrollments.
<strong>Note:</strong> If your organization is in trial mode, student accounts will not be created via LTI integration. Ensure your organization has an active subscription to allow student enrollments.
47
+
</div>
48
+
31
49
32
50
Teacher Roles
33
51
~~~~~~~~~~~~~
@@ -50,4 +68,4 @@ If you wish to only allow Mentors to view/manage specific students in the course
50
68
LTI Field to Uniquely Identify Students
51
69
---------------------------------------
52
70
53
-
It is a custom LTI field to uniquely identify students, that field transparently added to our CSV export data files if you would like to do mapping of the results manually. You can find this setting on **LTI Integrations** tab in your Organization Settings.
71
+
This is a unique identifier for students found in a custom LTI field. This field is automatically added to the CSV export data files, enabling you to map results manually if necessary. You can adjust this option in the **LTI Integrations** section of your Organization Settings.
0 commit comments