Garnet Computer & Information Sciences Grading Systems (GCISGS)

Size: px
Start display at page:

Download "Garnet Computer & Information Sciences Grading Systems (GCISGS)"

Transcription

1 Project Manager Corey Latislaw Assistant Project Manager Dragan Lojpur Webmaster Jon Wingfield Repository Expert Ghajirdra Sharma Garnet Computer & Information Sciences Grading Systems (GCISGS) Project Deliverable 3 CEN 4010 Software Engineering Dr. Jean Muhammad Fall 2005

2 Table of Contents Section Page Problem Description & Purpose 1 Statement of Scope 1 System Benefits 1 Diagrams Professor s 2 TA & Chair s 3 Descriptions 4 Data Dictionary 12

3 Problem Description & Purpose The problem facing the Computer Science Department is a complex and lengthy manual grading process, which they currently utilize. This process requires professors and TA s to manually process grades, which takes considerable time and adds unnecessary paperwork. The purpose of the Garnet Computer & Information Sciences Grading System is to replace the current inefficient paper process with a fully automated computer grading system. This will create more time for professors to focus on lectures and increase the level of ease with which they can recall student's grades. Statement of Scope The Garnet Computer & Information Sciences Grading Systems (GCISGS) project is intended to replace current manual grading processes with a reliable software grading system. The grading system will aid Professors/Instructors, TA s, and the department chair to administer grades to students. The functionality of the system will allow addition and removal of courses, grades, and grading categories as well as producing statistical data based on current grades. It will also allow users with sufficient access rights to view current grading information. Historical data will not be kept within the system, but professors are given the option of saving current semester data to their computer system. This statement of scope represents the basis for development of the GCISGS project and is subject to revision based on evolution of the system as it is developed. System Benefits The tangible benefits of the system are as follows: Inexpensive to implement reduced operating costs over extended period of time are far greater then software production cost. Reduced operating costs reduces the number of staff needed, and eliminates the use of paper and other consumable goods. Saves time fast learning curve and easy to use. Saves money reduced operating costs and increased work efficiency. Increases work capacity users will be able to get more work done, in a timely manner. The intangible benefits of the system are as follows: Ease of use Easy to understand point and click interface. Better information organization stored in a single database enabling more efficient work. Flexible different access permissions available for different users. Connects across different platforms system can work on, almost any, existing computer system. Puts users in control of their data users can easily add, change and delete data, depending on their permissions. Greater physical and data security password protected secure system, with backup. Boosts morale increases productivity and efficiency. Page 1 of 14

4 Diagram Page 2 of 14

5 Diagram Page 3 of 14

6 Descriptions Log In, TA, Chair Describes the process when an instructor logs in to the system to do one of the allowed actions. 1. This use case is initiated when the instructor visits the log in page and submits a user name and password. The user visits the system homepage. The verify user use case is then invoked to authenticate the user s log in information. Verify User, TA, Chair Describes the process when a user password and log in information is verified against the current system user list. 1. This use case is initiated when the user visits the log in page and submits a user name and password. 2. The user s login information is validated against the system. 3. If the information is valid, allow the user to proceed to their respective submenus, otherwise, print an error and allow them to try again. User has typed in log in information. User is authorized, and the proper submenu for the user is then invoked. The system will not allow unauthorized access. Professor and Instructor Menu Describes the options a Professor or an Instructor has after logging into the system. 1. Displays the current course list associated with the Professor or Instructor, and an option to add a course to this list. Verification of log in information is complete. User has access to their courses or adding a course to the system. User has been authorized as a Professor or an Instructor. Page 4 of 14

7 Descriptions TA Menu TA Describes the options a TA has after logging into the system. 1. Displays the current course list associated with the TA. Verification of log in information is complete. User has access to their courses. User has been authorized as a TA. Chair Menu Chair Describes the options the Chair has after logging into the system. 1. Displays the all current courses in the department. Verification of log in information is complete. User has access to all courses in the department. User has been authorized as the Chair. View Course Options, TA, Chair Describes the options that are available to users based on the course selected. 1. Displays the options available for the selected course for a particular user. A user has selected a course from their respective menu. All options pertaining to a user and a course are available to a user. Page 5 of 14

8 Descriptions Add Course Describes the process a Professor or an Instructor uses to add a course to the grading system. 1. The course is entered into a form and submitted. 2. The course is checked against the database to verify it doesn t already exist. 3. The course is added to the database. 4. The user is redirected to the add student use case. 5. The user has an option to be redirected to the add grade category use case. A professor or an Instructor has selected the option to add a course from the menu screen, and it has not been previously populated by the FSU registration system. A new course will exist in the database. Add Student Describes the process a Professor or an Instructor uses to add a student into the grading system for a given course. 1. User enters and submits a completed form containing a student s classification, major, name, and social security number. 2. The information will be checked against the database to verify the student does not already exist. 3. The student information is saved in the database. 4. The user has an option to be redirected to the view course roster use case. The user selects a course for which they want to add a student. A new student will exist in the database for a given course. Page 6 of 14

9 Descriptions Delete Student Describes the process a Professor or an Instructor uses to remove a student from a class in the grading system. 1. The user selects the student they want to delete. 2. The page confirms that the instructor would like to delete this student. 3. Once confirmed, the student is from the student table in the database. 4. The user has an option to be redirected to the view course roster use case. The user selects a course for which they want to delete a student. The student will no longer exist in the grading system for that course. CONDITION View Course Roster Describes the process that a Professor or an Instructor uses to view a roster for a specific course that they are teaching. 1. User selects view roster for the specified course. 2. System produces a printable copy of the roster containing student names, classifications, social security numbers, and majors. Courses have been populated, manually by a Professor or an Instructor, or automatically by school registration system, or both. User views the report. Add Grade Category Describes the process a Professor or an Instructor uses to add a grade category to a course in the grading system. 1. User selects add grade category for a specified course. 2. Upon submission of the form, the grading category is added to the database. The user selects a course for which they want to add a grading category. A new grading category will be added to the grading system for a given course. The maximum of 6 grading categories have not been exceeded. Page 7 of 14

