<% ' The user information is displayed If Session("username") = "" Then Response.Redirect "../../Default.asp" End If %> <% Dim iAccessLevel Dim iPersonId Dim iParentId ' The first message in the thread Dim iMessageId ' The messageid of the message iAccessLevel = 4 ' 1 -> students + staff only ' 2 -> vol + staff only ' 3 -> staff only ' 4 -> stud + vol + staff only iPersonId = Session("personid") GetAllThreads iAccessLevel, iPersonId ' Retreivng the information from the database %> Cabrini Connections
<% Dim x , y If tRows > -1 Then For x = 0 to tRows If arrSortMsgs(colMsgLevel, x) = 0 Then ' Check the level of the message ' if the level of the message is zero, it is the \ ' first message in the thread iParentId = arrSortMsgs(colMsgId, x) ' This message is the parent message Else iLevel = arrSortMsgs(colMsgLevel, x) 'For indentation End If Response.Write "" & _ "" Next Else Response.Write "" & _ "" End If %>

SVHATS|  Student and Volunteer History & Tracking System


Home page  ->

Getting Started with SVHATS

(for Volunteers)

SVHATS is the Cabrini Connections online reporting system. Volunteers are expected to use this system to report on their student’s progress during tutoring sessions. Cabrini Connections will use this data to illustrate a student’s journey through our program and the impact our program has on its students. You and your student should each log in to SVHATS each week and tell us what you did during tutoring.

Log In

You will receive an email with your SVHATS username and password. To begin using SVHATS:

 

Interest Inventory

When you first log in we ask that you fill out the Interest Inventory, which asks you about your skills and interests. We will use this information to find volunteers to organize and deliver programs at Cabrini Connections. For example, if you check writing/editing as an interest, we might contact you regarding a Writing Program we are starting.

Change your password

  • Click on My account
  • Choose Change password from the drop-down menu

Record you username and new password on your Quick Info Card and store it in a safe place.

 

To Log a Session

  • Click on Short in the My Feedback menu
  • Choose Post from the drop-down menu
  • Type your comments
  • Click on Submit

If you meet your student outside of regular tutoring sessions, you should use the Extended form instead of the Short form.

Now you are ready to begin logging tutoring sessions in SVHATS.  Click here to get started.

 

 
 
" ' Indenting While iLevel > 0 Response.Write "    " iLevel = iLevel - 1 WEnd Response.Write "" & _ "" & " " If arrSortMsgs(colMsgLevel, x) = 0 Then Response.Write "" & arrSortMsgs(colSubject, x) & "" Else Response.Write arrSortMsgs(colSubject, x) End If Response.Write " (" & arrSortMsgs(colFname, x) & ") Date: " & _ arrSortMsgs(colPostedDate, x) & "" Response.write "
" Response.Write "There are no messages to display