A replacement string allows instructors to customize course content and communications in TCU online by incorporating the intended student’s personalized information, such as their name, automatically. This feature can help instructors build better relationships with students, increase engagement levels, and improve the overall learning experience.
Replace strings, sometimes referred to as display configuration variables, are configuration variable names enclosed in curly braces {} that are automatically replaced by the corresponding configuration variable values. For example, if you enter the text {OrgUnitName} into a document, when you view the document you will see the course’s title.
Replace strings are particularly useful within the following:
Watch: Use Replacement Strings for Personalization
Hello, {FirstName}!
Welcome to {OrgUnitName}. I’m excited to get to know all of you and dive into the content together. To get started, please select the “Content” link above, and open up the first module, on the left-hand side.
See you in class!
Dr. Jones
Hello, Sarah!
Welcome to Intro to Biology 080 (Jones). I’m excited to get to know all of you and dive into the content together. To get started, please select the “Content” link above, and open up the first module, on the left-hand side.
See you in class!
Dr. Jones
Replace strings are particularly useful within Content, Announcements, Grades when adding bulk feedback, and Course Homepage Widgets. Replace strings are used in all tools that use HTML Editor. However, evaluation rules for the replace strings vary with the tool as follows:
These replace strings are not available within the Content tool
Replace String |
Description |
For Use In |
---|---|---|
{InitiatingUser} |
The user who performs the action that meets the agent’s criteria |
Email address field |
{InitiatingUserAuditors} |
The auditors for the user who performs the action that meets the agent’s criteria |
Email address field |
{OrgName} |
The name of the organization |
Email body |
{OrgUnitCode} |
The code for the Org Unit |
Email body |
{OrgUnitName} |
The name of the Org Unit |
Email body |
{OrgUnitStartDate} |
The start date specified for the Org Unit |
Email body |
{OrgUnitEndDate} |
The end date specified for the Org Unit |
Email body |
{OrgUnitId} |
The org unit ID required to make quicklinks works |
Email subject line and email body |
{InitiatingUserFirstName} |
The first name of the initiating user |
Email body |
{InitiatingUserLastName} |
The last name of the initiating user |
Email body |
{InitiatingUserUserName} |
The username of the initiating user |
Email body |
{InitiatingUserOrgDefinedId} |
The Org Defined ID of the initiating user |
Email body |
{LastCourseAccessDate} |
The date the initiating user last accessed the course |
Email subject line and email body |
{LastLoginDate} |
The date the initiating user last logged in |
Email subject line and email body |
{LoginPath} |
The address of the login path for the site |
Email body |