FAQ: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{40EOL}}
This list of Frequently Asked Questions (FAQs) has been compiled through the emails and phone calls received by the Redrock Support Team. These questions and answers are not organized in an ordered format, but rather as a collective group of questions that you can quickly scan and search.
This list of Frequently Asked Questions (FAQs) has been compiled through the emails and phone calls received by the Redrock Support Team. These questions and answers are not organized in an ordered format, but rather as a collective group of questions that you can quickly scan and search.


Line 8: Line 9:
==Technical and Installation FAQs==
==Technical and Installation FAQs==


=====[[TechInstall|How do I install the software?]]=====
<hr>
The Trac software will be available for download after purchase has been made. Contact Support@Go-Redrock.com for the link to download the latest release of the software. The download link will provide a complete installation package, including the web server and database. On a Windows server, the download will be a self-extracting .exe file that  will install the Trac application on the C: drive.
=====Can the server be assigned a DHCP IP Address?=====
 
=====[[Requirements|What are the Server Requirements?]]=====
The Trac System does not require high-end or server-grade hardware/software to operate. The full system requirements can be found in the hyperlink above.
 
=====[[Requirements|Can the server be assigned a DHCP IP Address?]]=====
No, the Trac application requires a static server IP Address. The IP Address is used to check your installation code and also to access your Trac application web interface.
No, the Trac application requires a static server IP Address. The IP Address is used to check your installation code and also to access your Trac application web interface.


<hr>
=====[[TechInstall|Can I install the Trac application on multiple computers?]]=====
=====[[TechInstall|Can I install the Trac application on multiple computers?]]=====
No, your Trac application will only be installed on a single computer. This computer will be the server (even if it is not 'server' hardware), containing the database and application in the same directory. Users can access your Trac application from any web-enabled device on the network. As a web-based application, there is no need to install the software on any other computer.
No, your Trac application will only be installed on a single computer. This computer will be the server (even if it is not 'server' hardware), containing the database and application in the same directory. Users can access your Trac application from any web-enabled device on the network. As a web-based application, there is no need to install the software on any other computer.


=====[[TechInstall|Can I install the Trac application on a virtual machine?]]=====
<hr>
Yes, the Trac application runs fine on virtual servers.
 
=====[[TechDEP|Why does the Trac application quit whenever it is started?]]=====
=====[[TechDEP|Why does the Trac application quit whenever it is started?]]=====
Windows Server 2003 and newer operating systems utilize a software technology called Data Execution Prevention (DEP) that performs additional checks on memory to help prevent malicious code from running on a system. The primary benefit of DEP is to help prevent code execution from data pages. Your Trac system utilizes this memory for some execution of scripts and will need to be set up as an exception in your Windows DEP settings.
Windows Server 2003 and newer operating systems utilize a software technology called Data Execution Prevention (DEP) that performs additional checks on memory to help prevent malicious code from running on a system. The primary benefit of DEP is to help prevent code execution from data pages. Your Trac system utilizes this memory for some execution of scripts and will need to be set up as an exception in your Windows DEP settings.


=====[[TechLDAPTool|Can the Trac application use the campus LDAP or Active Directory to log in users?]]=====
<hr>
Yes, the Trac application is LDAP and Active Directory compatible. The authentication would be customized by Redrock Software. Redrock Software would need the LDAP/AD Server Address, Base DN, and a valid username & password to create, test, and implement the LDAP/AD Authentication script.
=====[[TechAuthentication|Can the Trac application be integrated with our campus Single Sign-on?]]=====
 
Yes, the Trac application can integrate with your existing Single Sign-on configuration using CAS, SAML, or LDAP. This integration is customized by Redrock Software. Redrock Software would work with your campus IT Dept to fully integrate the Trac application.
=====[[TechCAS|Can the Trac application be integrated with our campus Portal, Single Sign-On (SSO), CAS, WebAuth,  or other?]]=====
Yes, the Trac application can integrate with Portals, SSO, CAS, or WebAuth. This integration is customized by Redrock Software. Redrock Software would work with your campus IT Dept to fully integrate the Trac application.


<hr>
=====[[TechStunnel|How can our Trac website be secured?]]=====
=====[[TechStunnel|How can our Trac website be secured?]]=====
Redrock Software recommends utilizing a 3rd party application named Stunnel to encrypt the data between the web server and the users' web browsers. Stunnel is a free, open-source SSL wrapper that is installed on the server with the Trac application. The Trac application connects with Stunnel without encryption on the local server. Then, Stunnel encrypts the data and connects with the users' browsers across the network.
Redrock Software recommends utilizing a 3rd party application named Stunnel to encrypt the data between the web server and the users' web browsers. Stunnel is a free, open-source SSL wrapper that is installed on the server with the Trac application. The Trac application connects with Stunnel without encryption on the local server. Then, Stunnel encrypts the data and connects with the users' browsers across the network.


