Totara Learn Open Discussions

SCORM Activity - personalized user

 
HoweKerry
SCORM Activity - personalized user
HoweKerry 发表于 2020年02月20日 Thursday 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. 


AshJordan
Re: SCORM Activity - personalized user
AshJordan 发表于 2020年02月21日 Friday 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.



RossAnna
Re: SCORM Activity - personalized user
RossAnna 发表于 2020年02月25日 Tuesday 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.