Forum Discussion
AndreaBorsoi-1d
3 years agoCommunity Member
Getting student name from Moodle
Is there any way to capture the student full name from Moodle and to pass it into Storyline360? I would like to show it in a SL slide and then use the same variable in a PDF document that I would li...
Nedim
3 years agoCommunity Member
Hi Joseph,
That's correct. My organization can decide to populate the "Username" field (required) with the learner's email address. It all comes down to personal preference whether the admin wants the learners to log in with an email address or with another unique ID. However, whatever you populate the "Username" field in Moodle with, it is what you will see when you call 'GetStudentID()" function. The same goes with the first name and surname. Both are mandatory fields during the student enrolment process. By calling "GetStudentName()" function, both the first name and surname will show in "surname, first name" format. See attached screenshot.