Forum Discussion

KatieWise's avatar
KatieWise
Community Member
2 years ago

change title of print results in storyline?

Can you change the title in printer results? In the javascript, where does this piece of code pull from in the storyline file?

var headline=player.GetVar("PrintTitle");

If I change the title there, I get 'null' instead. Otherwise it's pulling a title that I don't want and can't figure out where it's coming from. It says 'Action Journal' and I want it to say 'Action Plan' but cannot figure out where to change it. 

  • Nedim's avatar
    Nedim
    Community Member

    It's most likely in the project variables panel (see the attached photo). Click the default value to change it. The "PrintTitle" is the name of the variable, the value is something you define.

  • KatieWise's avatar
    KatieWise
    Community Member

    Nedim, that was it, thank you! 

    I'm having another issue, do you know why - Work is in the browser header? The title in the player and when creating the scorm is just 'Action Oriented' so I'm not sure where the "- Work" is coming from.