Student Enrollment UI
The Student Enrollment UI is used to create enrollment records for students and to trigger student enrollment in the Moodle Courses.
The student's name must be selected from the filter at the top, this was implemented to reduce how much data is loaded in the view.
The view is a two-level nested table. The primary row is a student term. When the student is selected in the filter, the associated student term records are loaded.
The secondary row is the enrollment record. When the user clicks the plus sign, a pop-up window appears and the user may select from a set of template records.
As of JAN 2023, all template records are displayed. In this view, template records should only be displayed if they are linked to the same plan as the student.
If the user clicks the button next to the template, then an enrollment record is created and the information from the template is mapped to the enrollment record.
No Comments