10 Descriptions Delete Grade Category Describes the process a Professor or an Instructor uses to remove a grade category from a course in the grading system. 1. User selects delete grade for a specified course. 2. Upon submission of the form, the grading category is removed from the database. The user selects a course for which they want to delete a grading category. The grading category will be removed from the given course. A category exists for the course specified. Add Grade Describes the process that a Professor or an Instructor uses to add a grade to the grading system. 1. The user selects a student and a category for which a grade is to be added. 2. System verifies that a grade does not already exist for this student in this category. 3. After the addition is complete, the user is redirected to the view student report use case. The user selects a course for which they want to add a grade. Grade has been added to the system for a specific category. Student is enrolled in the course and grade categories have already been defined for the course. CONDITIONS: CONDITIONS: Add Grade TA Describes the process that a TA uses to add a grade to the grading system. 1. The user selects a student and a category for which a grade is to be added. 2. System verifies that a grade does not already exist for this student in this category. The user selects a course for which they want to add a grade. Grade has been added to the system for a specific category. Student is enrolled in the course and grade categories have already been defined for the course. Page 8 of 14

11 Descriptions CONDITIONS: Batch Processing Student Grades TA Describes the process that a TA uses to batch process the student grades for a specified course. 1. The user selects a category for which a grade is to be added for each student. 2. System verifies that grades do not already exist for this category. The user selects a course for which they want to add grades. Grades have been added to the system for a specific category. Students are enrolled in the course and grade categories have already been defined for the course. CONDITION Change Grade Describes the process that a Professor or an Instructor uses to change an existing grade in the system. 1. The user selects a student and category for which they want to change the grade. 2. User is then prompted to enter the new grade. 3. After the addition is complete, the user is redirected to the view student report use case. The user selects a course for which they want to change a grade. The grade has been changed and saved to the Grade Table. The student, category, and grade must exist in the system. CONDITION View Student Report, TA, Chair Describes the process that all users use view a student report. 1. The user selects the view student report option. 2. The user selects a student for which they want to view a student report. 3. The system calculates the student average based on grading categories and grades. 4. The system returns a report, which contains a name, grades and an average of a selected student. The user selected a course for which they want to view a student report. The user views the report. Page 9 of 14

12 Descriptions CONDITION CONDITION CONDITION Calculate Student Average, Chair Describes the process the system uses to calculate an average for a student in a specified course. 1. This use case is initialized by the view student report use case. 2. It returns the student average based on their grades and categories weights. The user has selected to view a student report. The averages are returned to view statistical report use case. The course exists and for that course it has associated students, grades, and categories. View Statistical Report, Chair Describes the process that a Professor, an Instructor, or the Chair uses to view a statistical report for a specified course. 1. The user selects the view statistical report option. 2. The system calculates the average per grading category for the course. 3. The system calculates the course average based on student grades for a specified course. 4. The system returns a report, which contains averages for each category and an average for the entire course. 5. The user has the option to archive this information. The user selected a course for which they want to view a statistical report. The user views the report, possibly archiving it. The course exists and for that course it has associated students, grades, and categories. Calculate Course Average, Chair Describes the process the system uses to calculate an average for a specified course. 1. This use case is initialized by the view statistical report use case. 2. It returns the average for a course based on grades and the number of students. The user has selected to view a statistical report. The average is returned to view statistical report use case. The course exists and for that course it has associated students, grades, and categories. Page 10 of 14

13 Descriptions CONDITION Calculate Average Per Category, Chair Describes the process the system uses to calculate an average per category in a specified course. 1. This use case is initialized by the view statistical report use case. 2. It returns the average for each category in a course based on the grades and the number of students. The user has selected to view a statistical report. The averages are returned to view statistical report use case. The course exists and for that course it has associated students, grades, and categories. CONDITION Archive Statistical Report, Chair Describes the process that the system executes to archive a statistical report for a specified course. 1. After the report is generated by the view statistical report the user is presented with the option to archive this data. The user has selected to view a statistical report. The user archives it and stores on a hard drive. The course exists and for that course it has associated students, grades, and categories. Page 11 of 14

14 Data Dictionary Name Description Type Garnet Computer & Information Sciences Grading Systems Instructor Professor Chair TA The GCISGS is a grading system designed to make grading more time and cost efficient for Instructors and TA's, while providing the Department Chair with statistical reports of class and student progress. Instructors are a general class of users who have access to all update and query requests available in the Semester Grades Database for the current semester. A Professor is a specialized Instructor who has access to all update and query requests available in the Semester Grades Database for the current semester. The Chair is a user who has access to student and statistical reports for all classes in the computer science domain. A TA is a user who can add grades and view statistical reports for only the classes they are associated with. Process External Entity External Entity Log In Verify User Professor & Instructor Menu TA Menu Chair Menu View Course Options Add Course A log in request is submitted by a Professor, an Instructor, a TA, or the Chair which will call functionality to verify user credentials based on a password. This will determine the level of access a user has to functionality to alter the Semester Grades Database for the current semester. Verify user functionality is invoked after log in information has been submitted by a user. It authenticates password information for a user and grants access to appropriate functionality. Submenu functionality is invoked after verification of a Professor or an Instructor log in, which then displays all courses associated with that user. Submenu functionality is invoked after verification of a TA log in, which then displays all courses associated with that user. Submenu functionality is invoked after verification of a Chair log in, which then displays all courses associated with that user. This functionality displays all courses associated with a user or department, which serves as the main interface for the user to update various pieces of information stored in the tables of the Semester Grades Database. This option is available to a Professor or an Instructor if a course was not added automatically at the beginning of a semester. It is available in the main interface (bottom of view course page) and allows a course to be added to the Course Table of the Semester Grades Database for that semester. The user has the option to enter grading categories for this class once it has been added to the database. If a course is added manually by the user, then each student must be added manually. Page 12 of 14

