Looking to see if anyone knows of a way, a tool that is available or a customization for when a user accesess a SCORM activity the screen/player/window is personalized to them. i.e. Hello Kerry, Hi Kerry or something similiar.
Totara Learn Open Discussions
SCORM Activity - personalized user
Hi Kerry,
Depending on the authoring tool you are using this is possible using javascript. Here is an example I have created in Articulate Storyline that will replace the name in the top right of the screen shot with your first and last name in Totara.
This may not always work depending on the browser used, so it is worth setting the default values of any name variables to something that will make sense if their name does not come through.
Source file is attached below if you want to take a look how it is done.
You can do this in the Adapt Authoring Tool https://community.adaptlearning.org/mod/forum/discuss.php?d=3628
Paste {{_globals._learnerInfo.firstname}} into the text field wherever you want the name to appear.