Forum Discussion
MikeAmelang
6 years agoCommunity Member
Learning Journal In Rise
UPDATE JUNE 2020:
Firstly, Articulate recently implemented a small update to Rise. As a result, all new exports from Rise will need to include the most recent version of LearningJournal.js which i...
TessRoper-ee31c
5 years agoCommunity Member
Hi there - new user! I'm wondering if it's possible to change the text in the button from "Print Reflection" to "Download my Responses" or something similar. I'm worried that some may see "print" and not understand that it's just opening a PDF for them.
- MikeAmelang4 years agoCommunity Member
Tess,
To change the text in the buttons, see the section around line 72 and replace with your desired text:
// These are the text for the Print buttons
var PrintAllButton_Text = "Print My Journal";
var PrintTakeActionsOnly_Text = "Print My Actions";
Mike