15 Data Dictionary View Course Roster Add Student Delete Student Add Grade Batch Processing Student Grades Change Grade View Student Report This option is available to a Professor or an Instructor once a course they are associated with has been selected from their course list. It produces a printable copy of the roster for a given course, which contains the names of students, their classification, social security number, and major. This option is available to a Professor or an Instructor once a course they are associated with has been selected from their course list. The add student request is then submitted specifying which student to add to the Student Table for that course in the Semester Grades Database for the current semester. After addition to the table is complete, the user has the option to view the class roster for that course. This option is available to a Professor or an Instructor once a course they are associated with has been selected from their course list. The delete student request is then submitted specifying which student to delete from the Student Table for that course in the Semester Grades Database for the current semester. After addition to the table is complete, the user has the option to view the class roster for that course. This option is available to a TA, a Professor or an Instructor once a course they are associated with has been selected from their course list. The add grade request is then submitted specifying a grade to add to the Grade Table of the Semester Grades Database for the current semester. Once the grade has been added to the database the student report will be displayed. This option is available to a TA once a course they are associated with has been selected form their course list. It allows insertion of multiple students grades into the Semester Grades Database for the current semester. This option is available to a Professor or an Instructor once a course they are associated with has been selected from their course list. The change grade request is then submitted specifying which grade to update in the Grade Table of the Semester Grades database. This allows grades to be corrected if incorrectly entered or later appealed. Once the grade has been added to the database the student report will be displayed. This option is available to a TA, a Professor, an Instructor, or the Chair once a course they are associated with has been selected from their course list. View student report request is then submitted which queries the Semester Grades Database and produces a report containing the student's name, individual grades, and overall average for that course in the current semester. Page 13 of 14

16 Data Dictionary Calculate Student Average This functionality is invoked once a request for a student report is made by a Professor, an Instructor, a TA, or the Chair. It multiplies all of a students grades by their respective weights which is category dependent, and then adds them all up, to generate the average for a single student's grade. View Statistical Report This option is available to a Professor, an Instructor, or the Chair once a course they are associated with has been selected from their course list. It calculates the average per category in a particular class and also the overall class average, and produces a report with this information. Calculate Course Average Calculate Average Per Category Add Grade Category Archive Statistical Report Delete Grade Category This functionality is invoked once a request for a statistical report is made by a Professor, an Instructor, or the Chair. It sums all students grades and then divides by the number of students in the class to create a class average that is returned to the view statistical report function. This functionality is invoked once a request for a statistical report is made by a Professor, an Instructor, or the Chair. In each category the grades for every student are summed then divided by the number of students there are registered for that class to develop an average per category. This is returned to the view statistical report function. This option is available to a Professor or an Instructor once a course they are associated with has been selected from their course list. The add grade category request is then submitted specifying which grading category (maximum of 6 per class) is to be added to the Category Table of the Semester Grades Database for the current semester. This option is available to a Professor, an Instructor, or the Chair once a course they are associated with has been selected from their course list. The report is archived for later retrieval. This option is available to a Professor or an Instructor once a course they are associated with has been selected from their course list. The delete grade category request is then submitted specifying which grading category to delete from the Category Table of the Semester Grades Database for the current semester. Page 14 of 14

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

Get Connected Follow- up Assignment Rev: 8/28/08

Get Connected Follow- up Assignment Rev: 8/28/08 Description Get Connected Follow- up Assignment Rev: 8/28/08 Nearly all class announcements and out- of- class communication will be conducted through email. This assignment is designed to ensure that

More information

Standard Operating Procedures for Blackboard Policy

Standard Operating Procedures for Blackboard Policy Services Standard Operating Procedures for Blackboard Policy Table of Contents 01 Policy Statement... 2 02 Information Services (ITS) and the... 2 03 Blackboard and the Banner Student Information System...

More information

Thank you for visiting the Online Course Proposal Web Tutorial for new and existing courses for Brown University Faculty and Staff.

Thank you for visiting the Online Course Proposal Web Tutorial for new and existing courses for Brown University Faculty and Staff. Thank you for visiting the Online Course Proposal Web Tutorial for new and existing courses for Brown University Faculty and Staff. 1 To access Self Service Banner, you will need to login to https://selfservice.brown.edu

More information

Student Registration Instructions

Student Registration Instructions Student Registration Instructions Before you begin, you will need a 10-character Class Code and a 20-character ALEKS Access Code. If you do not have an access code, you can purchase one during this registration

More information

My LMS. Learning Management System Guide for Students

My LMS. Learning Management System Guide for Students My LMS Learning Management System Guide for Students Revision Date: October 17, 2014 Table of Contents Learning Management System (LMS) Overview... 2 Accessing My LMS... 2 General Navigation... 5 Your

More information

CareFlite Learning Management System

CareFlite Learning Management System CareFlite Learning Management System CareFlite is offering current CareFlite employees and the First Responder Organizations in our 911 service area an online recorded Learning Management System (LMS)

More information

Payment Plan Questions & Answers

