Totara Learn Open Discussions

SCORM Activity - personalized user

 
Kerry Howe
SCORM Activity - personalized user
by Kerry Howe - Thursday, 20 February 2020, 10:38 AM
 

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
by Jordan Ash - Friday, 21 February 2020, 4:09 AM
Group TotaraGroup 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
by Anna Ross - Tuesday, 25 February 2020, 11:55 AM
 

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.