Auto assigning student ID

Auto assigning student ID

- Zaid Ghansar の投稿
返信数: 2

I am initializing a new course in moodle with self email based registration. I want moodle to automatically assign the "ID Number" for students as they register based on a set format like RST_01, RST_02 etc. I know the profile has ID Number as a field but I am not sure if moodle can assign ID Numbers automatically on every student profile created?

Zaid Ghansar への返信

Re: Auto assigning student ID

- Mark Johnson の投稿
画像 Core developers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers

Every student has an ID auto-assigned to the id field in the database (although this is just an incrementing number).  I believe the ID Number field is designed to be imported from an external system, such as a student records system, so there's no built-in way to auto-assign it. However, there's nothing to stop you creating one 笑顔