=====[[TechInstall|Can we use an SQL database for the Trac application?]]=====
<hr>
No, the Trac application utilizes a 4th Dimension database  (http://www.4d.com). The web server front end is developed specifically for use with this integrated database. A future version (no ETA) of the Trac application will utilize a mySQL database.
=====Can we run our Trac site from an IIS or Apache web server?=====
No, the Trac application utilizes a custom web server developed by Redrock Software. The web server was developed to integrate fully with the built-in 4th Dimension database. Click "Expand" for more information.
<div class="mw-collapsible mw-collapsed">
<span style="font-size:160%; color:#7c1911;"> '''Internet Information Services (IIS)'''</span>


=====[[TechIIS|Can we run our Trac site from an IIS web server?]]=====
<br />The Trac application does not use IIS to serve the web site. You do not need to install IIS on the server for the Trac application.  If the Trac application is installed on a server that also runs other web pages from IIS, then you will need to set up IIS and the Trac application to not interfere with each other. By default, all web server applications serve on port 80. The Trac application may be modified to serve on a different port in order to allow IIS to serve on port 80.<br /><br />
No, the Trac application utilizes a custom web server developed by Redrock Software. The web server was developed to integrate fully with the built-in 4th Dimension database.


=====[[TechMacApache|Can we run our Trac site from an Apache web server?]]=====
To change the server port, open the file Prefs.INI that is located in the Trac application directory.  You can use WordPad or Notepad to edit the Prefs.INI file.  Locate ServerPort=80. Change 80 to 81 to serve the Trac application on port 81.  Restart the Trac application and it will now be serving its web pages on port 81 (or another specified port).<br /><br />
No, the Trac application utilizes a custom web server developed by Redrock Software. The web server was developed to integrate fully with the built-in 4th Dimension database.
</div>


<hr>
=====[[TechImport|Can our Student Information System integrate with our Trac application?]]=====
=====[[TechImport|Can our Student Information System integrate with our Trac application?]]=====
The Trac application can import data from any source as long as it is  provided in the correct format. The data needs to be provided in a flat  file format. .TXT, .CSV, .DAT, .LIS, and .XML are examples of valid file formats. The Trac application will not import data from Excel  files. The data must be saved in a flat format. The order and delimiter  of the fields is completely up to your preference, however, the format, order, and delimiter of the fields must remain consistent with every import. Redrock Software recommends that the student demographic data be imported with the students' course registrations and course instructors.  
The Trac application can import data from any source as long as it is  provided in the correct format. The data needs to be provided in a flat  file format. .TXT, .CSV, .DAT, .LIS, and .XML are examples of valid file formats. The Trac application will not import data from Excel  files. The data must be saved in a flat format. The order and delimiter  of the fields is completely up to your preference, however, the format, order, and delimiter of the fields must remain consistent with every import. Redrock Software recommends that the student demographic data be imported with the students' course registrations and course instructors.  


<hr>
=====[[TechAsService|Can the Trac application run as a service on the server?]]=====
=====[[TechAsService|Can the Trac application run as a service on the server?]]=====
Yes, the Trac application can be run as a service so a user is not required to remain logged on to the server for the Trac application to run. The Trac application is installed as a service by utilizing a small application named Winserv. See the article, [[TechAsService|Install the Trac Application as a Service]], for more detail to install the service with the Winserv utility.
Yes, the Trac application can be run as a service so a user is not required to remain logged on to the server for the Trac application to run. The Trac application is installed as a service by utilizing a small application named Winserv. See the article, [[TechAsService|Install the Trac Application as a Service]], for more detail to install the service with the Winserv utility.


=====[[FAQOnlineLink|What are the steps to allow students to book an appointment online?]]=====
<hr>
The Trac System allows students to book appointments online and join online sessions via any conferencing software that supports static URLs. More information on what's required to configure these features can be found in the above hyperlink.
=====What are the steps to allow students to book an appointment online?=====
The Trac System allows students to book appointments online and join online sessions via any conferencing software that supports static URLs. More information on what's required to configure these features can be found by clicking "Expand."
 
<div class="mw-collapsible mw-collapsed">
'''What are the steps to allow students to book an appointment online?'''
 
'''IT'''
 
*1. Allow TutorTrac to be available off campus network.
 
*2. Implementing TLS encryption for your Trac server. If you choose to obtain your own certificate, be sure to retrieve an Apache X509-compatible certificate, as this is the only certificate type that is compatible with the Trac System. [[TechStunnel|More information.]]
 
*3. To use campus credentials (Single Sign-on or SSO) to sign into your Trac System, there are a few choices. Our preferred authentication method is SAML, but you may also use CAS or LDAP. Shibboleth may be used, but only when it has a SAML or CAS front end. [[TechAuthentication|More Information.]]
 
*4. The Trac System allows anonymous, non-secure SMTP communication, but cannot inherently send authenticated, secure SMTP messages. If an Office 365 or Gmail mail server is used, in most cases, authentication will be required. In cases where authentication is required, we will need to configure a third-party application called email relay on the host server. Email Relay allows the Trac System to accept anonymous, SMTP connections, and then make the secure SMTP connection to Office 365 or Gmail. [[TechEmailTool|More information.]]
 
*5. Have the latest updates and maintenance ran on the Trac application. Requires 1-2 hours of down time and we will need server access.
 
'''Trac Administrators'''
 
*1. Set up training to go over scheduling and emails preferences
 
*2. [[Center_Profile-Scheduling|Scheduling Prefs]]
 
*3. [[Emails|Email Configuration]]
 
*1. Set up training to online feature and how to manage the schedule for consultants.
 
*2. [[NewsOnlineFeature|Online Link]]
 
*3. [[Availabilities]] and [[Appointment_Scheduling|Appointments]]
</div>


==User FAQs==
==User FAQs==


=====[[FAQOnlineLinkEmail|Can the remote tutoring link be included in the confirmation email?]]=====
<hr>
Due to how the Trac System keeps track of remote tutoring visits, this is not possible without limitations. When the "Join Online Session" link is clicked by the student, the Trac System creates a visit record and marks their appointment as attended. If the link is sent in an email, it would not be possible for the Trac System to know when the link is clicked. However, there is a workaround available if this is absolutely necessary. More information on that can be found in the hyperlink above.
=====Can the remote tutoring link be included in the confirmation email?=====
Due to how the Trac System keeps track of remote tutoring visits, this is not possible without limitations. When the "Join Online Session" link is clicked by the student, the Trac System creates a visit record and marks their appointment as attended. If the link is sent in an email, it would not be possible for the Trac System to know when the link is clicked. However, there is a workaround available if this is absolutely necessary. Click "Expand" for more information.
 
<div class="mw-collapsible mw-collapsed">
'''How do I add consultants' online links to the confirmation/reminder email?'''
 
Due to how the Trac System keeps track of remote tutoring visits, this is not possible without limitations. When the "Join Online Session" link is clicked by the student, the Trac System creates a visit record and marks their appointment as attended. If the link is sent in an email, it would not be possible for the Trac System to know when the link is clicked.
 
We do have a workaround available for including these links in the confirmation email, but the downside is that consultants/admins will need to either log the student in/out for the visit, or create a quick visit after the fact. If you're okay with this limitation, simply follow the instructions below:
 
These options can be found by going to Trac Navigation > Search Glass > Center Profiles > [Your Profile]
 
*1. Click on the "Consutlants/Tutors/Advisors" tab, and select a consultant.
 
*2. (copy their online link from the "General Info" tab and) click on the "Contact Info" tab.
 
*3. Paste their online link in the "Notes 2" field and save.


=====[[AdminDef|What is a Profile?]]=====
[[File:onlinelinkemail4.png|border|600px]]
 
 
*4. Click on the "Prefs" tab > "Emails" > "Student reminder email"
 
*5. Add the email tag "#tutorNotes#" and save.
 
[[File:onlinelinkemail5.png|border|600px]]
 
 
Whatever is contained in the consultant's "Notes 2" box will be placed here in the email. Repeat steps 1 to 3 for each consultant.
 
Here's what our example email would look like:
 
[[File:onlinelinkemail6.png|border|600px]]
</div>
 
<hr>
=====[[Definitions|What is a Profile?]]=====
A Center Profile allows you to set up users, consultants, groups, and centers that share preferences and settings. The Groups will establish group privileges and settings for users and consultants. While the individual centers share the global profile settings, the groups and users can be restricted to accessing information by to each center.
A Center Profile allows you to set up users, consultants, groups, and centers that share preferences and settings. The Groups will establish group privileges and settings for users and consultants. While the individual centers share the global profile settings, the groups and users can be restricted to accessing information by to each center.


=====[[4.0 FAQ 202|Why would I need another Profile?]]=====
<hr>
=====Why would I need another Profile?=====
Another Profile would be needed when multiple centers cannot agree on the settings within the same Profile. There are three key areas of settings in which centers might have a conflict: Log In/Out, Appointment  Scheduling, and Email Settings.  
Another Profile would be needed when multiple centers cannot agree on the settings within the same Profile. There are three key areas of settings in which centers might have a conflict: Log In/Out, Appointment  Scheduling, and Email Settings.  


=====[[4.0 FAQ 203|Can I add a Profile to my existing Trac system?]]=====
<hr>
=====Can I add a Profile to my existing Trac system?=====
Yes, a Profile may be added to an existing system at any time. A Profile has an additional cost. You will need to contact Redrock for assistance in purchasing and activating a new profile at [mailto:sales@go-redrock.com Sales@Go-Redrock.com].
Yes, a Profile may be added to an existing system at any time. A Profile has an additional cost. You will need to contact Redrock for assistance in purchasing and activating a new profile at [mailto:sales@go-redrock.com Sales@Go-Redrock.com].


=====[[4.0 FAQ 204|How do I set up another Profile?]]=====
<hr>
Once your new profile has been purchased and activated, go to Trac Navigation > Search Glass > Center Profiles. From the Center Profile Listing, choose Create New from the List Options menu. Next, you need to name your Center Profile and save it. When you save your Profile, your  Profile is assigned a Sequence number. Finally, email that Sequence  number to Redrock Support<Support@Go-Redrock.com>. Redrock Support will generate a unique Activation Code for your Profile and you can  enter that code to activate your Center Profile. 
=====How do I set up multiple centers?=====
 
=====[[4.0 FAQ 205|How do I set up multiple centers?]]=====
A Centers tab appears at the top of your Profile Entry screen. This tab gives access to the unique Centers that are set up for the Profile. A Center in the Trac application is a unit that has unique Consultants, Schedules, Visits, and Reports. The Centers will most often be setup according to unique departments, however, you may set up your Centers according to any convention that fits your needs.  
A Centers tab appears at the top of your Profile Entry screen. This tab gives access to the unique Centers that are set up for the Profile. A Center in the Trac application is a unit that has unique Consultants, Schedules, Visits, and Reports. The Centers will most often be setup according to unique departments, however, you may set up your Centers according to any convention that fits your needs.  


=====[[FAQCreatingLocations|How do I create a location?]]=====
<hr>
You can create locations by going to Trac Navigation > Search Glass > Center Profiles > [Your Profile] > Prefs > Scheduling > Appointment location choices. Add each location to a new line, and save once you're done. Click the hyperlink above for more information.
 
=====[[FAQCustApptQuestion|How do I ask a custom question on appointment entry?]]=====
=====[[FAQCustApptQuestion|How do I ask a custom question on appointment entry?]]=====
You can create a custom appointment question by going to Trac Navigation > Search Glass > Center Profiles > [Your Profile] > Prefs > Scheduling > Custom Appointment Field. More information can be found in the hyperlink above.
You can create a custom appointment question by going to Trac Navigation > Search Glass > Center Profiles > [Your Profile] > Prefs > Scheduling > Custom Appointment Field. More information can be found in the hyperlink above.


=====[[SequenceID|What is a Sequence Number/ID and why is it important?]]=====
<hr>
=====What is a Sequence Number/ID and why is it important?=====
Sequence IDs are numbers that are assigned to a variety of different elements within the Trac Software. These numbers are automatically assigned and remain static so that when other information that is associated with the element (i.e. name, spelling, etc.) changes, there is no confusion as to which records are associated with each other.  One example would be if a Subcenter named: “The Writing Center” were to change their name to “The Reading and Writing Center” the Sequence ID would remain the same thus allowing previous visit data to remain attached to it.   
Sequence IDs are numbers that are assigned to a variety of different elements within the Trac Software. These numbers are automatically assigned and remain static so that when other information that is associated with the element (i.e. name, spelling, etc.) changes, there is no confusion as to which records are associated with each other.  One example would be if a Subcenter named: “The Writing Center” were to change their name to “The Reading and Writing Center” the Sequence ID would remain the same thus allowing previous visit data to remain attached to it.   
    
    
<hr>
=====[[Logo,_Name,_and_Colors|How do I set our school logo?]]=====
=====[[Logo,_Name,_and_Colors|How do I set our school logo?]]=====
The Trac system provides a place for a logo image to appear as a banner in the upper-right corner of your Trac system web pages. The banner is a .GIF image file named SchoolBanner.gif and is placed on the Trac server in the /Webfolder/TracWeb40/ folder of your Trac application installation directory. Redrock Software recommends an image height no greater than 75 pixels for your banner. Consider the users' screen resolutions when considering the width of the banner image. Instructions for uploading an new logo can be found in the hyperlink above.       
The Trac system provides a place for a logo image to appear as a banner in the upper-right corner of your Trac system web pages. The banner is a .GIF image file named SchoolBanner.gif and is placed on the Trac server in the /Webfolder/TracWeb40/ folder of your Trac application installation directory. Redrock Software recommends an image height no greater than 75 pixels for your banner. Consider the users' screen resolutions when considering the width of the banner image. Instructions for uploading an new logo can be found in the hyperlink above.       


<hr>
=====[[Logo,_Name,_and_Colors|How do I change the Trac colors?]]=====
=====[[Logo,_Name,_and_Colors|How do I change the Trac colors?]]=====
A Trac System Administrator can set up the default colors of the titles and title bars on the Trac system windows. The Trac System Administrator can set these colors from the System Preferences found in the Utilities & Prefs. The campusColorData preference provides a setup utility to select and test colors before implementing the colors for your Trac System.
A Trac System Administrator can set up the default colors of the titles and title bars on the Trac system windows. The Trac System Administrator can set these colors from the System Preferences found in the Utilities & Prefs. The campusColorData preference provides a setup utility to select and test colors before implementing the colors for your Trac System.


=====[[FAQYoutubeVideo|How do I embed a Youtube video on the Trac System?]]=====
<hr>
It's possible to embed a Youtube video in almost any HTML supported text box in the Trac System with the <object> tag. Click the hyperlink above for detailed instructions on setting this up.
=====How do I embed a Youtube video on the Trac System?=====
It's possible to embed a Youtube video in almost any HTML supported text box in the Trac System with the <object> tag. Click "Expand" to view more information.
<div class="mw-collapsible mw-collapsed">
<BR>
'''1. Retrieve and Modify Your Youtube Video Link'''
 
:Once you have your Youtube link, it should look something like this:
 
<nowiki>https://www.youtube.com/watch?v=</nowiki><span style="color:red">dQw4w9WgXcQ</span>
 
:There are two changes you'll need to make to the URL. Alternatively, you can just grab your <span style="color:red">video's ID</span> and replace the <span style="color:red">ID</span> in the example below to skip these steps.
 
:*<b>Replace "/watch?v=" with "/embed/".</b> This sets the video to an embedded format.
:*<b>Add "?rel=0" to the end of the link.</b> This prevents unrelated videos being suggested at the end.
 
:Now, you should have something that looks like this:
 
<nowiki>https://www.youtube.com/embed/</nowiki><span style="color:red">dQw4w9WgXcQ</span>?rel=0
 
 
'''2. Modify The HTML Code'''
 
:We'll be using this HTML code as a template, and we just need to make a couple changes.
 
:<b>On the first line, we have our <span style="color:blue">width and height</span>.</b> This will be the size/resolution of the video. 640x360 should work well in most cases.
 
:<b>On the second line, we have our <span style="color:green">Youtube link</span>.</b> Simply replace the link you see below with your own.
 
<nowiki><object</nowiki> <span style="color:blue"><nowiki>width="640" height="360"</nowiki></span>
<nowiki> data="</nowiki><span style="color:green"><nowiki>https://www.youtube.com/embed/dQw4w9WgXcQ?rel=0</nowiki></span>">
<nowiki></object></nowiki>
 
 
'''3. Adding it to Your Trac System'''
 
:In this example, we'll be adding this code to the students' welcome screen. This will work the same way in almost any HTML supported text box in the Trac System.
 
:Simply copy/paste your HTML code into the "Message for Full Access Students" box, then save.
 
:<span style="color:#707070">''Trac Navigation > Trac-Man > Utilities and Prefs > System Prefs > StudentAccess''</span><BR>
:[[File:94hg30neiuhd.png|border|600px]]


Once it's in place, it will now appear on the students' welcome screen.
[[File:3y3h6rjdj54h453.png|border|600px]]
</div>
<hr>
=====[[Customizing_the_Login_Screen|How do I change the login instructions?]]=====
=====[[Customizing_the_Login_Screen|How do I change the login instructions?]]=====
Any user that logs into your Trac system will log in through the same screen, so the login instructions are global to your Trac system. The instructions are found in the System Prefs. The name of the pref is MsgsAll. The instructions can be formatted with HTML to customize your fonts, colors, and sizes or add links and images.
Any user that logs into your Trac system will log in through the same screen, so the login instructions are global to your Trac system. The instructions are found in the System Prefs. The name of the pref is MsgsAll. The instructions can be formatted with HTML to customize your fonts, colors, and sizes or add links and images.


=====[[4.0 FAQ 209|How do I set up a nice URL or website to access the Trac system?]]=====
<hr>
=====How do I set up a nice URL or website to access the Trac system?=====
Your Trac application serves the Trac system web pages from the IP Address of the server. Your Trac system will be accessible via web browser by entering the IP Address as the URL. You can set up a domain name for that IP Address through your network administrator. When your site has a domain name, you will be able to access your Trac system by a recognizable address like <nowiki>https://Trac.College.EDU</nowiki>.
Your Trac application serves the Trac system web pages from the IP Address of the server. Your Trac system will be accessible via web browser by entering the IP Address as the URL. You can set up a domain name for that IP Address through your network administrator. When your site has a domain name, you will be able to access your Trac system by a recognizable address like <nowiki>https://Trac.College.EDU</nowiki>.


<hr>
=====[[TechImport|How do I load student and course data to my Trac system?]]=====
=====[[TechImport|How do I load student and course data to my Trac system?]]=====
Your Trac system can import student and course information via ASCII flat text files (usually students.txt and courses.txt). You must obtain these files from your student information system. Provide a sample of the file to Redrock Support, and you will receive a script that imports the data from the flat file to your Trac system database. So long as your file format remains the same, you will be able to continue to import updated student data to your Trac System. The entire process can be automated so you don't even need to do anything.
Your Trac system can import student and course information via ASCII flat text files (usually students.txt and courses.txt). You must obtain these files from your student information system. Provide a sample of the file to Redrock Support, and you will receive a script that imports the data from the flat file to your Trac system database. So long as your file format remains the same, you will be able to continue to import updated student data to your Trac System. The entire process can be automated so you don't even need to do anything.


<hr>
=====[[Preparing_for_a_Successful_Semester_Switch|How do I activate courses for a new term/semester?]]=====  
=====[[Preparing_for_a_Successful_Semester_Switch|How do I activate courses for a new term/semester?]]=====  
Activating new courses is a multistage process. Once the new courses are imported, you must adjust the term code within your System Prefs, activate the courses for each Subcenter, and transfer the Section Specialties for your consultants. Click on the Link for detailed instructions.   
Activating new courses is a multistage process. Once the new courses are imported, you must adjust the term code within your System Prefs, activate the courses for each Subcenter, and transfer the Section Specialties for your consultants. Click on the Link for detailed instructions.   


=====[[MyPrefs|Why can't I see any of the utilities/main menu items?]]=====  
<hr>
=====Why can't I see any of the utilities/main menu items?=====  
If you have recently set up an account and notice that your screen looks incredibly bare, you’ll need to save your personal preferences within the MyPrefs settings. Click on the Trac-Man Icon, scroll down and select My Prefs. You will notice that many preferences are already checked, but they do not take effect until the ‘Save Prefs’ button is clicked. Make any adjustments that you’d like and click ‘Save Prefs’. Once you click ‘Save Prefs’, go back to the Main Menu and refresh the screen to see the utilities.
If you have recently set up an account and notice that your screen looks incredibly bare, you’ll need to save your personal preferences within the MyPrefs settings. Click on the Trac-Man Icon, scroll down and select My Prefs. You will notice that many preferences are already checked, but they do not take effect until the ‘Save Prefs’ button is clicked. Make any adjustments that you’d like and click ‘Save Prefs’. Once you click ‘Save Prefs’, go back to the Main Menu and refresh the screen to see the utilities.


=====[[Change_your_password|How do I change my Sys Admin password?]]=====  
<hr>
To change your Sys Admin password, go to Trac Navigation > Search Glass > SysAdmin Group > User List > [Your User]. Here, you can change and confirm your password, then click save to apply changes.
=====How do I change my Sys Admin password?=====  
To change your Sys Admin password, go to Trac Navigation > Search Glass > SysAdmin Group > User List > [Your User]. Here, you can change and confirm your password, then click save to apply changes. Click "Expand" for more information.
<div class="mw-collapsible mw-collapsed">
To change the system administrator password click on the search glass from the main menu and click '''SysAdmin Group'''.
[[image:changePass.jpg|none]]


=====[[4.0 FAQ 211|How do I notify instructors when their students are visiting?]]=====
 
Click on the '''User List''' tab and select the user name of the account you would like to change.
[[image:password.jpg|none]]
 
 
In the '''Password''' box, type in your new password.
Retype the new password in the '''Confirm''' box and click '''Save''' on the bottom of the page.
[[image:savePassword.jpg|none]]
</div>
 
<hr>
=====How do I notify instructors when their students are visiting?=====
The Trac System has a couple of standard functions in place to allow you to contact the faculty when their students visit your center(s) for assistance. You can ask the students to check a box to email their instructor as they sign out of a visit. You can ask the consultants to enter their session notes and then click a button to email the visit information and notes to the instructor. You can even automate a process to run nightly or weekly and email the faculty a list of all of their students that have visited. Redrock Support will assist you in setting up these options.
The Trac System has a couple of standard functions in place to allow you to contact the faculty when their students visit your center(s) for assistance. You can ask the students to check a box to email their instructor as they sign out of a visit. You can ask the consultants to enter their session notes and then click a button to email the visit information and notes to the instructor. You can even automate a process to run nightly or weekly and email the faculty a list of all of their students that have visited. Redrock Support will assist you in setting up these options.


=====[[4.0 FAQ 212|How do I set up emails from my Trac system?]]=====
<hr>
=====How do I set up emails from my Trac system?=====
The Trac system has a global setting to store a value for an SMTP Mail Server. The setting is found in the System Preferences. The preference name is MAILSERVER. It can be entered with a domain name or an IP Address. The mail server needs to allow anonymous mail relay from the Trac server IP Address. An incorrectly entered mail server can cause your Trac system to operate very slowly as it attempts to connect to a non-existent mail server when scheduling or cancelling appointments.
The Trac system has a global setting to store a value for an SMTP Mail Server. The setting is found in the System Preferences. The preference name is MAILSERVER. It can be entered with a domain name or an IP Address. The mail server needs to allow anonymous mail relay from the Trac server IP Address. An incorrectly entered mail server can cause your Trac system to operate very slowly as it attempts to connect to a non-existent mail server when scheduling or cancelling appointments.


=====[[4.0 FAQ 213|How do I send an email to a group of students?]]=====
<hr>
=====How do I send an email to a group of students?=====
The Trac Navigation allows you to search students very quickly. When you have searched and found a selection of students, you can choose to send an email to this entire group at once. You can do so by choosing to Send HTML Note from the List Options menu. Enter your email subject and message and then choose if it is an email or just a note within your Trac system. Click Send Message to complete the message and send it to the group of students.
The Trac Navigation allows you to search students very quickly. When you have searched and found a selection of students, you can choose to send an email to this entire group at once. You can do so by choosing to Send HTML Note from the List Options menu. Enter your email subject and message and then choose if it is an email or just a note within your Trac system. Click Send Message to complete the message and send it to the group of students.


=====[[4.0 FAQ 214|How do I email students a reminder of their appointments?]]=====
<hr>
=====How do I email students a reminder of their appointments?=====
Each Center Profile has its own unique preferences and settings. The Email tab in the Center Profile Prefs allows you to set up and format email reminders for appointments. Reminders may be sent to students, consultants, or both. The reminder message is formatted differently for the students and consultants. A student can receive a reminder for each appointment that they have scheduled the next day. A consultant can receive one email that details all of their scheduled appointments for the next day.
Each Center Profile has its own unique preferences and settings. The Email tab in the Center Profile Prefs allows you to set up and format email reminders for appointments. Reminders may be sent to students, consultants, or both. The reminder message is formatted differently for the students and consultants. A student can receive a reminder for each appointment that they have scheduled the next day. A consultant can receive one email that details all of their scheduled appointments for the next day.


Additionally, the Trac system has a global setting that controls when email reminders are sent. The Automated Events tab in the Utilities and Prefs contains the timing settings and activation of the Email Reminders.
Additionally, the Trac system has a global setting that controls when email reminders are sent. The Automated Events tab in the Utilities and Prefs contains the timing settings and activation of the Email Reminders.


=====[[4.0 FAQ 215|How do I email consultants a reminder of their appointments?]]=====
<hr>
=====How do I email consultants a reminder of their appointments?=====
Each Center Profile has its own unique preferences and settings. The  Email tab in the Center Profile Prefs allows you to set up and format email reminders for appointments. Reminders may be sent to students,  consultants, or both. The reminder message is formatted differently for  the students and consultants. A student can receive a reminder for each  appointment that they have scheduled the next day. A consultant can receive one email that details all of their scheduled appointments for  the next day.
Each Center Profile has its own unique preferences and settings. The  Email tab in the Center Profile Prefs allows you to set up and format email reminders for appointments. Reminders may be sent to students,  consultants, or both. The reminder message is formatted differently for  the students and consultants. A student can receive a reminder for each  appointment that they have scheduled the next day. A consultant can receive one email that details all of their scheduled appointments for  the next day.


Additionally, the Trac system has a global setting that controls  when email reminders are sent. The Automated Events tab in the Utilities  and Prefs contains the timing settings and activation of the Email  Reminders.
Additionally, the Trac system has a global setting that controls  when email reminders are sent. The Automated Events tab in the Utilities  and Prefs contains the timing settings and activation of the Email  Reminders.


=====[[4.0 FAQ 216|How do I receive a copy of the emails that are sent to students?]]=====
<hr>
=====How do I receive a copy of the emails that are sent to students?=====
Each Center Profile has its own unique preferences and settings. The Email tab in the Center Profile Prefs allows you to configure email settings. You can configure a Center email address that will be used to send email confirmations and reminders to the students. There are checkbox settings to allow this same email address receive a copy of the appointment confirmations, reminders, and cancellations.
Each Center Profile has its own unique preferences and settings. The Email tab in the Center Profile Prefs allows you to configure email settings. You can configure a Center email address that will be used to send email confirmations and reminders to the students. There are checkbox settings to allow this same email address receive a copy of the appointment confirmations, reminders, and cancellations.


=====[[WatchListIndicator|Can I watch/follow lists that I have created within the Trac Application?]]=====
<hr>
=====[[Watchlist_Indicators|Can I watch/follow lists that I have created within the Trac Application?]]=====


Yes.  It is possible to watch/track lists with the Watch List Indicator.  The Watch List Indicator allows you to assign a colored dot to the list of your choosing which shows up next to the name of the students on your list.  You can set who can see the indicator as well as where it shows up.  When the indicator is hovered over, it will give you a the name of the list associated with it.  Students can be members of multiple lists and the Watchlist indicator can follow up to 9 different groups.
Yes.  It is possible to watch/track lists with the Watch List Indicator.  The Watch List Indicator allows you to assign a colored dot to the list of your choosing which shows up next to the name of the students on your list.  You can set who can see the indicator as well as where it shows up.  When the indicator is hovered over, it will give you a the name of the list associated with it.  Students can be members of multiple lists and the Watchlist indicator can follow up to 9 different groups.


=====[[AdminDef|What is an availability?]]=====
<hr>
An availability is an appointed time that a consultant offers for student appointments or drop-in visits.
=====[[Definitions|What is the difference between an availability, an appointment, and a visit?]]=====
An availability is an designated time that a consultant offers for student appointments or drop-in visits. An appointment records that a student reserved a time to meet with a consultant. Appointments may be assigned a status to identify the outcome of the reserved time. A visit records that a student utilized the services offered at your center(s). Visits may be logged in real time by asking the student to sign in when they arrive and sign out when they leave or they may be recorded after the fact.
 
<hr>
=====Can I book my appointments in Outlook? Does the Trac system integrate with Outlook?=====
When an appointment is scheduled the Trac application can send a confirmation email. Included in the email is an iCal attachment. This  attachment will display appointments in your Outlook calendar as meeting invitations.
<div class="mw-collapsible mw-collapsed">
'''iCal Integration with your Trac system - Why is this a one-way relationship?'''
The integration is one-way, but it's important that a user understand that two-way integration is not really feasible.
 
AdvisorTrac, for example,  allows for appointments to be scheduled  between an advisor and a student.  These appointments can be scheduled  by the student, advisor, front desk staff, student workers,  administrators, or any number of other users in the system.  That means  that correct levels of access to the schedule needs to be provided to  the proper users.  There are also many other factors that affect the  scheduling, including rules for scheduling appointments, individual or  group appointments, reasons for appointments, and so on.  The  AdvisorTrac system has a record of the advisor and a record of the  student and will use scheduling rules and permissions for users to  schedule the appointments.  When an appointment is booked in the  AdvisorTrac system, the basic information of the appointment (date,  time, duration, student, advisor, reason, etc.) is passed in an iCal  attachment to the user's Outlook calendar.
Outlook does not enforce rules or include permissions for many users  to search and interact with advisor schedules to book appointments.  When an appointment is booked, Outlook has no idea of who the student is  or who the advisor is or if there is a rule that should have prevented  the appointment.
 
Outlook cannot communicate all of the necessary information, provide  the level of access, or follow a basic set of scheduling rules as  AdvisorTrac can, so the two systems may not speak directly one with  another.
</div>
 
<hr>
=====Can I block times from my schedule?=====
Yes. Blocking times can be done in two ways. First an individual consultant can create an availability block by creating an availability and then unchecking the "is availability" checkbox in the top right corner of the availability creation window prior to saving. The second method is creating a block for an entire center which can only be done by administrators in the Center Profile> Centers tab.
 
<hr>
=====How do I block times that my school/center is closed?=====
To create a center block you must have admin privileges to the Center Profile. In the Center Profile you will go to the Centers tab and click on the ID number of the center you would like to create the block for.
Click on the "new" button in the center of the page and enter the details of the block. Note: if you would like to create a block for all center you will need to choose the Center Profile and check the box "is Global to all Subcenters?" located above the description field.
 
<hr>
=====How do I move an appointment from one consultant to another?=====
Moving an appointment can be done by identifying the appointment you would like to move and accessing the "Move to" feature. This will allow you to the move the appointment to another consultant, day, or time. Click "Expand" for more information.
<div class="mw-collapsible mw-collapsed">
Moving appointments from one time to another can be done on the schedule by clicking and dragging.  You may also use the Move To button from within the appointment entry screen to move the appointment.
 
'''<font style="color:#7c1911">Moving Appointments Overview</font>'''<br>
In order to drag appointments from one day to another, you must have the appropriate privileges (the ability to edit appointments). These privileges are edited on the Scheduling tab of the Group Prefs as well as the Center Scheduling area on the first page of the Group privileges.
 
Moving by clicking the Move To button has a lot of flexibility and more wide-reaching effects, therefore a special privilege for moving the appointment is given by clicking on the checkboxes located in the scheduling tab of the Group preferences.
 
'''<font style="color:#7c1911">Practical Uses for Moving by Clicking the Move To button</font>'''<br>
One example of a use of this feature is when a student has scheduled with the wrong consultant in the center. After getting a confirmation email, the student might want to change the consultant or the center administrator may get the confirmation and then decide that the student is incorrectly booked with the wrong consultant. Clicking the move to allows the administrator to quickly choose a different consultant, a different day and a different time. Any time conflicts are identified during this process, making rescheduling easy and effective.
 
The button is available in the appointment entry for existing appointments only. This button only appears in the appointment entry if the user's group has the Move To option checked and the appointment is an existing appointment.
 
[[File:4267490639043.png|600px]]
 
'''<font style="color:#7c1911">Setting up the Preferences</font>'''<br>
The Group Preferences for allowing the Move To option is on the Scheduling tab of the Group entry page. Edit preferences by clicking the appropriate checkboxes and clicking save
 
[[File:607807-089-89.png|600px]]


=====[[AdminDef|What is an appointment?]]=====
Record that a student reserved a time to meet with a consultant. An appointment may be  assigned a status to identify the outcome of the reserved time.


=====[[AdminDef|What is a visit?]]=====
You may prevent the user from moving an appointment to another consultant by not checking the second checkbox. If the checkbox is checked, the appointment may only be moved to another consultant that is linked to the same center as the original appointment.
Record that a student utilized the services offered at your center(s). Visits may be logged in real time by asking the student to sign in when they arrive and sign out when they leave or they may be recorded after the fact.


=====[[AdminDef|What is the difference between a visit and an appointment?]]=====
Be sure to click Save after making the desired choices.
An appointment is a reserved time for a student to meet with a consultant, while a visit is the actual act of a student coming in to a center and receiving services.  If an appointment is made and a student attends, this is considered a visit; however, if there is no appointment scheduled and a student comes in for a drop in, than this is also a visit.  Therefore, if appointments and drop-ins are available it is likely that when reports are run, there will be more visits than appointments.


=====[[iCalIntergration|Can I book my appointments in Outlook?]]=====
When an appointment is scheduled the Trac application can send a  confirmation email. Included in the email is an iCal attachment. This  attachment will display appointments in your Outlook calendar as meeting  invitations.


=====[[4.0 FAQ 222|How do Trac appointments integrate with Outlook?]]=====
'''<font style="color:#7c1911">Using the Move To Option</font>'''
When an appointment is scheduled the Trac application can send a confirmation email. Included in the email is an iCal attachment. This attachment will display appointments in your Outlook calendar as meeting invitations.


=====[[4.0 FAQ 223|Why do I need to specify when I am available?]]=====
Open an existing appointment and locate the Move To button to the right of the appointment's date. Click the button to display the Move To dialog.
Creating an availability is important in allowing others to book appointments for you.  If you do not create an availability, appointments might be placed in a schedule at random times, allowing for errors such as double booking to occur. With an availability, session times can be grouped together and managed as they are booked.  If you offer drop-in tutoring, this will allow for other staff, students and/or faculty to identify when services are available.


=====[[4.0 FAQ 224|Can I block times from my schedule?]]=====
This is a way to move appointments from one consultant / date / time to another. Changing dates, times or consultants causes the system to display the new availabilities. The change button will appear if the chosen options do not conflict with an existing appointment.
Yes. Blocking times can be done in two ways. First an individual consultant can create an availability block by creating an availability and then unchecking the "is availability" checkbox in the top right corner of the availability creation window prior to saving. The second method is creating a block for an entire center which can only be done by administrators in the Center Profile> Centers tab.


=====[[4.0 FAQ 225|How do I block times that my school/center is closed?]]=====
[[File:326346457457.png|600px]]
To create a center block you must have admin privileges to the Center Profile. In the Center Profile you will go to the Centers tab and click on the ID number of the center you would like to create the block for.
Click on the "new" button in the center of the page and enter the details of the block. Note: if you would like to create a block for all center you will need to choose the Center Profile and check the box "is Global to all Subcenters?" located above the description field.


=====[[Moving_Appointments|How do I move an appointment from one consultant to another?]]=====
Moving an appointment can be done by identifying the appointment you would like to move and accessing the "Move to" feature. This will allow you to the move the appointment to another consultant, day, or time.


=====[[Moving_Appointments|What do I do when a consultant calls in sick?]]=====
When the Move To dialog appears, choose a date or consultant. Notice that the system will compute any availabilities on that date. Click on the availability to change the start time of the appointment to the start time of the availability. You don't not have to click the availability, you may also enter the new start time by clicking the time and choosing a new time by using the standard time picker.
If a consultant calls in sick, you can move the appointments to an available consultant with the 'Move To' feature within the appointments entry window.


=====[[ScheduleView|Why is the schedule showing up in one browser, but not in another?]]=====
After doing so the Change button will appear. Click the change button to record the changes and the appointment will disappear and the schedule will reappear.
Occasionally you’ll come across the situation where the schedule will appear in one browser (i.e. Firefox) and not in another. This issue is not necessarily an issue with the Trac Application, it is usually associated with the actual browser and/or network settings.  The schedule itself uses JavaScript to function.  Make sure that your browser is running the most current version of Java.  It is also a good idea to clear all of the “cookies” and the “cache’ from the browser.
</div>


=====[[ChangeValue|Can I delete or change a large group of visits all at once?]]=====
<hr>
Yes. Use the visit search to identify the visits you would like to delete/change.  Once you have run the search, keep the visits listing open with the records visible. Verify that the number of records you should be obtaining are correct. From here, click on the Trac-Man Icon and select ‘Utilities and Prefs’. You will see three additional tabs open (Change Value, Delete, and Batch Script). You can use the first and second tab to either change a field or delete a visit. Remember: these are both destructive operations that cannot be undone and must be thought carefully about prior to executing.
=====Can I delete or change a large group of visits all at once?=====
Yes, this can be accomplished with the Change Value utility. However, due to the potential destructive result of this kind of batch change, we recommend that you reach out to Redrock Software directly for assistance.


<hr>
=====[[NewsSurveyTrac|How do I survey a group of students?]]=====
=====[[NewsSurveyTrac|How do I survey a group of students?]]=====
Surveying a group of students is simple if you have SurveyTrac. SurveyTrac affords you the ability to create an unlimited number of surveys with an unlimited number of questions that can be given on student entry, exit, or sent out within an email.  Students can be emailed surveys individually or you can pull up a specific group of students and email the survey all at once. For more information on SurveyTrac, [https://www.go-redrock.com/demo/ contact us] to set up a demo.
Surveying a group of students is simple if you have SurveyTrac. SurveyTrac affords you the ability to create an unlimited number of surveys with an unlimited number of questions that can be given on student entry, exit, or sent out within an email.  Students can be emailed surveys individually or you can pull up a specific group of students and email the survey all at once. For more information on SurveyTrac, [https://www.go-redrock.com/demo/ contact us] to set up a demo.


=====[[ConsultantSchedule|Why isn’t a consultant showing up on the schedule?]]=====
<hr>
=====Why isn’t a consultant showing up on the schedule?=====
In order for a consultant to show up on the schedule, there are two settings that must be in place. First, the consultant must be assigned to the Center Profile in which the Center resides and second, within the Consultant Profile under the Subcenters tab make sure to select the Subcenter that should have the Consultant on the schedule.  Consultants can reside on multiple schedules and within multiple Center Profiles if you choose.     
In order for a consultant to show up on the schedule, there are two settings that must be in place. First, the consultant must be assigned to the Center Profile in which the Center resides and second, within the Consultant Profile under the Subcenters tab make sure to select the Subcenter that should have the Consultant on the schedule.  Consultants can reside on multiple schedules and within multiple Center Profiles if you choose.     
   
   
=====[[ViewSchedule|Why can't a consultant/user view the schedule?]]=====
<hr>
=====[[Group_Access-Scheduling|Why can't a consultant/user view the schedule?]]=====
There are a couple of permissions and settings that need to be in place to enable a consultant/user to see the schedule. These permissions can be found in the Center Profiles under the user group settings.     
There are a couple of permissions and settings that need to be in place to enable a consultant/user to see the schedule. These permissions can be found in the Center Profiles under the user group settings.     


=====[[InactiveConsultant|Should I delete past consultants that are no longer working with us?]]=====
<hr>
=====How can staff/consultants change/reset their home screen?=====
Your Staff can modify the visible elements of their home screen by going to Trac Navigation > Trac-Man > My Prefs. View more info by clicking "Expand."
 
<div class="mw-collapsible mw-collapsed">
The My Prefs involves the personal preferences that users can choose to customize the Trac system for themselves such as including adding some Widgets to the Main Menu, such as a Mini Log Listing, Reports, custom window colors, Weekly Tip, and a custom RSS news feed. The user's ability to enable some of these preferences is dependent upon the access provided them through their assigned Group.
 
<BR />
 
'''How to set your My Prefs'''<br>
The My Prefs menu is found from the Trac Navigation Menu. Click on the TracMan Icon and select My Prefs. Once in the My Prefs you are able to select the different quick utilities you will like to appear on the Main Menu.
 
[[File:Myprefs1.jpg|500px]]<br>
[[File:Myprefs2.jpg|500px]]
 
 
<BR />
'''Once you have saved your My Prefs your Main Menu will have the utilities that will help you navigate quickly through the Trac system.'''
 
[[File:Myprefs11.jpg|500px]]
<BR />
 
'''How to restrict access to My Prefs'''
 
The user's assigned Group can be restricted from editing their own My Prefs. In the Trac Navigation go to the Search Glass then Center Profiles and click on your profile. From the Center Profile go to the Group Access Tab and select the Group you will need to remove the My Prefs option from. Finally go to the Restrictions Tab and deselect the box ''Prevent access to My Prefs to Personalize Main Menu'' and then click cave.
 
 
[[File:Myprefs3.jpg|500px]]
 
<BR />
</div>
 
<hr>
=====Should I delete past consultants that are no longer working with us?=====
No. There is no safe way to delete a consultant. What we recommend is marking the consultants that you wish to remove as ‘Inactive’.  This will allow previous records to remain attached to that consultant and make for the most accurate reporting possible.  To ‘Deactivate’ a consultant, simply navigate to the Consultants (tutors, advisors, counselors, etc.) tab within your Center Profiles and uncheck the box next to their name.
No. There is no safe way to delete a consultant. What we recommend is marking the consultants that you wish to remove as ‘Inactive’.  This will allow previous records to remain attached to that consultant and make for the most accurate reporting possible.  To ‘Deactivate’ a consultant, simply navigate to the Consultants (tutors, advisors, counselors, etc.) tab within your Center Profiles and uncheck the box next to their name.


=====[[InactiveCenter|Should I delete Subcenters that we no longer use?]]=====
<hr>
=====Should I delete Subcenters that we no longer use?=====
No. There is no safe way to delete a Subcenter. We recommend marking the Subcenters that you wish to remove as ‘Inactive’.  This will allow previous records to remain attached to that Subcenter and make for the most accurate reporting possible. To ‘Deactivate’ a Subcenter, simply navigate to the ‘Centers’ tab within your Center Profiles and uncheck the box in the middle of the frame under the term ‘Active’.
No. There is no safe way to delete a Subcenter. We recommend marking the Subcenters that you wish to remove as ‘Inactive’.  This will allow previous records to remain attached to that Subcenter and make for the most accurate reporting possible. To ‘Deactivate’ a Subcenter, simply navigate to the ‘Centers’ tab within your Center Profiles and uncheck the box in the middle of the frame under the term ‘Active’.


=====[[FAQscheduleTimeRange|How do I change the time range on my schedule?]]=====
<hr>
To change the schedule time range for yourself: Go to Trac Navigation > Trac Man icon > My Prefs. Change "Schedule Start time: __ End time: __" to your desired times, then save.
=====How do I change the time range on my schedule?=====
To change the time range for everyone...[click on the hyperlink above].
To change the schedule time range for yourself: Go to Trac Navigation > Trac Man icon > My Prefs. Change "Schedule Start time: __ End time: __" to your desired times, then save. For more information, and to change the time range for everyone, click "Expand."
 
<div class="mw-collapsible mw-collapsed">
'''To change the schedule time range for yourself'''


=====[[4.0 FAQ 229|How do I use SurveyMonkey with my Trac system?]]=====
Go to Trac Navigation > Trac Man icon > My Prefs. Change "Schedule Start time: __ End time: __" to your desired times, then save.
A survey produced with SurveyMonkey is assigned a link for participants to click on that will take them to the website where they can answer the survey questions. This link can be placed within an email and sent out to students through the messaging features of the Trac Applications.  Unlike SurveyTrac, SurveyMonkey is unable to provide the options for surveys to be present within the Trac Application login or logout process.


=====[[4.0 FAQ 230|What is SurveyTrac?]]=====
[[File:2734235u4436.png|border|99px]] [[File:3y4u343jw2435.png|border|600px]]
The SurveyTrac module is an additional module one can purchase to be  used within the Trac Systems.  SurveyTrac allows you to create an  unlimited number of surveys with an unlimited number of questions.  In  addition to being presented when students log in or out, surveys can  also be automatically emailed to students after their visit or manually emailed to groups of students. This module allows you to  gather more detailed and comprehensive feedback from students about  their experience.


=====[[4.0 FAQ 231|Do I need SurveyTrac?]]=====
SurveyTrac is an additional module that is available for purchase.  It  is not  required and whether or not it is a necessity for you is  completely  based on whether or not you would like for your Trac System  to provide surveys to its users before, during, or after their visits.


=====[[Whiteboard|What is Whiteboard?]]=====
'''To change the schedule time range for everyone'''
Whiteboard is a an additional module that can be purchased and used  within the Trac Systems.  This module provides an online consulting option for campuses that provide online tutoring or advising.  Whiteboard consists of a virtual room in which  students can chat, draw on a virtual whiteboard and even share documents.  Its features make it easy to receive assistance in a variety of areas including math and science.


=====[[Whiteboard|Do I need Whiteboard?]]=====
Go to Trac Navigation > Trac Man icon > Utilities and Prefs > Custom Utility > Sys Admins category > Reset myPrefs.
Whiteboard is an additional module that is available for purchase.  It  is not  required; and whether or not it is a necessity for you, is  completely  based on whether or not you would like for students to be  able to interact with consultants and each other within a virtual room wherein they can  chat, draw on a virtual whiteboard, or share documents.


=====[[4.0 FAQ 234|What is SAGE?]]=====
*Keep in mind, any changes you make here will overwrite whatever is currently set in everyone's 'My Prefs' menu. Anything you leave blank will be left alone.
SAGE is an additional module that can be purchased and used within the  Trac Systems.  It  allows a course instructor, administrator, or an advisor to be proactive in referring at-risk students to tutoring or advising services. These referrals are completely customizable with the  purpose of identifying which students need help while informing the  proper personnel to provide help.  Once a referral is saved, SAGE will send an email to the appropriate parties (i.e. student, tutoring  department, dean, academic advisor, etc.) so that the process of providing assistance can begin.


=====[[4.0 FAQ 235|Do I need SAGE?]]=====
You'll want to change the '...or all users in Group' setting to your users' group (or leave blank for everyone).  
SAGE is an additional module that is available for purchase. It is not required and whether or not it is a necessity for you is completely based on whether or not you would like for administrators or staff members to be able to create referrals for students that could benefit from being seen by a consultant.
 
Then at the bottom of the screen, check 'Set Start and end times', and input the time range you'd like their schedules to use. This uses military time, so for example, you'll want to use '9:00' to '21:00' for 9:00am to 9:00pm. Click "Execute" to save.
 
[[File:8856756745.png|border|76px]] [[File:1t335h3353j53.png|border|600px]]
</div>


==Reporting FAQs==
==Reporting FAQs==


=====[[AutoReports|Can reports be run automatically?]]=====
<hr>
=====[[Reports:Auto_Favorite|Can reports be run automatically?]]=====
Yes, reports can be run automatically with our automated reports feature. Reports can be run in a variety of increments and can be delivered via email to an individual or a group.
Yes, reports can be run automatically with our automated reports feature. Reports can be run in a variety of increments and can be delivered via email to an individual or a group.


=====[[Running SI Reports|How do I run a Supplemental Instruction (SI) Report?]]=====
<hr>
Running an SI Report is an extremely efficient way to identify the usefulness of your SI Program.  Running the report is simple. Follow the link for instructions.
=====How do I run a Supplemental Instruction (SI) Report?=====
Running an SI Report is an extremely efficient way to identify the usefulness of your SI Program.  Running the report is simple. Click "Expand" for instructions.
 
<div class="mw-collapsible mw-collapsed">
Follow the steps below to run an SI Report at the end of the semester:
 
Be sure that grades have been reported by faculty and imported from your Student Information System.
1.        Log in as a user/consultant that has appropriate access to the Registrations reports and Subcenter information needed to execute the SI Report.
 
2.      Click on the TracMan Icon in the upper left and select ‘Reports’.
 
3.      From the dropdown menu select the ‘Registrations’ category.
 
4.      From the new list of reports choose the ‘SI Comparison’ report.
 
5.      After the options load, choose a center to report on.
 
6.      Select the ‘Visit Search’ link and enter the specific Section within the ‘Section’ field.
 
7.      Select the ‘Registrations Search’ link and enter the specific Section within the ‘Course ID’ field. (note: the Visit Search and Registrations Search sections must match exactly).
 
8.      Choose your date range (i.e. this semester).
 
9.      For the ‘SI Group is:’ option, select ‘Visited’.
10.  Adjust the passing and non-passing grades to meet your standards. (note, these must be in the correct format or they will generate an inaccurate report. Do not place any spaces after commas or between grades). (Good Example: a,a+,a-,b,b+,b-) (Poor Example: a, a+, a - , b , b +, b)
 
11.  Adjust the ‘Affects of SI on Visits Breakdown’ to your preference.  Once again, pay close attention in following the proper formatting.


=====[[ReportDifferences|What are the differences between the “Students/Visits by??”, “Visits/Students by??”, and “Appointments/Students by??” reports?]]=====   
12.  Complete filling in the settings to meet your preferences and select ‘Generate’
</div>
 
<hr>
=====What are the differences between the “Students/Visits by??”, “Visits/Students by??”, and “Appointments/Students by??” reports?=====   
The primary difference is what the report is using as its logic to run the report.  The “Students/Visits by??” report will provide the total number of students and visits grouped in a variety of ways; the “Visits/Students by??” report provides visit data through a variety of fields; while the “Appointments/Students by??” displays appointment data for your subcenter(s).
The primary difference is what the report is using as its logic to run the report.  The “Students/Visits by??” report will provide the total number of students and visits grouped in a variety of ways; the “Visits/Students by??” report provides visit data through a variety of fields; while the “Appointments/Students by??” displays appointment data for your subcenter(s).
<div class="mw-collapsible mw-collapsed">
The Appointments/Students by ?? report displays Appointment data for your subcenter(s). Information can be organized and sorted via the “Group Appointment By” and “Group 2” fields. For each group selected, the dates and times are listed as well as Appointment status (attended, cancelled, missed), student, and subject. The report can be regenerated for a specific center, an individual student, group of students, an individual Consultant, or for different date and time ranges. Additional fields can be added with regards to Student, Appointment, and Visit Information.
The Students/Visits by Report will provide a total number of students and visits, grouped by the chosen field on the left. Each field is listed with its associated students, individual student data, number of visits by the student, and total hours of each visit.
The Visits/Students by Report provides visit data through a variety of fields. Data can be grouped by two fields of your choice through the Group Visits By and Group 2 fields. Additional Fields can include student ID, name, date, times, subject, reason, and visit notes. Total visits and hours are listed beneath each section.
</div>


|}
|}
[[Category:Trac 4]]

Latest revision as of 11:05, 26 March 2024

    The legacy Trac 4.0 version of TutorTrac/AdvisorTrac/FitnessTrac is no longer receiving updates and will be end-of-life in 2025. Click here to schedule a TracCloud demo or reach out to sales@go-redrock.com for migration pricing or contract details.



New, easy to use interface
TracCloud features a modern, easy to use, and mobile-friendly interface, allowing you to easily find and manage your data as you need. Students, staff, and faculty will have a much easier time navigating through the system and accessing the data they need. The new dashboard offers many easy to access widgets to view and manage your data.

7018287.png

New Features
Export almost any report into Excel. Static and dynamic QR codes for touchless-kiosk environments. Unlimited custom data fields in student records, visits, appointments, and more. Customizable views of listing pages. Student timelines. Twig and HTML-supported emails and system messages. Customizable log listing and kiosk views. Center descriptions. New reports. Student success plans as a new module, along with work plans for staff. The full list of changes couldn't fit in this article, and more is being added all the time. Relating to the schedule specifically, you'll find a new appointments listing, availability badges, custom search appointment links and QR codes, unlimited customizable max appointment rules, asynchronous appointment support, and more.

4062955.png

Customizable
With Twig support, you can personalize system messages, upcoming appointment lists, emails, and more based on the users who are viewing/receiving them. From simple changes like greeting the user by name to completely changing an email based on if the related appointment was in-person or online, in a certain center, for a certain reason, even if a certain custom field in the student's profile has a specific value. This extends to the log listing and kiosks as well, where you can add or remove fields, rearrange the data that's displayed, and add custom formatting with HTML and Twig.

1670850.png

Faster
Rewritten from the ground up hosted on AWS, using a MySQL database, TracCloud is faster in every way. This performance increase compared to Trac 4.0 can be noticed throughout the entire system, with reports being especially improved. Even the biggest reports in TracCloud load within a few seconds.

3881667.png

Migrate Existing Data
Migrate your existing data from Trac 4.0, allowing you to pick up right where you left off. We'll work with you to plan out your migration, coordinating with your IT, and training your system administrators to get you started in TracCloud.

7254776.png

Click here to schedule a TracCloud demo!


This list of Frequently Asked Questions (FAQs) has been compiled through the emails and phone calls received by the Redrock Support Team. These questions and answers are not organized in an ordered format, but rather as a collective group of questions that you can quickly scan and search.

Technical and Installation FAQs


Can the server be assigned a DHCP IP Address?

No, the Trac application requires a static server IP Address. The IP Address is used to check your installation code and also to access your Trac application web interface.


Can I install the Trac application on multiple computers?

No, your Trac application will only be installed on a single computer. This computer will be the server (even if it is not 'server' hardware), containing the database and application in the same directory. Users can access your Trac application from any web-enabled device on the network. As a web-based application, there is no need to install the software on any other computer.


Why does the Trac application quit whenever it is started?

Windows Server 2003 and newer operating systems utilize a software technology called Data Execution Prevention (DEP) that performs additional checks on memory to help prevent malicious code from running on a system. The primary benefit of DEP is to help prevent code execution from data pages. Your Trac system utilizes this memory for some execution of scripts and will need to be set up as an exception in your Windows DEP settings.


Can the Trac application be integrated with our campus Single Sign-on?

Yes, the Trac application can integrate with your existing Single Sign-on configuration using CAS, SAML, or LDAP. This integration is customized by Redrock Software. Redrock Software would work with your campus IT Dept to fully integrate the Trac application.


How can our Trac website be secured?

Redrock Software recommends utilizing a 3rd party application named Stunnel to encrypt the data between the web server and the users' web browsers. Stunnel is a free, open-source SSL wrapper that is installed on the server with the Trac application. The Trac application connects with Stunnel without encryption on the local server. Then, Stunnel encrypts the data and connects with the users' browsers across the network.


Can we run our Trac site from an IIS or Apache web server?

No, the Trac application utilizes a custom web server developed by Redrock Software. The web server was developed to integrate fully with the built-in 4th Dimension database. Click "Expand" for more information.

Internet Information Services (IIS)


The Trac application does not use IIS to serve the web site. You do not need to install IIS on the server for the Trac application. If the Trac application is installed on a server that also runs other web pages from IIS, then you will need to set up IIS and the Trac application to not interfere with each other. By default, all web server applications serve on port 80. The Trac application may be modified to serve on a different port in order to allow IIS to serve on port 80.

To change the server port, open the file Prefs.INI that is located in the Trac application directory. You can use WordPad or Notepad to edit the Prefs.INI file. Locate ServerPort=80. Change 80 to 81 to serve the Trac application on port 81. Restart the Trac application and it will now be serving its web pages on port 81 (or another specified port).


Can our Student Information System integrate with our Trac application?

The Trac application can import data from any source as long as it is provided in the correct format. The data needs to be provided in a flat file format. .TXT, .CSV, .DAT, .LIS, and .XML are examples of valid file formats. The Trac application will not import data from Excel files. The data must be saved in a flat format. The order and delimiter of the fields is completely up to your preference, however, the format, order, and delimiter of the fields must remain consistent with every import. Redrock Software recommends that the student demographic data be imported with the students' course registrations and course instructors.


Can the Trac application run as a service on the server?

Yes, the Trac application can be run as a service so a user is not required to remain logged on to the server for the Trac application to run. The Trac application is installed as a service by utilizing a small application named Winserv. See the article, Install the Trac Application as a Service, for more detail to install the service with the Winserv utility.


What are the steps to allow students to book an appointment online?

The Trac System allows students to book appointments online and join online sessions via any conferencing software that supports static URLs. More information on what's required to configure these features can be found by clicking "Expand."

What are the steps to allow students to book an appointment online?

IT

  • 1. Allow TutorTrac to be available off campus network.
  • 2. Implementing TLS encryption for your Trac server. If you choose to obtain your own certificate, be sure to retrieve an Apache X509-compatible certificate, as this is the only certificate type that is compatible with the Trac System. More information.
  • 3. To use campus credentials (Single Sign-on or SSO) to sign into your Trac System, there are a few choices. Our preferred authentication method is SAML, but you may also use CAS or LDAP. Shibboleth may be used, but only when it has a SAML or CAS front end. More Information.
  • 4. The Trac System allows anonymous, non-secure SMTP communication, but cannot inherently send authenticated, secure SMTP messages. If an Office 365 or Gmail mail server is used, in most cases, authentication will be required. In cases where authentication is required, we will need to configure a third-party application called email relay on the host server. Email Relay allows the Trac System to accept anonymous, SMTP connections, and then make the secure SMTP connection to Office 365 or Gmail. More information.
  • 5. Have the latest updates and maintenance ran on the Trac application. Requires 1-2 hours of down time and we will need server access.

Trac Administrators

  • 1. Set up training to go over scheduling and emails preferences
  • 1. Set up training to online feature and how to manage the schedule for consultants.

User FAQs


Can the remote tutoring link be included in the confirmation email?

Due to how the Trac System keeps track of remote tutoring visits, this is not possible without limitations. When the "Join Online Session" link is clicked by the student, the Trac System creates a visit record and marks their appointment as attended. If the link is sent in an email, it would not be possible for the Trac System to know when the link is clicked. However, there is a workaround available if this is absolutely necessary. Click "Expand" for more information.

How do I add consultants' online links to the confirmation/reminder email?

Due to how the Trac System keeps track of remote tutoring visits, this is not possible without limitations. When the "Join Online Session" link is clicked by the student, the Trac System creates a visit record and marks their appointment as attended. If the link is sent in an email, it would not be possible for the Trac System to know when the link is clicked.

We do have a workaround available for including these links in the confirmation email, but the downside is that consultants/admins will need to either log the student in/out for the visit, or create a quick visit after the fact. If you're okay with this limitation, simply follow the instructions below:

These options can be found by going to Trac Navigation > Search Glass > Center Profiles > [Your Profile]

  • 1. Click on the "Consutlants/Tutors/Advisors" tab, and select a consultant.
  • 2. (copy their online link from the "General Info" tab and) click on the "Contact Info" tab.
  • 3. Paste their online link in the "Notes 2" field and save.

Onlinelinkemail4.png


  • 4. Click on the "Prefs" tab > "Emails" > "Student reminder email"
  • 5. Add the email tag "#tutorNotes#" and save.

Onlinelinkemail5.png


Whatever is contained in the consultant's "Notes 2" box will be placed here in the email. Repeat steps 1 to 3 for each consultant.

Here's what our example email would look like:

Onlinelinkemail6.png


What is a Profile?

A Center Profile allows you to set up users, consultants, groups, and centers that share preferences and settings. The Groups will establish group privileges and settings for users and consultants. While the individual centers share the global profile settings, the groups and users can be restricted to accessing information by to each center.


Why would I need another Profile?

Another Profile would be needed when multiple centers cannot agree on the settings within the same Profile. There are three key areas of settings in which centers might have a conflict: Log In/Out, Appointment Scheduling, and Email Settings.


Can I add a Profile to my existing Trac system?

Yes, a Profile may be added to an existing system at any time. A Profile has an additional cost. You will need to contact Redrock for assistance in purchasing and activating a new profile at Sales@Go-Redrock.com.


How do I set up multiple centers?

A Centers tab appears at the top of your Profile Entry screen. This tab gives access to the unique Centers that are set up for the Profile. A Center in the Trac application is a unit that has unique Consultants, Schedules, Visits, and Reports. The Centers will most often be setup according to unique departments, however, you may set up your Centers according to any convention that fits your needs.


How do I ask a custom question on appointment entry?

You can create a custom appointment question by going to Trac Navigation > Search Glass > Center Profiles > [Your Profile] > Prefs > Scheduling > Custom Appointment Field. More information can be found in the hyperlink above.


What is a Sequence Number/ID and why is it important?

Sequence IDs are numbers that are assigned to a variety of different elements within the Trac Software. These numbers are automatically assigned and remain static so that when other information that is associated with the element (i.e. name, spelling, etc.) changes, there is no confusion as to which records are associated with each other. One example would be if a Subcenter named: “The Writing Center” were to change their name to “The Reading and Writing Center” the Sequence ID would remain the same thus allowing previous visit data to remain attached to it.


How do I set our school logo?

The Trac system provides a place for a logo image to appear as a banner in the upper-right corner of your Trac system web pages. The banner is a .GIF image file named SchoolBanner.gif and is placed on the Trac server in the /Webfolder/TracWeb40/ folder of your Trac application installation directory. Redrock Software recommends an image height no greater than 75 pixels for your banner. Consider the users' screen resolutions when considering the width of the banner image. Instructions for uploading an new logo can be found in the hyperlink above.


How do I change the Trac colors?

A Trac System Administrator can set up the default colors of the titles and title bars on the Trac system windows. The Trac System Administrator can set these colors from the System Preferences found in the Utilities & Prefs. The campusColorData preference provides a setup utility to select and test colors before implementing the colors for your Trac System.


How do I embed a Youtube video on the Trac System?

It's possible to embed a Youtube video in almost any HTML supported text box in the Trac System with the <object> tag. Click "Expand" to view more information.


1. Retrieve and Modify Your Youtube Video Link

Once you have your Youtube link, it should look something like this:
https://www.youtube.com/watch?v=dQw4w9WgXcQ
There are two changes you'll need to make to the URL. Alternatively, you can just grab your video's ID and replace the ID in the example below to skip these steps.
  • Replace "/watch?v=" with "/embed/". This sets the video to an embedded format.
  • Add "?rel=0" to the end of the link. This prevents unrelated videos being suggested at the end.
Now, you should have something that looks like this:
https://www.youtube.com/embed/dQw4w9WgXcQ?rel=0


2. Modify The HTML Code

We'll be using this HTML code as a template, and we just need to make a couple changes.
On the first line, we have our width and height. This will be the size/resolution of the video. 640x360 should work well in most cases.
On the second line, we have our Youtube link. Simply replace the link you see below with your own.
<object width="640" height="360"
 data="https://www.youtube.com/embed/dQw4w9WgXcQ?rel=0">
</object>


3. Adding it to Your Trac System

In this example, we'll be adding this code to the students' welcome screen. This will work the same way in almost any HTML supported text box in the Trac System.
Simply copy/paste your HTML code into the "Message for Full Access Students" box, then save.
Trac Navigation > Trac-Man > Utilities and Prefs > System Prefs > StudentAccess
94hg30neiuhd.png


Once it's in place, it will now appear on the students' welcome screen.

3y3h6rjdj54h453.png


How do I change the login instructions?

Any user that logs into your Trac system will log in through the same screen, so the login instructions are global to your Trac system. The instructions are found in the System Prefs. The name of the pref is MsgsAll. The instructions can be formatted with HTML to customize your fonts, colors, and sizes or add links and images.


How do I set up a nice URL or website to access the Trac system?

Your Trac application serves the Trac system web pages from the IP Address of the server. Your Trac system will be accessible via web browser by entering the IP Address as the URL. You can set up a domain name for that IP Address through your network administrator. When your site has a domain name, you will be able to access your Trac system by a recognizable address like https://Trac.College.EDU.


How do I load student and course data to my Trac system?

Your Trac system can import student and course information via ASCII flat text files (usually students.txt and courses.txt). You must obtain these files from your student information system. Provide a sample of the file to Redrock Support, and you will receive a script that imports the data from the flat file to your Trac system database. So long as your file format remains the same, you will be able to continue to import updated student data to your Trac System. The entire process can be automated so you don't even need to do anything.


How do I activate courses for a new term/semester?

Activating new courses is a multistage process. Once the new courses are imported, you must adjust the term code within your System Prefs, activate the courses for each Subcenter, and transfer the Section Specialties for your consultants. Click on the Link for detailed instructions.


Why can't I see any of the utilities/main menu items?

If you have recently set up an account and notice that your screen looks incredibly bare, you’ll need to save your personal preferences within the MyPrefs settings. Click on the Trac-Man Icon, scroll down and select My Prefs. You will notice that many preferences are already checked, but they do not take effect until the ‘Save Prefs’ button is clicked. Make any adjustments that you’d like and click ‘Save Prefs’. Once you click ‘Save Prefs’, go back to the Main Menu and refresh the screen to see the utilities.


How do I change my Sys Admin password?

To change your Sys Admin password, go to Trac Navigation > Search Glass > SysAdmin Group > User List > [Your User]. Here, you can change and confirm your password, then click save to apply changes. Click "Expand" for more information.

To change the system administrator password click on the search glass from the main menu and click SysAdmin Group.

ChangePass.jpg


Click on the User List tab and select the user name of the account you would like to change.

Password.jpg


In the Password box, type in your new password. Retype the new password in the Confirm box and click Save on the bottom of the page.

SavePassword.jpg

How do I notify instructors when their students are visiting?

The Trac System has a couple of standard functions in place to allow you to contact the faculty when their students visit your center(s) for assistance. You can ask the students to check a box to email their instructor as they sign out of a visit. You can ask the consultants to enter their session notes and then click a button to email the visit information and notes to the instructor. You can even automate a process to run nightly or weekly and email the faculty a list of all of their students that have visited. Redrock Support will assist you in setting up these options.


How do I set up emails from my Trac system?

The Trac system has a global setting to store a value for an SMTP Mail Server. The setting is found in the System Preferences. The preference name is MAILSERVER. It can be entered with a domain name or an IP Address. The mail server needs to allow anonymous mail relay from the Trac server IP Address. An incorrectly entered mail server can cause your Trac system to operate very slowly as it attempts to connect to a non-existent mail server when scheduling or cancelling appointments.


How do I send an email to a group of students?

The Trac Navigation allows you to search students very quickly. When you have searched and found a selection of students, you can choose to send an email to this entire group at once. You can do so by choosing to Send HTML Note from the List Options menu. Enter your email subject and message and then choose if it is an email or just a note within your Trac system. Click Send Message to complete the message and send it to the group of students.


How do I email students a reminder of their appointments?

Each Center Profile has its own unique preferences and settings. The Email tab in the Center Profile Prefs allows you to set up and format email reminders for appointments. Reminders may be sent to students, consultants, or both. The reminder message is formatted differently for the students and consultants. A student can receive a reminder for each appointment that they have scheduled the next day. A consultant can receive one email that details all of their scheduled appointments for the next day.

Additionally, the Trac system has a global setting that controls when email reminders are sent. The Automated Events tab in the Utilities and Prefs contains the timing settings and activation of the Email Reminders.


How do I email consultants a reminder of their appointments?

Each Center Profile has its own unique preferences and settings. The Email tab in the Center Profile Prefs allows you to set up and format email reminders for appointments. Reminders may be sent to students, consultants, or both. The reminder message is formatted differently for the students and consultants. A student can receive a reminder for each appointment that they have scheduled the next day. A consultant can receive one email that details all of their scheduled appointments for the next day.

Additionally, the Trac system has a global setting that controls when email reminders are sent. The Automated Events tab in the Utilities and Prefs contains the timing settings and activation of the Email Reminders.


How do I receive a copy of the emails that are sent to students?

Each Center Profile has its own unique preferences and settings. The Email tab in the Center Profile Prefs allows you to configure email settings. You can configure a Center email address that will be used to send email confirmations and reminders to the students. There are checkbox settings to allow this same email address receive a copy of the appointment confirmations, reminders, and cancellations.


Can I watch/follow lists that I have created within the Trac Application?

Yes. It is possible to watch/track lists with the Watch List Indicator. The Watch List Indicator allows you to assign a colored dot to the list of your choosing which shows up next to the name of the students on your list. You can set who can see the indicator as well as where it shows up. When the indicator is hovered over, it will give you a the name of the list associated with it. Students can be members of multiple lists and the Watchlist indicator can follow up to 9 different groups.


What is the difference between an availability, an appointment, and a visit?

An availability is an designated time that a consultant offers for student appointments or drop-in visits. An appointment records that a student reserved a time to meet with a consultant. Appointments may be assigned a status to identify the outcome of the reserved time. A visit records that a student utilized the services offered at your center(s). Visits may be logged in real time by asking the student to sign in when they arrive and sign out when they leave or they may be recorded after the fact.


Can I book my appointments in Outlook? Does the Trac system integrate with Outlook?

When an appointment is scheduled the Trac application can send a confirmation email. Included in the email is an iCal attachment. This attachment will display appointments in your Outlook calendar as meeting invitations.

iCal Integration with your Trac system - Why is this a one-way relationship?

The integration is one-way, but it's important that a user understand that two-way integration is not really feasible.

AdvisorTrac, for example, allows for appointments to be scheduled between an advisor and a student. These appointments can be scheduled by the student, advisor, front desk staff, student workers, administrators, or any number of other users in the system. That means that correct levels of access to the schedule needs to be provided to the proper users. There are also many other factors that affect the scheduling, including rules for scheduling appointments, individual or group appointments, reasons for appointments, and so on. The AdvisorTrac system has a record of the advisor and a record of the student and will use scheduling rules and permissions for users to schedule the appointments. When an appointment is booked in the AdvisorTrac system, the basic information of the appointment (date, time, duration, student, advisor, reason, etc.) is passed in an iCal attachment to the user's Outlook calendar.

Outlook does not enforce rules or include permissions for many users to search and interact with advisor schedules to book appointments. When an appointment is booked, Outlook has no idea of who the student is or who the advisor is or if there is a rule that should have prevented the appointment.

Outlook cannot communicate all of the necessary information, provide the level of access, or follow a basic set of scheduling rules as AdvisorTrac can, so the two systems may not speak directly one with another.


Can I block times from my schedule?

Yes. Blocking times can be done in two ways. First an individual consultant can create an availability block by creating an availability and then unchecking the "is availability" checkbox in the top right corner of the availability creation window prior to saving. The second method is creating a block for an entire center which can only be done by administrators in the Center Profile> Centers tab.


How do I block times that my school/center is closed?

To create a center block you must have admin privileges to the Center Profile. In the Center Profile you will go to the Centers tab and click on the ID number of the center you would like to create the block for. Click on the "new" button in the center of the page and enter the details of the block. Note: if you would like to create a block for all center you will need to choose the Center Profile and check the box "is Global to all Subcenters?" located above the description field.


How do I move an appointment from one consultant to another?

Moving an appointment can be done by identifying the appointment you would like to move and accessing the "Move to" feature. This will allow you to the move the appointment to another consultant, day, or time. Click "Expand" for more information.

Moving appointments from one time to another can be done on the schedule by clicking and dragging. You may also use the Move To button from within the appointment entry screen to move the appointment.

Moving Appointments Overview
In order to drag appointments from one day to another, you must have the appropriate privileges (the ability to edit appointments). These privileges are edited on the Scheduling tab of the Group Prefs as well as the Center Scheduling area on the first page of the Group privileges.

Moving by clicking the Move To button has a lot of flexibility and more wide-reaching effects, therefore a special privilege for moving the appointment is given by clicking on the checkboxes located in the scheduling tab of the Group preferences.

Practical Uses for Moving by Clicking the Move To button
One example of a use of this feature is when a student has scheduled with the wrong consultant in the center. After getting a confirmation email, the student might want to change the consultant or the center administrator may get the confirmation and then decide that the student is incorrectly booked with the wrong consultant. Clicking the move to allows the administrator to quickly choose a different consultant, a different day and a different time. Any time conflicts are identified during this process, making rescheduling easy and effective.

The button is available in the appointment entry for existing appointments only. This button only appears in the appointment entry if the user's group has the Move To option checked and the appointment is an existing appointment.

4267490639043.png

Setting up the Preferences
The Group Preferences for allowing the Move To option is on the Scheduling tab of the Group entry page. Edit preferences by clicking the appropriate checkboxes and clicking save

607807-089-89.png


You may prevent the user from moving an appointment to another consultant by not checking the second checkbox. If the checkbox is checked, the appointment may only be moved to another consultant that is linked to the same center as the original appointment.

Be sure to click Save after making the desired choices.


Using the Move To Option

Open an existing appointment and locate the Move To button to the right of the appointment's date. Click the button to display the Move To dialog.

This is a way to move appointments from one consultant / date / time to another. Changing dates, times or consultants causes the system to display the new availabilities. The change button will appear if the chosen options do not conflict with an existing appointment.

326346457457.png


When the Move To dialog appears, choose a date or consultant. Notice that the system will compute any availabilities on that date. Click on the availability to change the start time of the appointment to the start time of the availability. You don't not have to click the availability, you may also enter the new start time by clicking the time and choosing a new time by using the standard time picker.

After doing so the Change button will appear. Click the change button to record the changes and the appointment will disappear and the schedule will reappear.


Can I delete or change a large group of visits all at once?

Yes, this can be accomplished with the Change Value utility. However, due to the potential destructive result of this kind of batch change, we recommend that you reach out to Redrock Software directly for assistance.


How do I survey a group of students?

Surveying a group of students is simple if you have SurveyTrac. SurveyTrac affords you the ability to create an unlimited number of surveys with an unlimited number of questions that can be given on student entry, exit, or sent out within an email. Students can be emailed surveys individually or you can pull up a specific group of students and email the survey all at once. For more information on SurveyTrac, contact us to set up a demo.


Why isn’t a consultant showing up on the schedule?

In order for a consultant to show up on the schedule, there are two settings that must be in place. First, the consultant must be assigned to the Center Profile in which the Center resides and second, within the Consultant Profile under the Subcenters tab make sure to select the Subcenter that should have the Consultant on the schedule. Consultants can reside on multiple schedules and within multiple Center Profiles if you choose.


Why can't a consultant/user view the schedule?

There are a couple of permissions and settings that need to be in place to enable a consultant/user to see the schedule. These permissions can be found in the Center Profiles under the user group settings.


How can staff/consultants change/reset their home screen?

Your Staff can modify the visible elements of their home screen by going to Trac Navigation > Trac-Man > My Prefs. View more info by clicking "Expand."

The My Prefs involves the personal preferences that users can choose to customize the Trac system for themselves such as including adding some Widgets to the Main Menu, such as a Mini Log Listing, Reports, custom window colors, Weekly Tip, and a custom RSS news feed. The user's ability to enable some of these preferences is dependent upon the access provided them through their assigned Group.


How to set your My Prefs
The My Prefs menu is found from the Trac Navigation Menu. Click on the TracMan Icon and select My Prefs. Once in the My Prefs you are able to select the different quick utilities you will like to appear on the Main Menu.

Myprefs1.jpg
Myprefs2.jpg



Once you have saved your My Prefs your Main Menu will have the utilities that will help you navigate quickly through the Trac system.

Myprefs11.jpg

How to restrict access to My Prefs

The user's assigned Group can be restricted from editing their own My Prefs. In the Trac Navigation go to the Search Glass then Center Profiles and click on your profile. From the Center Profile go to the Group Access Tab and select the Group you will need to remove the My Prefs option from. Finally go to the Restrictions Tab and deselect the box Prevent access to My Prefs to Personalize Main Menu and then click cave.


Myprefs3.jpg



Should I delete past consultants that are no longer working with us?

No. There is no safe way to delete a consultant. What we recommend is marking the consultants that you wish to remove as ‘Inactive’. This will allow previous records to remain attached to that consultant and make for the most accurate reporting possible. To ‘Deactivate’ a consultant, simply navigate to the Consultants (tutors, advisors, counselors, etc.) tab within your Center Profiles and uncheck the box next to their name.


Should I delete Subcenters that we no longer use?

No. There is no safe way to delete a Subcenter. We recommend marking the Subcenters that you wish to remove as ‘Inactive’. This will allow previous records to remain attached to that Subcenter and make for the most accurate reporting possible. To ‘Deactivate’ a Subcenter, simply navigate to the ‘Centers’ tab within your Center Profiles and uncheck the box in the middle of the frame under the term ‘Active’.


How do I change the time range on my schedule?

To change the schedule time range for yourself: Go to Trac Navigation > Trac Man icon > My Prefs. Change "Schedule Start time: __ End time: __" to your desired times, then save. For more information, and to change the time range for everyone, click "Expand."

To change the schedule time range for yourself

Go to Trac Navigation > Trac Man icon > My Prefs. Change "Schedule Start time: __ End time: __" to your desired times, then save.

2734235u4436.png 3y4u343jw2435.png


To change the schedule time range for everyone

Go to Trac Navigation > Trac Man icon > Utilities and Prefs > Custom Utility > Sys Admins category > Reset myPrefs.

  • Keep in mind, any changes you make here will overwrite whatever is currently set in everyone's 'My Prefs' menu. Anything you leave blank will be left alone.

You'll want to change the '...or all users in Group' setting to your users' group (or leave blank for everyone).

Then at the bottom of the screen, check 'Set Start and end times', and input the time range you'd like their schedules to use. This uses military time, so for example, you'll want to use '9:00' to '21:00' for 9:00am to 9:00pm. Click "Execute" to save.

8856756745.png 1t335h3353j53.png

Reporting FAQs


Can reports be run automatically?

Yes, reports can be run automatically with our automated reports feature. Reports can be run in a variety of increments and can be delivered via email to an individual or a group.


How do I run a Supplemental Instruction (SI) Report?

Running an SI Report is an extremely efficient way to identify the usefulness of your SI Program. Running the report is simple. Click "Expand" for instructions.

Follow the steps below to run an SI Report at the end of the semester:

Be sure that grades have been reported by faculty and imported from your Student Information System.

1. Log in as a user/consultant that has appropriate access to the Registrations reports and Subcenter information needed to execute the SI Report.

2. Click on the TracMan Icon in the upper left and select ‘Reports’.

3. From the dropdown menu select the ‘Registrations’ category.

4. From the new list of reports choose the ‘SI Comparison’ report.

5. After the options load, choose a center to report on.

6. Select the ‘Visit Search’ link and enter the specific Section within the ‘Section’ field.

7. Select the ‘Registrations Search’ link and enter the specific Section within the ‘Course ID’ field. (note: the Visit Search and Registrations Search sections must match exactly).

8. Choose your date range (i.e. this semester).

9. For the ‘SI Group is:’ option, select ‘Visited’.

10. Adjust the passing and non-passing grades to meet your standards. (note, these must be in the correct format or they will generate an inaccurate report. Do not place any spaces after commas or between grades). (Good Example: a,a+,a-,b,b+,b-) (Poor Example: a, a+, a - , b , b +, b)

11. Adjust the ‘Affects of SI on Visits Breakdown’ to your preference. Once again, pay close attention in following the proper formatting.

12. Complete filling in the settings to meet your preferences and select ‘Generate’


What are the differences between the “Students/Visits by??”, “Visits/Students by??”, and “Appointments/Students by??” reports?

The primary difference is what the report is using as its logic to run the report. The “Students/Visits by??” report will provide the total number of students and visits grouped in a variety of ways; the “Visits/Students by??” report provides visit data through a variety of fields; while the “Appointments/Students by??” displays appointment data for your subcenter(s).

The Appointments/Students by ?? report displays Appointment data for your subcenter(s). Information can be organized and sorted via the “Group Appointment By” and “Group 2” fields. For each group selected, the dates and times are listed as well as Appointment status (attended, cancelled, missed), student, and subject. The report can be regenerated for a specific center, an individual student, group of students, an individual Consultant, or for different date and time ranges. Additional fields can be added with regards to Student, Appointment, and Visit Information.

The Students/Visits by Report will provide a total number of students and visits, grouped by the chosen field on the left. Each field is listed with its associated students, individual student data, number of visits by the student, and total hours of each visit.

The Visits/Students by Report provides visit data through a variety of fields. Data can be grouped by two fields of your choice through the Group Visits By and Group 2 fields. Additional Fields can include student ID, name, date, times, subject, reason, and visit notes. Total visits and hours are listed beneath each section.