Payment Plan Questions & Answers Table of Contents What is a tuition/monthly payment plan?... 2 Who is ECSI and what do they do?... 2 How do I sign up for a tuition/monthly payment plan?... 2 How can I enroll in a tuition/monthly payment

More information

Quick Reference Guide Welcome TEST USER

Quick Reference Guide Welcome TEST USER Welcome TEST USER HELP RETIREMENT MANAGER DEMO FEEDBACK VersionE_000 Getting Started This Retirement Manager participant website Quick Reference Guide will assist you to easily navigate and complete important

More information

Rational Software. Course Registration System Use-Case Model

Rational Software. Course Registration System Use-Case Model Rational Software Course Registration System Use-Case Model Version 2003 Revision History Date Issue Description Author 9/5/2000 V2000 Generation for beta Shawn Siemers 10/2/2000 V2000 Final release Shawn

More information

Website Administration Security Guide

Website Administration Security Guide Website Administration Security Guide September 2012 TABLE OF CONTENTS Introduction... 1 General Overview... 1 System Requirements... 1 Important Administrator Terms... 2 Security Services Administration...

More information

Curriculum Management Program

Curriculum Management Program Curriculum Management Program UTHSC College of Graduate Health Sciences Prepared April 26, 2006 Updated April 18, 2007 Updated January 1, 2009 Curriculum Management Program 1 The Curriculum Management

More information

Enhanced Login Security Frequently Asked Questions

Enhanced Login Security Frequently Asked Questions Enhanced Login Security Frequently Asked Questions Below are Frequently Asked Questions to assist you and you can also contact Customer Service at 903-657-8525 or 800-962-1610. Q: What is Enhanced Login

More information

Problem Statement. Jonathan Huang Aditya Devarakonda. Overview

Problem Statement. Jonathan Huang Aditya Devarakonda. Overview Jonathan Huang Aditya Devarakonda Problem Statement Overview Automated job schedulers have been extensively studied and implemented in large clusters and supercomputers. However, many of these clusters

More information

To create User who have already been registered with OCR and have received Registration Number can follow the following steps.

To create User who have already been registered with OCR and have received Registration Number can follow the following steps. 3 Post Registration 3.1 Create User To create User who have already been registered with OCR and have received Registration Number can follow the following steps. Figure 50: Link for new User Registration

More information

Minnesota State Scholarship Programs Online Tools Guide 2008-2009

Minnesota State Scholarship Programs Online Tools Guide 2008-2009 Minnesota State Scholarship Programs Online Tools Guide 2008-2009 Table of Contents How to Login to Online Institutional Access 3 Minnesota GI Bill 6 18 Online Student Application 6 Online Institutional

More information

Dram Shop Insurance Report Online User Manual

Dram Shop Insurance Report Online User Manual Dram Shop Insurance Report Online User Manual Missouri Department of Insurance, Financial Institutions and Professional Registration Contents Summary... 1 Site Address... 1 Account Management... 1 Account

More information

Creating Your PALS Online Account for New Teachers Navigate to the PALS Online homepage

Creating Your PALS Online Account for New Teachers Navigate to the PALS Online homepage Creating Your PALS Online Account for New Teachers Navigate to the PALS Online homepage Type www.wi.palsk8.com into the address bar of your internet browser. New or Returning? To create a new teacher account,

More information

How To Learn Distance Learning

How To Learn Distance Learning Global Outreach & Extended Education cpd.hwexam@asu.edu ph: 480.965.1740 Ira A. Fulton Schools of Engineering Distance Learning Student Manual Welcome to the office of Global Outreach and Extended Education

More information

Answers to Cardmember questions about Online Services and statement delivery.

Answers to Cardmember questions about Online Services and statement delivery. Answers to Cardmember questions about Online Services and statement delivery. For more information, please contact your Program Administrator or Customer Service. Online Statements What is an Online Statement?

More information

Surplus Lines Online User Guide

Surplus Lines Online User Guide Surplus Lines Online User Guide Missouri Department of Insurance, Financial Institutions and Professional Registration Contents Summary... 1 Site Address... 1 Account Management... 2 Account Registration...

More information

ONLINE BILL PAY QUICK REFERENCE GUIDE

ONLINE BILL PAY QUICK REFERENCE GUIDE Thank you for enrolling in the DiCarlo Food Service On-line Payment Program. By enrolling in this service, you will have the ability to: Bullet Receive an email notification when your bill is ready Securely

More information

EU-METALIC II Application Process

EU-METALIC II Application Process EU-METALIC II Application Process A walkthrough guide to completing an online application This illustrated step-by-step guide has been designed to take applicants through the application process whilst

More information

Trunk E-Mail Archive Tool

Trunk E-Mail Archive Tool Why use the email archive? Trunk E-Mail Archive Tool Students adding and dropping a course are automatically added and removed from a Trunk course site Roster. Using the Trunk e-mail archive tool will

More information

Blackboard 8 Interface. Workshop Overview

Blackboard 8 Interface. Workshop Overview Blackboard 8 Interface Welcome to Tarleton State University's Blackboard 8! Blackboard is the online Learning Management System (LMS) of Tarleton State University. Blackboard enables the teacher to provide

More information

7. In the boxed unlabeled field, enter the last 4 digits of your Social Security number.

7. In the boxed unlabeled field, enter the last 4 digits of your Social Security number. CREATE YOUR MYVIEW LOGIN To access myview while ensuring security, you will be given an encrypted access key token. You will use this token the first time you log into myview. Once you have successfully

More information

CSSE 374 Software Architecture and Design I

CSSE 374 Software Architecture and Design I CSSE 374 Software Architecture and Design I Homework 4 Objective To apply what you have learned about UML Logical Architecture by:. Creating a preliminary Logical Architecture for the Dog-eDoctor System

More information

Online Banking User Guide

Online Banking User Guide Online Banking User Guide Page 1 of 14 Set Up and Access to Online Banking How do I set up Online Banking? To enroll in Online Banking, complete the following: 1. Go to https://www.cobnks.com. 2. Under

More information

Business Banking Customer Login Experience for Enhanced Login Security

Business Banking Customer Login Experience for Enhanced Login Security Business Banking Customer Login Experience for Enhanced Login Security User credentials uniquely identify each person who uses the banking platform. The intent of authentication is unequivocal verification

More information

SMS Identity Confirmation. Enablement Plan for System Administrators February 2013

SMS Identity Confirmation. Enablement Plan for System Administrators February 2013 SMS Identity Confirmation Enablement Plan for System Administrators February 2013 Key Summary Salesforce.com constantly innovates to ensure our service is as secure as possible, and we re dedicated to

More information

MAC OS X 10.5 Mail Setup

MAC OS X 10.5 Mail Setup MAC OS X 10.5 Mail Setup Automatically Configuring Mail Manually Configuring Mail Changing Mail Settings Automatically Configuring Mail Mail in Mac OS X 10.5 includes the automatically set up account option.

More information

Managing Your Class. Managing Users

Managing Your Class. Managing Users 13 Managing Your Class Now that we ve covered all the learning tools in Moodle, we ll look at some of the administrative functions that are necessary to keep your course and students organized. This chapter

More information

Quick Tips for the New Chapter Management System

Quick Tips for the New Chapter Management System Welcome to the chapter management system, also known as officer s only. Below you will find some quick tips about the use of this system. Please note that as functionality is added this document will expand

More information

f. Expand the term to see the courses in which you are enrolled by clicking on the + sign to the left of the semester.

f. Expand the term to see the courses in which you are enrolled by clicking on the + sign to the left of the semester. ecollege FAQ s Note: The only courses that appear in ecollege are online or web-enhanced courses. Face to Face courses, with no online component, will NOT appear in ecollege. 1. How do I access my ecollege

More information

Grant Management System Training Guide Module 1 Getting Started Accessing Your System Ver 6.1 Updated: 2.13.2014

Grant Management System Training Guide Module 1 Getting Started Accessing Your System Ver 6.1 Updated: 2.13.2014 Grant Management System Training Guide Module 1 Getting Started Accessing Your System Ver 6.1 Updated: 2.13.2014 Prepared by: CommunityForce Implementaiton Team Table of Contents Module 1: Getting Started

More information

User guide for the Cskills Awards Awards Online system

User guide for the Cskills Awards Awards Online system User guide for the Cskills Awards Awards Online system Published by Cskills Awards, CITB, Bircham Newton, King s Lynn, Norfolk PE31 6RH First published 2008 Revised July 2013, January 2014, April 2014,

More information

AVDC Document Management System Getting Started

AVDC Document Management System Getting Started Page 1 of 7 AVDC Document Management System Getting Started Login Upon entering the AVDC document management system (http://www.avdc-dms.org/dms/ or via the link on the AVDC web site Home page), the initial

More information

Blackboard Learning System: Student Instructional Guide

Blackboard Learning System: Student Instructional Guide Blackboard Learning System: Student Instructional Guide This manual was prepared to assist students in the understanding, orientation, and usage of the Blackboard Learning System online course management

More information

Online Class Registration Quick Guide for Students

Online Class Registration Quick Guide for Students Online Class Registration Quick Guide for Students The purpose of this document is to help students get started with the OCR System. This document will explain about the Login, the general class registration

More information

Client Ordering and Report Retrieval Website

Client Ordering and Report Retrieval Website 1165 S. Stemmons Frwy. Suite 233 Lewisville, TX 75067 800-460-0723 Client Ordering and Report Retrieval Website The Reliable Reports Client Ordering Website allows client users to submit, view, and retrieve

More information

Instructor Getting Started Guide for Desire2Learn

Instructor Getting Started Guide for Desire2Learn Instructor Getting Started Guide for Desire2Learn Table of Contents About McGraw-Hill Campus... 2 Before you begin... 2 Initial Setup of the McGraw-Hill Campus Module... 3 Accessing McGraw-Hill Campus...

More information

SPEECH REPOSITORY 2.0. Registration procedure

SPEECH REPOSITORY 2.0. Registration procedure EUROPEAN COMMISSION DIRECTORATE GENERAL FOR INTERPRETATION Provision of Interpretation Multilingualism and interpreter training support SPEECH REPOSITORY 2.0 Registration procedure Date: 26/09/2014 Version:

More information

Getting Started with StoreGrid Cloud

Getting Started with StoreGrid Cloud Getting Started with StoreGrid Cloud This document describes the steps to quickly sign up and start backing up your data to StoreGrid Cloud. I. Signing Up 1. Go to http://storegridcloud.vembu.com and select

More information

AMS Advantage Vendor Self Service. Registration Quick Start Guide Release 3.9

AMS Advantage Vendor Self Service. Registration Quick Start Guide Release 3.9 AMS Advantage Vendor Self Service Registration Quick Start Guide Release 3.9 Copyright 2001, 2011 CGI Technologies and Solutions Inc. All rights reserved. These materials contain the intellectual property

More information

College Faculty Salary & Credentialing System User Document 1

College Faculty Salary & Credentialing System User Document 1 WELCOME! The College Faculty Salary and Credentialing System has been developed to streamline the process of Salary Placement and Credentialing submission, review, and approval. Features include: Secure

More information

Revision 1.0. September 2010 2002-2010 ICS Learning Group

Revision 1.0. September 2010 2002-2010 ICS Learning Group Revision 1.0 September 2010 2002-2010 ICS Learning Group Disclaimer ICS Learning Group makes no representations or warranties with respect to the contents or use of this manual, and specifically disclaims

More information

Medical Professional Liability Insurance Claims Online User Manual

Medical Professional Liability Insurance Claims Online User Manual Medical Professional Liability Insurance Claims Online User Manual Missouri Department of Insurance, Financial Institutions and Professional R egistration Contents Summary... 1 Site Address... 1 Account

More information

Table of Contents. 1. Software House Website Login. a. Forgot My Password Recovery Feature. 2. Site Registration. a. Creating Your Account

Table of Contents. 1. Software House Website Login. a. Forgot My Password Recovery Feature. 2. Site Registration. a. Creating Your Account Welcome to the Software House Website Registration Process Guide. This guide has been assembled to provide an overview of the registration process on the Software House website and can be used to help

More information

How to Use the H-ITT Analyzer Version 2.4.4

How to Use the H-ITT Analyzer Version 2.4.4 How to Use the H-ITT Analyzer Version 2.4.4 I. Preparing to Use Analyzer: Adding Your Class II. Introduction to the Analyzer Interface III. Sync Your Class Roster in Analyzer IV. Update Your Class Roster

More information

Certification Quality Initiative User s Guide v.2

Certification Quality Initiative User s Guide v.2 Certification Quality Initiative User s Guide v.2 IPC, i n c. 3000 L a k e s i d e D r i v e, S u i t e 309S B a n n o c k b u r n, I L 6 0 015 847.6 1 5.710 0 Certification Quality Initiative User s Guide

More information

WATERS Water Act TDL Electronic Review System

WATERS Water Act TDL Electronic Review System WATERS Water Act TDL Electronic Review System https://waters.aew.alberta.ca/ Guide for External Users September 2013 System Requirements Web Browser: Internet Explorer 7.0 or higher and Firefox 3.5 or

More information

Angel Learning Management System Introductory Tutorial for Students

Angel Learning Management System Introductory Tutorial for Students Angel Learning Management System Introductory Tutorial for Students Welcome! Angel is the Learning Management System that you ll be using to access your classes. You ll use it to view lessons, submit assignments,

More information

Your Archiving Service

Your Archiving Service It s as simple as 1, 2, 3 This email archiving setup guide provides you with easy to follow instructions on how to setup your new archiving service as well as how to create archiving users and assign archiving

More information

Turnitin Sakai Integration Administrator Installation Guide

Turnitin Sakai Integration Administrator Installation Guide Turnitin Sakai Integration Administrator Installation Guide Updated August 6, 2012 Copyright 1998 2012 iparadigms, LLC. All rights reserved. Turnitin Sakai Integration Manual: 1 Contents Administrator

More information

Northside ISD Registration Manual for 9 th Grade Dual Credit Courses

Northside ISD Registration Manual for 9 th Grade Dual Credit Courses Northside ISD Registration Manual for 9 th Grade Dual Credit Courses 2016-2017 Login to the ApplyTexas webpage: www.applytexas.org Click on Create a new account now. Create your account information- complete

More information

Contents. Summary. Site Address. Account Management MISSOURI DEPARTMENT OF INSURANCE, FINANCIAL INSTITUTIONS AND PROFESSIONAL REGISTRATION

Contents. Summary. Site Address. Account Management MISSOURI DEPARTMENT OF INSURANCE, FINANCIAL INSTITUTIONS AND PROFESSIONAL REGISTRATION Contents Summary... 1 Site Address... 1 Account Management... 1 Account Registration... 2 Registration Process... 2 Contact Information Updates... 2 Reporting... 3 Product Liability Form... 4 Product Liability

More information

Online Banking Guide

Online Banking Guide A Better Way of Banking Member FDIC Online Banking Guide www.bankfirstonline.com 1 Online Banking Guide BankFirst Online Banking 24/7 Control, Time-Saving Convenience BankFirst Online Banking is safe,

More information

Alpha e-pay v2 Merchant User Manual (v1.9)

Alpha e-pay v2 Merchant User Manual (v1.9) Alpha e-pay v2 Merchant User Manual (v1.9) Overview NOTE: Alpha e-pay, Alpha Bank s e-commerce solution, is currently using the DeltaPAY e- commerce platform. Therefore, Alpha e-pay and DeltaPAY are used

More information

Schools CPD Online General User Guide Contents

Schools CPD Online General User Guide Contents Schools CPD Online General User Guide Contents New user?...2 Access the Site...6 Managing your account in My CPD...8 Searching for events...14 Making a Booking on an Event...20 Tracking events you are

More information

Maryland MESA Database School Coordinators Login and Registration Training Handout

Maryland MESA Database School Coordinators Login and Registration Training Handout Maryland MESA Database School Coordinators Login and Registration Training Handout The following information will assist users in creating a user profile in the database, managing student profiles for

More information

Introduction to UCONNECT Student Edition. 4/14/11 v.1.3

Introduction to UCONNECT Student Edition. 4/14/11 v.1.3 Introduction to UCONNECT Student Edition 4/14/11 v.1.3 Contents Accessing UCONNECT... 2 How do I get a username for UCONNECT?... 2 How do I log in?... 2 What should I see when I login?... 3 Channels...

More information

Topic: Online Course Evaluation

Topic: Online Course Evaluation Instructional Technology Services Faculty Help Topic: Online Course Evaluation Use the steps in this tutorial to learn how to set up a course evaluation using the Online Course Evaluation tool. Contents

More information

3.11 System Administration

3.11 System Administration 3.11 The functional area is intended to contribute to the overall flexibility, efficiency, and security required for operating and maintaining the system. Depending on the architecture of the system, system

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

NSU Bursar Services Instructions

NSU Bursar Services Instructions 1 NSU Bursar Services Instructions Contents Log In to Bursar Services... 2 Make a Payment... 4 Create Saved Payment Methods... 8 Create an erefund Account... 10 Set Up Authorized Users... 12 goplan Payment

More information

User Guide. UPS Billing Center

User Guide. UPS Billing Center User Guide UPS Billing Center 2014 United Parcel Service of America, Inc. UPS, the UPS brandmark and the color brown are trademarks of United Parcel Service of America, Inc. All rights reserved. us_en

More information

ONLINE BANKING - INTERNET BROWSER SETTINGS: COOKIES

ONLINE BANKING - INTERNET BROWSER SETTINGS: COOKIES One of the biggest challenges in today s online banking landscape is the process to prevent unauthorized parties from accessing your personal online banking information. Because mal-ware, spy-ware, and

More information

A. I do not have my own personal certificate I am a new client or want to download a new certificate

A. I do not have my own personal certificate I am a new client or want to download a new certificate This user guide will help you to create your personal certificate in file/browser or smart card certificate. If you already own a personal certificate in file that you have saved on your computer, you

More information

Internet Parent Partnership

Internet Parent Partnership Internet Parent Partnership Setting up efunds for Schools Setting up Online Payments With My Online LunchBox you can Set spending limits and View transaction history and also link to efunds for Schools

More information

Nelson Mandela Bay Waste Exchange User Manual

Nelson Mandela Bay Waste Exchange User Manual Nelson Mandela Bay Waste Exchange User Manual 1. Waste wanted and Waste available 2. Successful w aste exchanges 3. User Registration 4. User Login 5. Add a new listing 6. My listings 7. Update m y details

More information

In order to use the Pearson English Interactive Placement Test, you must first set the test up as a course at MyEnglishLab.com.

In order to use the Pearson English Interactive Placement Test, you must first set the test up as a course at MyEnglishLab.com. Pearson English Interactive is an online four-level video-based, integrated-skills program for young adults, adult students, and professionals. The Pearson English Interactive Placement Test will accurately

More information

Court Services Online Registration Guide

Court Services Online Registration Guide Court Services Online Registration Guide Registering With Court Services Online If you have accessed other Government of British Columbia electronic services before, you may already have one of these account

More information

Beacon Health Strategies Provider eservices Manual

Beacon Health Strategies Provider eservices Manual Provider eservices Manual Elizabeth Pattullo, Chief Executive Officer Timothy Murphy, President Beacon Health Strategies Electronic Data Interchange and eservices User Manual INTRODUCTION... 2 Beacon Health

More information

Access to McDermott Supplier Registration System

Access to McDermott Supplier Registration System Access to McDermott Supplier Registration System McDermott supplier registration system can be access at McDermott s home page at http://www.mcdermott.com under Suppliers link or you can directly access

More information

Instructor Getting Started Guide for Desire2Learn

Instructor Getting Started Guide for Desire2Learn Instructor Getting Started Guide for Desire2Learn Table of Contents About McGraw-Hill Campus... 2 Before you begin... 2 Initial Setup of the McGraw-Hill Campus Module... 3 Accessing McGraw-Hill Campus...

More information

E grading Training Manual

E grading Training Manual E grading Training Manual The University of Utah Office of the Registrar Table of Contents: How to access e grading.2 Grading box options...2 3 Enter Grades View Grades Grant Security to Other Employees

More information

Class Outline. Part 1 - Introduction Explaining email Parts of an email address Types of email services Acquiring an email account

Class Outline. Part 1 - Introduction Explaining email Parts of an email address Types of email services Acquiring an email account EMAIL Basics Class Outline Part 1 - Introduction Explaining email Parts of an email address Types of email services Acquiring an email account Part 3 Managing Your Messages Deleting messages The Trash

More information

New Student Enrollment Parent Guide. Version 1.1 May 7, 2015

New Student Enrollment Parent Guide. Version 1.1 May 7, 2015 New Student Enrollment Parent Guide Version 1.1 May 7, 2015 New Student Enrollment Parent Guide Page 2 Table of Contents New Student Online Enrollment... 5 The Online Registration Process... 6 Registering

More information

How To Connect To A Wireless Network On Windows 7 (Windows 7) On A Pc Or Mac Or Ipad (Windows) On Pc Or Ipa (Windows 8) On Your Computer Or Mac (Windows). (Windows.7) On An

How To Connect To A Wireless Network On Windows 7 (Windows 7) On A Pc Or Mac Or Ipad (Windows) On Pc Or Ipa (Windows 8) On Your Computer Or Mac (Windows). (Windows.7) On An Wireless Configuration for Windows 7 Frostburg State University offers wireless service to all employees and students which can be accessed almost anywhere on campus. Network and Sharing Windows 7 includes

More information

E-mail Encryption Guide version 1.2, by Thomas Reed

E-mail Encryption Guide version 1.2, by Thomas Reed E-mail Encryption Guide version 1.2, by Thomas Reed In order for two people to send and receive encrypted e-mails to/from each other, both parties need: An e-mail reader that supports encryption (such

More information

e-z Cert World Web Service

e-z Cert World Web Service e-z Cert World Web Service Exporter Users Guide Version: 2.0 2012 i2i (Innovate to Integrate) Ltd. All rights reserved. Copyright in the whole and every part of this document belongs to i2i (Innovate to

More information

Tuition Management Systems Student Account Center

Tuition Management Systems Student Account Center Log onto www.afford.andover.com Email address: Password: XXXXXXXX Click Login Tuition Management Systems Student Account Center If you forgot your password; you will need to reset it by entering your email

More information

4H Online Re-Enrollment

4H Online Re-Enrollment 4H Online Re-Enrollment This instruction sheet if for returning 4H members only! 1. Navigate to the site ne.4honline.com. You will see changes have been made to the site since last time you logged in.

More information

You can preview your exam by clicking the View Questions button under the Review tab:

You can preview your exam by clicking the View Questions button under the Review tab: Custom Exams Custom Exams To access the Custom Exam Editor, select the My School tab from your LabSim Home screen and click the Custom Exams tab. To create a new exam, click the Add button or to edit an

More information

State of Florida eportal. Law Firm Administrator Documentation

State of Florida eportal. Law Firm Administrator Documentation State of Florida eportal Law Firm Administrator Documentation Prepared by: Florida Association of Court Clerks 6/6/2011 Table of Contents State of Florida eportal... 1 Introduction... 3 Logging in to the

More information

How to Give Admin Rights to Students on the ADGRM Domain

How to Give Admin Rights to Students on the ADGRM Domain How to Give Admin Rights to Students on the ADGRM Domain Contents Active Directory User and Computer... 2 Directory Tree Navigation... 3 The Computer folder... 3 The People Folder... 4 Creating a User

More information

MyLLP Customer Portal User Guide Registration

MyLLP Customer Portal User Guide Registration MyLLP Customer Portal User Guide Registration Copyright 2015 Suruhanjaya Syarikat Malaysia. All Rights Reserved. 1. INTRODUCTION The contents of this manual are provided as an information guide only and

More information

HOW TO RUN A CAPP DEGREE EVALUATION. 1. From the FSU Homepage (http://www.uncfsu.edu), click Faculty & Staff

HOW TO RUN A CAPP DEGREE EVALUATION. 1. From the FSU Homepage (http://www.uncfsu.edu), click Faculty & Staff 1. From the FSU Homepage (http://www.uncfsu.edu), click Faculty & Staff 1 2. Select Banner Log In 2 3. Select Login 3 4. Enter your Banner ID and Pin Banner ID Pin 4 5. Select Faculty & Advisors 5 6. Select

More information

Instructions Account creation & Management for Maine Schools

Instructions Account creation & Management for Maine Schools Maine Department of Education, 2007 Instructions Account creation & Management for Maine Schools General School PrepMe Contact Person School Admin Account Student Account Creation Using MEDMS Download

More information

SRF enews Subscription - User's Guide

SRF enews Subscription - User's Guide SRF enews Subscription - User's Guide 8/6/2015 11:41 AM Table of Contents 1.1 Overview... 3 1.2 Registration... 3 1.3 Forgot Password... 7 8/3/2015 3:16 PM 2 1.1 Overview In an effort to reduce our quantity

More information

Ordering Textbooks Online through the LCCC Bookstore

Ordering Textbooks Online through the LCCC Bookstore Ordering Textbooks Online through the LCCC Bookstore The following instructions will walk you through purchasing your textbooks online through the LCCC Bookstore. For a flat shipping rate, the LCCC bookstore

More information

Binding an OS X computer to Active Directory at NEIU (Existing User)

Binding an OS X computer to Active Directory at NEIU (Existing User) Binding an OS X computer to Active Directory at NEIU (Existing User) The instructions in this guide assume that a local Administrator account is available on the Macintosh computer. These instructions

More information

Adding a Section to a Single Component Course

Adding a Section to a Single Component Course Adding a Section to a Single Component Course This tutorial will explain how to Add a Section to a Single Component Course. Begin by clicking on Curriculum Management Schedule of Classes Maintain Schedule

More information

How to Add Documents to Your Blackboard Class

How to Add Documents to Your Blackboard Class Southwestern Baptist Theological Seminary BLACKBOARD INSTRUCTOR SERIES How to Add Documents to Your Blackboard Class This manual will show you how to do the following: Log into Blackboard Access Your Blackboard

More information

ATEA eshop. Basic Administration Guide

ATEA eshop. Basic Administration Guide Basic Administration Guide Contents Introduction... 3 Audience... 3 Document Location... 3 Special information... 3 1. Login... 4 2. Managing users... 5 3. Increase or decrease licenses... 6 4. Upgrade/Downgrade

More information

account multiple solutions

account multiple solutions Start Guide Salary Payments for Sage Pastel Payroll & HR 1 Our easy to use guide will get you up and running in no time! Sage Pay allows you to seamlessly transfer your salary payments from Sage Pastel

More information

1. Data Domain Pre-requisites. 2. Enabling OST

1. Data Domain Pre-requisites. 2. Enabling OST 1. Data Domain Pre-requisites Before we begin to configure NetBackup, we need to verify the following:- Administrator rights and network access to the NetBackup master and media servers That the NetBackup

More information

version2.1 NetXtreme Technology

version2.1 NetXtreme Technology version2.1 NetXtreme Technology Introduction Site Map Private Groups Course Subscription Unsubscribing Courses Course Contents Course homepage, course progress, course videos and exercises, course forums,

More information

How to Apply Online Select School and Program

How to Apply Online Select School and Program How to Apply Online Go to the application site at www.houstonisdschoolchoiceapplication.com. When you are ready to apply for a student within your household, continue to the application by clicking on

More information

Care Provider Background Screening Clearinghouse

Care Provider Background Screening Clearinghouse Agency for Health Care Administration Florida Medicaid Care Provider Background Screening Clearinghouse Florida Medicaid User Registration Guide: Access to Background Screening through the AHCA SSO Web

More information