CloudDeakin guides
Replacement strings
Replacement strings allow you to personalise messages by providing the code to replace information that is specific to a student such as their first and last names. This allows you to send personalised messages to each student in your site without having to enter their personal details numerous times.
Replacement strings can be used:
- where ever there is a WYSIWYG (What You See Is What You Get). Examples: HTML pages, Assignment folder descriptions, Announcements, widgets, discussion posts, etc.
- emails sent by Intelligent Agents (within the body and/or the address field)
Note: Replacement strings cannot be used in emails sent via the Classlist.
Common replacement strings
Replace String | What will be displayed | Where it can be used |
---|---|---|
{OrgName} | The name of the organisation (e.g. Deakin University) |
|
{OrgUnitCode} | The code for the Org Unit (e.g. ABC123_Tri-1_2012) |
|
{OrgUnitName} | The name of the org unit (e.g. ABC123 – Introduction to the Alphabet) |
|
{FirstName} | First Name of the logged in user (e.g. John) |
|
{LastName} | Last Name of the logged in user (e.g. Doe) |
|
{OrgUnitStartDate} | The start date specified for the org unit (21 Feb, 2012) |
|
{OrgUnitEndDate} | The end date specified for the org unit (2 June, 2012) |
|
{InitiatingUser} | The user who performs the action that meets the agent’s criteria |
|
{InitiatingUserFirstName} | The first name of the initiating user (e.g. John) |
|
{InitiatingUserOrgDefinedId} | The Org Defined Id of the initiating user (e.g. jdoe) |
|
{InitiatingUserLastName} | The last name of the initiating user (e.g. Doe) |
|
{LoginPath} | The address of the login path for the site |
|
{LastLoginDeate} | The date the initialing user last logged in. |
|
{OrgUnitId} | The id for the unit. |
|
{LastCourseAccessDate} | The date the initialising user last accessed the unit. |
|