%@LANGUAGE="JAVASCRIPT"%> <% // *** Validate request to log in to this site. var MM_LoginAction = Request.ServerVariables("URL"); if (Request.QueryString!="") MM_LoginAction += "?" + Request.QueryString; var MM_valUsername=String(Request.Form("last")); if (MM_valUsername != "undefined") { var MM_fldUserAuthorization=""; var MM_redirectLoginSuccess="setup.asp"; var MM_redirectLoginFailed="grades_login_failed.asp"; var MM_flag="ADODB.Recordset"; var MM_rsUser = Server.CreateObject(MM_flag); MM_rsUser.ActiveConnection = MM_Grades_STRING; MM_rsUser.Source = "SELECT Lname, SSN"; if (MM_fldUserAuthorization != "") MM_rsUser.Source += "," + MM_fldUserAuthorization; MM_rsUser.Source += " FROM grades WHERE Lname='" + MM_valUsername + "' AND SSN='" + String(Request.Form("ssn")) + "'"; MM_rsUser.CursorType = 0; MM_rsUser.CursorLocation = 2; MM_rsUser.LockType = 3; MM_rsUser.Open(); if (!MM_rsUser.EOF || !MM_rsUser.BOF) { // username and password match - this is a valid user Session("MM_Username") = MM_valUsername; if (MM_fldUserAuthorization != "") { Session("MM_UserAuthorization") = String(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value); } else { Session("MM_UserAuthorization") = ""; } if (String(Request.QueryString("accessdenied")) != "undefined" && false) { MM_redirectLoginSuccess = Request.QueryString("accessdenied"); } MM_rsUser.Close(); Response.Redirect(MM_redirectLoginSuccess); } MM_rsUser.Close(); Response.Redirect(MM_redirectLoginFailed); } %>
|
Grades Database Login |
|
http://mail.rossmed.edu.dmFor instructions on accessing your ROSS email account remotely, go to email instructions Note to AOL users: Please make sure you are using version 8.0 or later. We also highly recommend that you use your Internet Explorer browser instead of the AOL browser to access the Ross email website. Reminder to Students: You will receive emails requesting your participation in individual course surveys for which you have been selected at random. Surveys are due on December 20th. The survey site can be accessed at: http://survey.rossmed.edu.dm/etw/crseval.asp Your User login for this site is FirstnameLastname i.e. (JohnSmith). Note. There is no space between your first and last names Your password is simply your BANNER ID, including the @ Sign i.e. @00000123 , unless you have changed it. Some students may have a Logon of 123 (the last 3 numbers of your banner ID), and a password of @00000123. If you have forgotten your password, you can have it resent to your ROSS email by clicking the "forgot password" link on the survey start page.
Please note: your email address will be either your firstnamelastname@rossmed.edu.dm OR your bannerID(WITHOUT the leading "@" symbol) @rossmed.edu.dm. If you need help with your login information, please email: SurveyAdministrator@rossmed.edu.dm Answer Keys - May - August 2008 Semester 1 Mini 3 August 2008 A
B
C
D
Scramble #
Test Concepts 1
Thank you for your patience and understanding! If you are having problems logging in or accessing your email account, please send a detailed email to the below address or contact one of the ITS help desk staff with the problem details at: (767) 255-6321
|
|
|
©
2001 Ross University School of Medicine all rights reserved.
|