How to add and enroll a student via web UI #186
-
I cannot find a way to add new student to UniTime. Also, how to enroll a student to a course? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Students cannot be created directly in UniTime. We expect students to be imported into UniTime from a Student Information System. Depending on what you want to do, there are a few options:
For more details about the various XML imports, please see https://www.unitime.org/uct_interfaces.php. |
Beta Was this translation helpful? Give feedback.
Students cannot be created directly in UniTime. We expect students to be imported into UniTime from a Student Information System.
Depending on what you want to do, there are a few options:
You can import student class enrollments (using Student class enrollments XML (see here for an example). The Administration > Academic Sessions > Data Exchange page can import the XML file.
You can import student course requests (using Student course requests XML (see here for an example) and then run the Student Scheduling Solver to enroll students in individual classes.
You can import just the students (using Students XML (see here for an example) and then let the students register themselves (u…