Totara Learn Open Discussions

SCORM Activity - personalized user

 
Kerry Howe
SCORM Activity - personalized user
על ידי Kerry Howe בתאריך 20/02/2020, 10:38
 

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. 


Jordan Ash
Re: SCORM Activity - personalized user
על ידי Jordan Ash בתאריך 21/02/2020, 04:09
קבוצה Totaraקבוצה TXP Site Administrator

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.



Anna Ross
Re: SCORM Activity - personalized user
על ידי Anna Ross בתאריך 25/02/2020, 11:55
 

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.