TracCloud: SAGE: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
</big></b></div> | </big></b></div> | ||
SAGE | SAGE Early Alerts is an additional module available for the Trac System. SAGE allows your faculty members to submit referrals, progress reports, or evaluations for the students enrolled in their courses. Based on the choices made while creating the referral, an automated email could be sent out to the student's assigned advisor, a professor, or otherwise, that way you and your staff can be as proactive as possible in helping your students. | ||
You can think of SAGE like a three-step process. | You can think of SAGE like a three-step process. | ||
Line 199: | Line 199: | ||
* <b>Assigned Advisor/Other</b> <nowiki>{{Student.CustomData.cf_18}}</nowiki> | * <b>Assigned Advisor/Other</b> <nowiki>{{Student.CustomData.cf_18}}</nowiki> | ||
::Student Custom Fields can also be referred to here to pull email addresses, such as in the case of an Assigned Advisor. [[ | ::Student Custom Fields can also be referred to here to pull email addresses, such as in the case of an Assigned Advisor. [[TracCloud:_Custom_Fields|More information.]] | ||
* <b>Linked Consultant:</b> <nowiki>{{Consultant.Email}}</nowiki> | * <b>Linked Consultant:</b> <nowiki>{{Consultant.Email}}</nowiki> | ||
Line 272: | Line 272: | ||
* <b>Email Tags</b> | * <b>Email Tags</b> | ||
[[ | [[TracCloud:_Twig#Tag_List|A full list of email tags can be found here]], but to give a quick example, you could format an email as such:<br> | ||
<syntaxhighlight style="border: 1px dashed black" lang="twig" line> | <syntaxhighlight style="border: 1px dashed black" lang="twig" line> | ||
Hello, {{Student.First_Name}}, this {{ReferralType.Name}} was submitted by {{Faculty.FirstName}}. | Hello, {{Student.First_Name}}, this {{ReferralType.Name}} was submitted by {{Faculty.FirstName}}. | ||
Line 324: | Line 324: | ||
One other factor to consider is custom questions. These can still be used emails, but you will need to use the "Code Reference" value that you set earlier. For example, if your Code Reference was "GradeQuestion1," the format of this tag would be <nowiki>{{Questions.GradeQuestion1}} and {{Answers.GradeQuestion1}}</nowiki> for the question and answer respectively. | One other factor to consider is custom questions. These can still be used emails, but you will need to use the "Code Reference" value that you set earlier. For example, if your Code Reference was "GradeQuestion1," the format of this tag would be <nowiki>{{Questions.GradeQuestion1}} and {{Answers.GradeQuestion1}}</nowiki> for the question and answer respectively. | ||
The extent of what Twig is capable of is outside the scope of this article. [[ | The extent of what Twig is capable of is outside the scope of this article. [[TracCloud:_Twig|Take a look at our dedicated Twig Guide here]], which also includes a list of available tags for students, staff, etc. Additional SAGE-specific tags can be viewed in that article or in the table below. | ||
{{#lst: | {{#lst:TracCloud:_Twig|SAGETags}} | ||
</div> | </div> | ||
Line 388: | Line 388: | ||
<div style="float: left; margin-top: 0em; margin-bottom: 1em"><big><b>SAGE Referrals by ??</b></big></div><div class="mw-collapsible mw-collapsed"> | <div style="float: left; margin-top: 0em; margin-bottom: 1em"><big><b>SAGE Referrals by ??</b></big></div><div class="mw-collapsible mw-collapsed"> | ||
<br><br> | <br><br> | ||
{{: | {{:TracCloud_Report:_SAGE_Referrals_by_%3F%3F}} | ||
</div> | </div> | ||
<hr> | <hr> | ||
Line 399: | Line 399: | ||
For SAGE functionality questions, reach out to [mailto:helpdesk@go-redrock.com helpdesk@go-redrock.com] | For SAGE functionality questions, reach out to [mailto:helpdesk@go-redrock.com helpdesk@go-redrock.com] | ||
[[Category:TracCloud]] | [[Category:TracCloud Manual]] | ||
</div> | </div> |
Latest revision as of 20:40, 13 March 2025
Additional Features
SAGE
SAGE Early Alerts is an additional module available for the Trac System. SAGE allows your faculty members to submit referrals, progress reports, or evaluations for the students enrolled in their courses. Based on the choices made while creating the referral, an automated email could be sent out to the student's assigned advisor, a professor, or otherwise, that way you and your staff can be as proactive as possible in helping your students.
You can think of SAGE like a three-step process.
- 1. Creation, a referral is submitted, emails are sent out.
- These emails could be sent to advisors, professors, or the student themselves, notifying us of something the student may be struggling with.
- 2. Follow-up, more information is given, new emails are sent out.
- The follow-up email lets relevant users know how this referral is going, what has been done, and what we are doing to help this student.
- 3. Resolution, a final email is sent out to wrap everything up.
- Once the referral has been processed, we can fill out some additional information letting the relevant users know what we did to help this student.
Creating and Completing Referrals
There are multiple ways to create referrals for students, depending on which method best fits your campus workflow. Referrals can be created by faculty via the class roster, or by advisors or other staff from student profiles.
SAGE Configuration
The following chapters of this wiki article will cover how you can create your SAGE referral types, including the reasons, recommendations, emails, custom questions, and more.
Reports
There are three SAGE-specific reports available in TracCloud, each providing a different way to view your referral data. These reports can be found in the Navigation Bar, under Reports > SAGE.
For information on purchasing the SAGE Module, reach out to sales@go-redrock.com
For SAGE functionality questions, reach out to helpdesk@go-redrock.com