We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A number of features would require or could be improved with up to dates rosters for the course.
I've tested this in the following LMS:
This setting needs to be enabled, not sure if we mention these in our install instructions or what default are being used here.
Fetching rosters works as expected when that setting is enabled.
Names and roles needs to be checked.
Our install instructions already ask to get it checked:
https://web.hypothes.is/help/installing-hypothesis-in-d2l-lti-1-3-worldwide/
Membership Service needs to be yes:
Our install instructions already ask for it:
https://web.hypothes.is/help/installing-hypothesis-in-blackboard-lti-1-3-worldwide/
Name and roles needs to be allowed
Our install instructors don't ask for it:
https://web.hypothes.is/help/installing-hypothesis-in-moodle-lti-1-3-worldwide/
Instead of commiting to fetch the rosters for all courses we can:
Create new course_roster table. We'll use this instead of GroupMembership/User to avoid skewing data reading from those tables.
course_roster
Add a button in the admin pages to fetch roster for that particular course
Fetch the course membership via LTIA API.
If this proves to be successful next steps are:
Update KB articles so we explicitly mention enabling this for all LTI1.3 installs in LMS that do require a setting.
Start fetching rosters for courses in a cadence that makes sense for the first f
eature to use it (Grading improvements, dashboards...).
The text was updated successfully, but these errors were encountered:
marcospri
No branches or pull requests
A number of features would require or could be improved with up to dates rosters for the course.
Tasks
Course rosters
Assignment rosters
Start fetching rosters:
Issues found while fetching rosters
Per LMS settings
I've tested this in the following LMS:
Canvas
This setting needs to be enabled, not sure if we mention these in our install instructions or what default are being used here.
Fetching rosters works as expected when that setting is enabled.
D2L
Names and roles needs to be checked.
Our install instructions already ask to get it checked:
https://web.hypothes.is/help/installing-hypothesis-in-d2l-lti-1-3-worldwide/
Fetching rosters works as expected when that setting is enabled.
Blackboard
Membership Service needs to be yes:
Our install instructions already ask for it:
https://web.hypothes.is/help/installing-hypothesis-in-blackboard-lti-1-3-worldwide/
Fetching rosters works as expected when that setting is enabled.
Moodle
Name and roles needs to be allowed
Our install instructors don't ask for it:
https://web.hypothes.is/help/installing-hypothesis-in-moodle-lti-1-3-worldwide/
Instead of commiting to fetch the rosters for all courses we can:
Create new
course_roster
table. We'll use this instead of GroupMembership/User to avoid skewing data reading from those tables.Add a button in the admin pages to fetch roster for that particular courseFetch the course membership via LTIA API.
If this proves to be successful next steps are:
Update KB articles so we explicitly mention enabling this for all LTI1.3 installs in LMS that do require a setting.
Start fetching rosters for courses in a cadence that makes sense for the first f
eature to use it (Grading improvements, dashboards...).
The text was updated successfully, but these errors were encountered: