Overview
Intelligent Agents send an automated email when instructor-defined criteria are met. For example, instructors can email students who have not logged in recently, whose grades have fallen below a certain level, or who have viewed a specific content topic.
Creating Intelligent Agents
Running an Intelligent Agent Manually
Replace Strings for Intelligent Agents Emails
NOTE: You can now add attachments to automated email messages when creating and editing intelligent agents. The intelligent agent email template contains an Attachments area that enables you to upload local files, select from available course files, or record audio. Attachment size is based on the email attachment size setting for your organization.
NOTE: Intelligent Agents will be disabled once the course is inactive.
This “practice run” will generate a report of what students would have been caught by the agent. In a practice run, no emails are sent. The list that is generated indicates who would have been contacted with the given parameters of an agent, which allows instructors to test how a particular agent’s settings would impact students.
If your agent is not set up to run on a schedule, it will need to be run manually.
By default, intelligent agent emails come from “System – No Reply” and the reply-to email is “system_noreply@brightspace.com”. It is recommended that you change this email address to an email that is monitored by a person
Replace strings are specially formatted codes that can be entered into automated emails; they replace the need to enter information that might change from student-to-student. For example, to send a personalized message to each student in a class of 60, use the replace string {InitiatingUserFirstName}, and the names of the students will be filled in automatically.
See the table below for all of the replace string options and the text they generate. In the course, select What replace strings can I use in the subject and message under the email subject text box to see a list of replace string options.
Replace String | Generated Text |
---|---|
{OrgName} | The name of the organization |
{OrgUnitCode} | The code for the course (i.e., WRD_103_103_0990) |
{OrgUnitName} | The name of the course |
{OrgUnitId} | The id for the org unit |
{InitiatingUserFirstName} | The first name of the initiating user |
{InitiatingUserLastName} | The last name of the initiating user |
{InitiatingUserUserName} | The username of the initiating user |
{InitiatingUserOrgDefinedId} | The ID number of the initiating user |
{LoginPath} | The address of the login path for the site |
{LastCourseAccessDate} | The date the initiating user last accessed the course |
{LastLoginDate} | The date the initiating user last logged in |
Here is a sample email using replace strings:
Dear {InitiatingUserFirstName}, You did not logged into the {OrgUnitName} course site in the last week. Please remember that regular participation in course activities is essential for success in this course! Please log in to the course site as soon as possible.
In the example above, each student’s name and the course title will automatically appear when the email is sent see below the bold text indicates what was added based on the replace string in the above example:
Dear John, You did not logged into the Composition & Rhetoric II course site in the last week. Please remember that regular participation in course activities is essential for success in this course! Please log into the course site as soon as possible.