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
How to know which students are enrolled in which classes?
For example, when a student logs in, we need to cross-reference some master list of student course enrollments.
It won't be feasible to loop through all different course sheets, everytime a student visits their /user/courses page.
Potential Solutions
Admin keeps master google sheet document.
Perhaps we setup a nightly job where the system loops through all registered AND current courses, and copies this data into the admin master enrollments sheet.
Master Enrollments Sheet:
student email address
course id / course name
term (or whether the course is currently active or old)
The text was updated successfully, but these errors were encountered:
How to know which students are enrolled in which classes?
For example, when a student logs in, we need to cross-reference some master list of student course enrollments.
It won't be feasible to loop through all different course sheets, everytime a student visits their
/user/courses
page.Potential Solutions
Admin keeps master google sheet document.
Perhaps we setup a nightly job where the system loops through all registered AND current courses, and copies this data into the admin master enrollments sheet.
Master Enrollments Sheet:
The text was updated successfully, but these errors were encountered: