Each term, we create a welcome announcement with dates for each term. The announcement is stored it in a folder in shared public files (html-Template-Library) and embedded as an announcement in each course.
We would like to personalize the announcement for each student. So….
Added this code: Dear {FirstName},
The code worked fine when the file was previewed.
However upon reopening the file, the code changed to this: Dear {{FirstName}},
The embedded file does not display the first name but the code.
Is there a way to fix this?
Thank you for your help.