Characteristic of the Proposed System. Characteristic of the Proposed System DFD. ER Diagram. Functions used DISADVANTAGES OF PRESENT WORKING SYSTEM

Size: px
Start display at page:

Download "Characteristic of the Proposed System. Characteristic of the Proposed System DFD. ER Diagram. Functions used DISADVANTAGES OF PRESENT WORKING SYSTEM"

Transcription

1 Table of contents:- Project Description Functions used Project Vision Feasibility Study Working Of Present System DISADVANTAGES OF PRESENT WORKING SYSTEM Characteristic of the Proposed System Characteristic of the Proposed System DFD ER Diagram

2 Project Description A student info system (SIS) is a software application for education establishments to manage student data. Student information systems provide capabilities for entering student test and other assessment scores through an electronic grade book, building student schedules, tracking student attendance, and managing many other student-related data needs in a school, college or university. Also known as student information management system (SIMS). Functions These systems vary in size, scope and capability, from packages that are implemented in relatively small organizations to cover student records alone, to enterprise-wide solutions that aim to cover most aspects of running large multi-campus organizations with significant local responsibility. Many systems can be scaled to different levels of functionality by purchasing addon "modules" and can typically be configured by their home institutions to meet local needs. Until recently, the common functions of a student records system are to support the maintenance of personal and study information relating to: Handling inquiries from prospective students Enrolling new students and storing teaching option choices Handling records of examinations, assessments, marks, grades and academic progression Maintaining records of absences and attendance Recording communications with students Maintaining discipline records Providing statistical reports Maintenance boarding house details Communicating student details to parents through a parent portal Special Education / Individual Education Plan (IEP) services Human resources services Accounting and budgeting services

3 Student health records I this project I use Graphs, Graphics and other tools for representation of information. In this project any technical aspects like Database platform, page designing tool, etc and feature may be changed according to need. Project Vision The vision for the Student Information System Project is to provide state-of-the-art software for managing student academic and financial records. The system will provide the tools to create, maintain and report on student data in an efficient and convenient manner. Upon completion of the project, the system will improve the quality of the academic experience for students, faculty and staff. PeopleSoft SIS will be the single, integrated, authoritative source for student-related data. Scope of Project: The scope of the student information system implementation project is to evaluate the current business processes through fit/gap analysis and install a new student information system to meet the needs of all Undergraduate, Graduate and Professional Programs at Case. It also encompasses interfaces for students. The Fit/Gap Analysis phase will build a working prototype of the student information system and identify any gaps in service or functionality. The objective is to develop and define specific strategies for addressing these gaps in Student Records, Student Financials and Campus Community IDP sessions. The decisions made in these sessions will determine the full scope of the project Feasibility Study Economically Feasibility:

4 The system being developed is economic with respect to School or Collage s point of view. It is cost effective in the sense that has eliminated the paper work completely. The system is also time effective because the calculations are automated which are made at the end of the month or as per the user requirement. required. The result obtained contains minimum errors and are highly accurate as the data is Technical feasibility: The technical requirement for the system is economic and it does not use any other additional Hardware and software. Behavioral Feasibility: The system working is quite easy to use and learn due to its simple but attractive interface. User requires no special training for operating the system. Working Of Present System In the present system all work is done on paper. The whole session attendance is stored in register and at the and of the session the reports are generated. We are not interested in generating report in the middle of the session or as per the requirement because it takes more time in calculation. At the end of session the students who don t have 75% attendance get a notice.

5 DISADVANTAGES OF PRESENT WORKING SYSTEM Not User Friendly: The existing system is not user friendly because the retrieval of data is very slow and data is not maintained efficiently. Difficulty in report generating: We require more calculations to generate the report so it is generated at the end of the session. And the student not get a single chance to improve their attendance Manual control: All calculations to generate report is done manually so there is greater chance of errors. Lots of paperwork: Existing system requires lot of paper work. Loss of even a single register/record led to difficult situation because all the papers are needed to generate the reports. Time consuming: Every work is done manually so we cannot generate report in the middle of the session or as per the requirement because it is very time consuming. Characteristic of the Proposed System User Friendly:- The proposed system is user friendly because the retrieval and storing of data is fast and data is maintained efficiently. Moreover the graphical user interface is provided in the proposed system, which provides user to deal with the system very easily. Reports are easily generated: reports can be easily generated in the proposed system so user can generate the report as per the requirement (monthly) or in the middle of the session. User can give the notice to the students so he/she become regular.

6 Very less paper work: The proposed system requires very less paper work. All the data is feted into the computer immediately and reports can be generated through computers. Moreover work become very easy because there is no need to keep data on papers. Computer operator control: Computer operator control will be there so no chance of errors. Moreover storing and retrieving of information is easy. So work can be done speedily and in time. DFD : SIS data Initialize

7

8 All the processes that are shown on this diagram are bottom level processes. Process 5.1 prompts the user for an ID number, and checks the syntax of the ID number that the user returns. If this is syntactically correct then this is sent to Process 5.2, and Process 5.1 terminates. Otherwise the problem is reported to the user, who has the option of either cancelling the operation or trying again. The process repeats this until the user has either cancelled the request, or supplied a valid ID number. Process 5.2 uses the ID number received from Process 5.1, and interacts with the ``Students'' data area, to select all the instances of ``Student'' (in the system) whose ID numbers are less than or equal to the one supplied by Process 5.2. The set of these instances is sent to Processes 5.3 and 5.6. Process 5.3 removes some unneeded information from this set and uses it to compute an ``old student info'' report, which is sent to Process 5.5. Process 5.4 resembles Process 5.1, except that it prompts for and validates a file name, instead of an ID number. If a valid file name is obtained, then it is sent to Process 5.5. Process 5.5 generates a text file using the ``old student info'' it received from Process 5.3, and tries to write it to the File System, using the file name that was supplied by Process 5.4. If this attempt succeeds then an ``ok'' signal is sent to Process 5.6. Otherwise (when the write failed), the problem is reported to the user, and the user is asked whether the old students should be deleted anyway. If the user's answer is ``Yes'' then an ``ok"' signal is sent to Process 5.6; this signal isn't sent, otherwise.

9 Finally, Process 5.6 receives a set of ``old students'' from Process 5.2. If it also receives an ``ok'' signal from Process 5.5, then it deletes all the students in the set of ``old students'' from the ``Students'' data area; otherwise it makes no change. Note that this is not a good example of a leveled set of data flow diagrams: At least some of Processes 1, 3.1, 3.2, 3.3, 4.1, 4.2, 4.3, and 6 should really be refined by lower level data flow diagrams instead of by process specifications, and it might not be necessary to used quite as many processes to refine Process 5 as are shown above. A more sensible set of diagrams (and process specifications) for this system would probably include more diagrams and processes than are shown here; the ones used here are complete enough to serve as a useful example for ``structured design'' (and it will take less time to apply ``structured design'' to these, than it would to apply it to a more sensible set of diagrams for the same system). Starting Point We will begin with one large data flow diagram for the entire system. As described this can be obtained by starting with the context diagram and repeatedly replacing processes with the lower level diagrams that refine them, until every process shown on the diagram is refined by a process specification instead. The diagram (of this type) that corresponds to the above example is as follows. First Iteration: The Entire Diagram Now, we'll begin to reply the recursive process in order to map DFD processes to modules on a structure chart.

10 Determining the Information Flow An inspection of the above diagram(s) suggests that Process 1 is active once, before all the others, and terminates before any others begin. As well, the only direct communication between Process 1 and the rest of the system is the transmission of a control signal, ``ready.'' Therefore, we'll start by deciding that the large diagram displays two independent system: 1. An ``Initialization'' subsystem, consisting only of Process #1 2. A ``Command Processing'' subsystem, consisting of all the other processes shown on the diagram. Partitioning the Diagram Since we've identified independent subsystem, this is straightforward: We'll simply break the diagram into two sub diagrams, each showing one of the two subsystems listed above. First Level Factoring This is also straightforward for independent subsystem We will create a main module (since one hasn't been produced already), and we'll name this ``Student Information System.'' Second Level Factoring We won't map any modules to processes yet. Instead, we'll apply this method, recursively, to each of the diagrams obtained above. Structure Chart The piece of the structure chart generated so far, with ``off page connectors'' in place of the subcharts we'll create recursively, is as follows. (If you're using Netscape or another powerful browser then you should find that the ``off page connectors'' are clickable, so that you can use them to move from one part of the structure chart to another).

11 Second Iteration: The First Subsystem Now, we'll apply this method to the diagram for the first subsystem. Data Flow Diagram Determining the Information Flow Since the diagram includes only one process, it's clearly visible so we'll just map it directly to module. Structure Chart The resulting structure chart is as follows.

12 Third Iteration: The Second Subsystem In this third iteration, we'll apply the method to the second subsystem that was obtained during the first iteration of the method. Data Flow Diagram The data flow diagram to be processed is as follows. Determining the Information Flow A consideration of the shape of this system, and the description of Processes 2.1 and 2.2, suggests that this diagram has transaction flow. Partitioning the Diagram

13 When partitioning a data flow diagram with transaction flow, we must identify the transaction center, command acquisition path, and activity paths. The above diagram includes a transaction center, a ``command acquisition path'' that includes only a single module, and eight ``activity paths:'' Transaction Center: Process 2.2 Command Acquisition Path: Process 2.1 Activity Path #1: Process 3.1 Activity Path #2: Process 3.2 Activity Path #3: Process 3.3 Activity Path #4: Process 4.1 Activity Path #5: Process 4.2 Activity Path #6: Process 4.3 Activity Path #7: Processes 5.1, 5.2, 5.3, 5.4, 5.5, 5.6 Activity Path #8: Process 6 First Level Factoring During first level factoring, we will create a main module (called ``Command Processing'') for this subsystem, and two modules that it controls: a controller called ``Command Acquisition Control,'' and a module that corresponds to the transaction center and that has the same name (``Choose Command Subsystem''). Second Level Factoring During second level factoring, the processes on the command acquisition path will be mapped to modules that are controlled (directly, or indirectly) by the ``Command Acquisition Control'' module created above. In this case, there is only one module on the command acquisition path - Process so we'll create a module with its name (``Obtain and Validate Command'') and we'll make this a child of the controller. The activity paths will be processed recursively; the main modules of their structure charts will be made children of the transaction center's module in order to connect all the structure charts together. Structure Chart The (piece of the) structure chart that we've obtained is shown below. It includes the modules that were created during first- and second-level factoring, and ``off page connectors'' (leading down below it) that will be connected to the structure charts for activity paths that were mentioned above.

14 Fourth Iteration: Activity Path #1 The data flow diagram for this subsystem is trivial - it includes only one process. The structure subchart that corresponds to it is as follows. Fifth Iteration: Activity Path #2

15 The data flow diagram for this system is also trivial; its structure subchart is shown below. Sixth Iteration: Activity Path #3 The structure chart for the third activity path, which is also trivial, is as follows. Seventh Iteration: Activity Path #4 Here is the structure chart for the fourth (trivial) activity path.

16 Eighth Iteration: Activity Path #5 The structure chart for the fifth activity path is as follows. Ninth Iteration: Activity Path #6 The structure chart for the sixth activity path is shown below. Tenth Iteration: Activity Path #7 The tenth iteration will apply the method to the data flow diagram for the seventh activity path. Data Flow Diagram The data flow diagram for this subsystem is as follows.

17 < p> Determining the Information Flow This diagram is nontrivial, and it doesn't seem to include independent subsystems or transaction flow. Therefore, we'll decide that it has transform flow. Partitioning the Diagram In order to partition a diagram with transform flow, we must decide whether each process is an ``input flow'' process, an ``output flow'' process, or in the ``transform center.'' Input Flow: Processes 5.1, 5.4

18 Output Flow: Process 5.5 Transform Center: Processes 5.2, 5.3, 5.6 First Level Factoring During first level factoring we'll create a main module for this subsystem, called ``Deletion of Old Students,'' and we'll create three controllers that it can call: an ``input'' controller called ``Old Student Input Acquisition,'' a ``processing'' controller called ``Old Student Processing,'' and an ``output'' controller called ``Old Student Reporting.'' Second Level Factoring During second level factoring, we'll map each of the ``input flow'' processes to a module (with the same name) that's controlled, directly or indirectly, by the above ``input'' controller. In this case there are two ``input flow'' processes, and they both pass data across the input flow boundary (to output flow processes or to processes in the central transform), so we'll make the module for each process a child of the ``input'' controller. We'll also create modules for each of the ``output flow'' processes and will have them controlled by the ``output'' controller. In this case, there is only one such process, so we'll make its module a child of this controller. We'll apply the method recursively to the set of processes in the transform center. However, there are only three of these, so they form a ``trivial'' data flow diagram - so we'll skip a step and finish the job, and make the module for each a child of the ``processing'' controller, as the description of processing a trivial diagram should suggest. Structure Chart Top of Chart The top of the structure chart for this system (showing the main module, and off page connectors that link to the system's controllers) is as follows.

19 Subchart for Input Flow The subchart for input flow is as follows. Subchart for Processing The subchart for processing is as follows.

20 Subchart for Output Flow Finally, the subchart for output flow is shown below. Eleventh (and Final) Iteration: Activity Path #8 The structure chart for the eighth (trivial) activity path is as follows.

21 Data Areas Finally, a data area should be added for the data store that is shown on the data flow diagrams. This would be drawn at the bottom of the structure chart. Control connections should be added, from the module for each process that accesses the data store (on the data flow diagrams), down to this data area: namely, the modules for Processes #1, #3.1, #3.2, #3.3, #4.1, #4.2, #4.3, #5.2, #5.6, and #6. Data Flows Data and control signals should be added for each of the data and control flows on the data flow diagrams that flow between two processes, or between a process and a data store. For each data (or control) flow between a process and a data store, you'll have added a control connection from the module for the process down to the data area, already. Draw a single data (or control) signal for the data (or control) flow, and showing at as moving along this control connection. It won't always be true that there's a control connection between the modules that correspond to two processes, such that data flows between them. However, since the modules we've added to the structure chart form a hierarchical ``tree'' structure, these two modules will have a unique ``lowest common ancestor'' in the tree. Show the data (or control) signal as moving along control connections, up from the ``source'' module to the common ancestor, and then back down from the common ancestor to the ``destination.''

22 ER Diagram:

23 Extra Features displays the Assignment Submission page for student. The interesting part is a real-time timer, which can help student estimate submission time and enrich user experience. The correspond technologies I implement are: AJAX Extensions Update Panel

24 References: In the preparation of this capstone project report on the topic Student Information System I am oblique towards too many book writers and their journal which has help me in the preparation of the report and some of the sites are listed below which has helped me in the report preparation 1. eberly@cpsc.ucalgary.ca

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application K. Akhila 1 B. Prathyusha 2 M. PavanKumar 3 M. Amrutha 4 Research Scholar Research Scholar Research Scholar

More information

Parent Portal. Registration and Login

Parent Portal. Registration and Login EPISD Parent Portal Registration and Login Parent Portal Overview Register Online 1. Step-by-step tutorial 2. Register together Login Objectives 1. View Report Card and Attendance 2. Email teacher as introduction

More information

WSCC Benefits and Impact on Student Learning and Health Closed Captioning

WSCC Benefits and Impact on Student Learning and Health Closed Captioning WSCC Benefits and Impact on Student Learning and Health Closed Captioning WEBVTT 00:00:00.506 --> 00:00:14.546 00:00:15.046 --> 00:00:17.976 >> As a parent of three children, when I send my kids 00:00:17.976

More information

TIES Student Information System. Attendance, Report Card Grading, Tests and Assessments

TIES Student Information System. Attendance, Report Card Grading, Tests and Assessments TIES Student Information System i-cue Attendance, Report Card Grading, Tests and Assessments Copyright 2007 TIES All rights reserved No part of this document may be reproduced in any form without written

More information

Parent Handbook: Campus Portal Account Activation

Parent Handbook: Campus Portal Account Activation Parent Handbook: Campus Portal Account Activation Table of Contents Introduction... 1 FOR PARENTS... 1 Parent receives an email with a link... 2 Campus Security Features... 5 If You Forget Your Password

More information

When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the

When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the tabs at the top of the My Siena page or the links directly

More information

PROGRESS BOOK PARENT ACCESS NAVIGATION

PROGRESS BOOK PARENT ACCESS NAVIGATION PROGRESS BOOK PARENT ACCESS NAVIGATION Enter the following web address into your internet browser. https://parent.laca.org From the resulting screen, you can click on your child s school district icon.

More information

InformationNOW Home Portal Quick Guide

InformationNOW Home Portal Quick Guide InformationNOW Home Portal Quick Guide This document contains a brief overview of all of the options available in the InformationNOW home portal. Depending on how your child s school uses the program,

More information

Campus Solutions Self Service: Faculty Quick Reference Guide

Campus Solutions Self Service: Faculty Quick Reference Guide Campus Solutions Self Service: Faculty Table of Contents Introduction to Step Sheets... 1 The Faculty Center... 2 View Teaching Schedule... 3 Enter My Textbooks... 9 View Textbook Summary... 19 View Exam

More information

Granite School District Crosspointe Gradebook Parent/Student Portal

Granite School District Crosspointe Gradebook Parent/Student Portal Granite School District Crosspointe Gradebook Parent/Student Portal Questions?? Contact: Karen Tohinaka Craig Schow Information Systems Information Systems Gradebook Administrator Programmer Ph# (385)

More information

INFS 328 Systems Analysis and Design

INFS 328 Systems Analysis and Design INFS 328 Systems Analysis and Design Session 13 Systems Analysis and Construction Tools Lecturer: Prof. Ellis Edwin Badu, Dept. of Information Studies Contact Information: eebadu@ug.edu.gh College of Education

More information

How Can I Login to the Online Wait List System?

How Can I Login to the Online Wait List System? ***Wait List applications cannot be renewed over the phone, in person, via email or by submitting a new application. You must login to the Online Wait List System and click the RENEW button there are NO

More information

Skyward Family Access Instruction Manual

Skyward Family Access Instruction Manual Signing onto Family Access Skyward Family Access Instruction Manual 1. Parents must notify the school of their personal email address to gain access to Family Access. a. Methods to notify the school of

More information

Tyler SIS Student 360 Parent Portal

Tyler SIS Student 360 Parent Portal To begin using the Parent Portal, follow these steps: 1.) Your password will be emailed to the address KSD has on record for you. 2.) Go to the Tyler SIS Student 360 web page https://sis.kunaschools.org/idkn360

More information

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR...

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR... Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 DISCUSSION... 4 INTRODUCTION TO THE ADVISING SELF SERVICE... 5 STUDENT CENTER TAB... 8 GENERAL INFO TAB... 19 TRANSFER CREDIT

More information

ParentVUE for Secondary Students

ParentVUE for Secondary Students What is ParentVUE? ParentVue is a web portal that allows parents and guardians to access real-time information related to their students. Parents/guardians can view their student's calendars, attendance,

More information

Carroll County Public Schools Home Access Center FAQs & Troubleshooting Guide

Carroll County Public Schools Home Access Center FAQs & Troubleshooting Guide Carroll County Public Schools Home Access Center FAQs & Troubleshooting Guide General Questions What is Home Access Center? Home Access Center is Carroll County Public Schools parent portal. It allows

More information

ArticlesPlus Launch Survey

ArticlesPlus Launch Survey University of Michigan Deep Blue deepblue.lib.umich.edu 2011-07-25 ArticlesPlus Launch Survey Chapman, Suzanne http://hdl.handle.net/2027.42/106781 Project ArticlesPlus Launch Survey Report Info Report

More information

Crete-Monee School District 201-U. Your Guide to Family Access

Crete-Monee School District 201-U. Your Guide to Family Access Crete-Monee School District 201-U Your Guide to Family Access TABLE OF CONTENTS Crete-Monee School District Family Access... 1 Frequently Asked Questions (FAQ)... 1 Family Access Quick Access Guide...

More information

MMS Parent and Student Portals version

MMS Parent and Student Portals version MMS Parent and Student Portals version 3.0.08 MMS Web Portal System Computer Resources, LLC www.cri-mms.com Sales: 888-665-4046 Support: 888-641-9922 Training: 888-641-9925 About MMS The Modular Management

More information

PeopleSoft Departmental Student Records Training. Bloomsburg University

PeopleSoft Departmental Student Records Training. Bloomsburg University PeopleSoft Departmental Student Records Training Bloomsburg University 1 Table of Contents Bloomsburg University Training Notes... 3 Terminology Crosswalk... 3 Term Code Logic... 3 Viewing a Student s

More information

Student Financials - Inquiry. Finance and Accounting Student Accounts

Student Financials - Inquiry. Finance and Accounting Student Accounts Student Financials - Inquiry Finance and Accounting Student Accounts 5/7/2009 Table of Contents Introduction... iv Lesson 1 - Basic Navigation... 1 1.1 Navigating in Student Financials... 1 Lesson 2 -

More information

Power School Parent Portal User Guide

Power School Parent Portal User Guide Power School Parent Portal User Guide Preface Use this guide to assist you while navigating the PowerSchool Parent Portal. This guide is based on the PowerSchool Parent Portal online help, which you can

More information

Bloomsburg Area School District Parent Portal Instructions

Bloomsburg Area School District Parent Portal Instructions Bloomsburg Area School District Parent Portal Instructions Bloomsburg Area School District parents now have the ability to access important, up-to-date, student information online. Our online Grade Book

More information

USING EPORTFOLIOS TO PROMOTE STUDENT SUCCESS THROUGH HIGH- IMPACT PRACTICES

USING EPORTFOLIOS TO PROMOTE STUDENT SUCCESS THROUGH HIGH- IMPACT PRACTICES P a g e 1 ALBERTUS MAGNUS COLLEGE USING EPORTFOLIOS TO PROMOTE STUDENT SUCCESS THROUGH HIGH- IMPACT PRACTICES PROJECT REPORT, JUNE 14, 2012 STATUS OF PROJECT GOALS With the support of the Davis Educational

More information

PowerSchool Parent Portal Guide

PowerSchool Parent Portal Guide PowerSchool Parent Portal Guide Student Information System Train the Trainer Workshop 8/22/2013 Topeka Public Schools Table of Contents Getting Started... 3 Creating An Account... 3 PowerSchool Link Icon...

More information

UNIVERSITY CONTROLLER OFFICE STANDARD OPERATING PROCEDURES

UNIVERSITY CONTROLLER OFFICE STANDARD OPERATING PROCEDURES UNIVERSITY CONTROLLER OFFICE STANDARD OPERATING PROCEDURES ACCOUNTING FOR EDUCATIONAL OPPORTUNITY FUND March 15, 2019 Table of Contents 1. Overview of Educational Opportunity Fund 2. Purpose of EOF Procedure

More information

Wollemi College. How to use the Parent Portal. I. Parent Portal Pre-Requisites. II. Accessing the Parent Portal. III. Parent Teacher Interview

Wollemi College. How to use the Parent Portal. I. Parent Portal Pre-Requisites. II. Accessing the Parent Portal. III. Parent Teacher Interview Wollemi College How to use the Parent Portal I. Parent Portal Pre-Requisites II. Accessing the Parent Portal III. Parent Teacher Interview IV. Class Directory 1 P a g e Welcome to Wollemi College s Parent

More information

Internet Resource Guide: Penn State Undergraduate Mechanical Engineers

Internet Resource Guide: Penn State Undergraduate Mechanical Engineers Internet Resource Guide: Penn State Undergraduate Mechanical Engineers Matt Murphy February 12, 2015 English 202C Technical Communications Table of Contents 1.0 Front Matter 1.1. Contents of Guide 2 1.2.

More information

STATE OF NORTH CAROLINA

STATE OF NORTH CAROLINA STATE OF NORTH CAROLINA AUDIT OF THE INFORMATION SYSTEMS GENERAL CONTROLS FAYETTEVILLE STATE UNIVERSITY MAY 2007 OFFICE OF THE STATE AUDITOR LESLIE MERRITT, JR., CPA, CFP STATE AUDITOR AUDIT OF THE INFORMATION

More information

Welcome to the Holmdel Board of Education PowerSchool Parent s Portal

Welcome to the Holmdel Board of Education PowerSchool Parent s Portal Welcome to the Holmdel Board of Education PowerSchool Parent s Portal This guide will detail the basic steps you will need to access your child s current academic status. With your internet browser you

More information

Loyola Marymount University School of Education

Loyola Marymount University School of Education Loyola Marymount University School of Education The California Teaching Performance Assessment (CalTPA) Frequently Asked Questions The information presented in this guide is meant to serve as introductory

More information

User Guide. Module 7: Generating Reports

User Guide. Module 7: Generating Reports User Guide Module 7: Generating Reports Module 7 provides information on generating reports to meet the needs of students, faculty, and administration. NOTE: There may be a 10-minute delay from the time

More information

Brighton Central Schools Schooltool Parent Portal

Brighton Central Schools Schooltool Parent Portal Brighton Central Schools Schooltool Parent Portal Schooltool Parent Guide: Quick Reference Preparation (Information you will need to Login for the 1 st time) Logging in o Initial Login o Changing Passwords

More information

PARENT CONNECTION GUIDE

PARENT CONNECTION GUIDE Directions: Overview Step 1 - Click the Parent Connection icon on the Northside Homepage. Step 2 - Click the CREATE ACCOUNT link. Step 3 - Fill out all your personal information and submit. Step 4 Review

More information

CCAC Central for Faculty

CCAC Central for Faculty CCAC Central for Faculty Faculty may use CCAC Central to: Search for Sections; check enrollment page 5 View your Schedule page 6 Retrieve Rosters for your Class(es) page 7 Attendance Rosters page 8 Early

More information

Guide to All Saints College Edumate Parent Portal

Guide to All Saints College Edumate Parent Portal Guide to All Saints College Edumate Parent Portal Logging In 1. Enter the Edumate address into your browser (https://edumate.saints.nsw.edu.au/) 2. Enter your username and password and click Login Dashboard

More information

Your current address will be used to access schooltool. Please provide the school registrar with this if you haven t already done so.

Your current  address will be used to access schooltool. Please provide the school registrar with this if you haven t already done so. Parent Guide Quick Reference Worksheet For schooltool s ParentPortal Parent Guide -- Quick Reference Worksheet Accessing your student's on-line schooltool school records is now a simple matter. There are

More information

Mount Carmel On-line Portal Frequently Asked Questions

Mount Carmel On-line Portal Frequently Asked Questions Mount Carmel On-line Portal Frequently Asked Questions FAQ Topics: 1. General Information 2. Account Registration/Creation 3. Username and Password 4. Portal Information/Content 1. GENERAL INFORMATION:

More information

Intelligent Agents in CloudDeakin

Intelligent Agents in CloudDeakin SENSES e L e a r n i n g p r o j e c t Intelligent Agents in CloudDeakin Intelligent Agents are automatic emails sent to students in response to their actions. It is an efficient way to personalise the

More information

MITOCW watch?v=sdw8_0rdzuw

MITOCW watch?v=sdw8_0rdzuw MITOCW watch?v=sdw8_0rdzuw PROFESSOR: Directed acyclic graphs are a special class of graphs that really have and warrant a theory of their own. Of course, "directed acyclic graphs" is lot of syllables,

More information

Parent s Guide to the Student/Parent Portal

Parent s Guide to the Student/Parent Portal Nova Scotia Public Education System Parent s Guide to the Student/Parent Portal Revision Date 1 Having trouble logging in...3 1.1 Forgot Password...3 1.2 Forgot Username...4 1.3 More than one student attached

More information

Focus University Training Document

Focus University Training Document Focus University Training Document FOCUS Training: Nurses/Health Training Agenda Basic Navigation of SIS Searching for Students More Search Options Student Record and Sub menus o General Demographics o

More information

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ).

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ). How to Activate Student E-Mail 1. Log in to the student Registration system (also known as My Community Education or Banner ). 2. The new account notice shows at the top of the screen once signed in. Click

More information

Using Home Access Center. Attendance Month View Page. Calendar Page. Career Plan Page. Classwork Page. Course Requests Page.

Using Home Access Center. Attendance Month View Page. Calendar Page. Career Plan Page. Classwork Page. Course Requests Page. Using Home Access Center Home Access Center Menu View another student Attendance Month View Page Change months View attendance details Subscribe to attendance email alerts Calendar Page Customize calendar

More information

Project Management Certificate Program

Project Management Certificate Program Published on UA@Work (https://uaatwork.arizona.edu) Home > Project Management Certificate Program Project Management Certificate Program Date:: September 20, 2013 Project Management Certificate Program?

More information

How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018

How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018 How to complete the SPC Adjunct Faculty Evaluation Form Summer 2017 Spring 2018 Logging into Faculty180 Before logging in, make sure to be using Google Chrome as this is the official browser supported

More information

Frequently Asked Questions about PowerSchool

Frequently Asked Questions about PowerSchool Frequently Asked Questions about PowerSchool Q. How does one get a PowerSchool Parent Portal username and password? A. Contact the school office. Q. Do I need a separate login for each of my children?

More information

International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA

International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA -SAURABH JAIN PROJECT GUIDE - Ms JYOTI KHURANA (Lecturer

More information

PowerSchool 7.x Student Information System

PowerSchool 7.x Student Information System PowerSchool 7.x Student Information System Released May 2012 Document Owner: Documentation Services This edition applies to Release 7.2 of the PowerSchool software and to all subsequent releases and modifications

More information

MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators

MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators MAUI Final Exam Assignment Needs Submission Instructions for Academic Department Administrators 1.) Go to MAUI (Made At the University of Iowa student information system) at http://www.maui.uiowa.edu 2.)

More information

POWERSCHOOL PARENT PORTAL. The Basics

POWERSCHOOL PARENT PORTAL. The Basics The Basics 1. Click on the A+ Parent Portal link on the right side of the Mt. Mourne website 2. Click on PowerSchool Login for Parents - use Chrome or Firefox not IE 3. If you already have an account,

More information

PowerSchool Parent Portal Quick Reference Card

PowerSchool Parent Portal Quick Reference Card What is PowerSchool Parent Portal? PowerSchool Parent Portal gives parents and students access to realtime information including attendance, grades and detailed assignment descriptions. Once parents have

More information

Building a Large, Successful Web Site on a Shoestring: A Decade of Progress

Building a Large, Successful Web Site on a Shoestring: A Decade of Progress Building a Large, Successful Web Site on a Shoestring: A Decade of Progress Theodore W. Frick Bude Su Yun-Jo An Instructional Systems Technology School of Education Indiana University Bloomington Abstract

More information

How to access and navigate the Infinite Campus Portal

How to access and navigate the Infinite Campus Portal Ballard County Public Schools How to access and navigate the Infinite Campus Portal This presentation is a demonstration of the Infinite Campus Portal. For a detailed description of each area of the portal,

More information

Preparing for TEAS. Taking TEAS. Creating an Account. The following items are available for purchase ' at atitesting.com:

Preparing for TEAS. Taking TEAS. Creating an Account. The following items are available for purchase ' at atitesting.com: Preparing for TEAS The following items are available for purchase ' at atitesting.com: TEAS Study Package TEAS Study Manual TEAS Online Practice Assessments Learning Strategies: Your Guide to Classroom

More information

Selected Members of the CCL-EAR Committee Review of EBSCO S MASTERFILE PREMIER September, 2002

Selected Members of the CCL-EAR Committee Review of EBSCO S MASTERFILE PREMIER September, 2002 Selected Members of the CCL-EAR Committee Review of EBSCO S MASTERFILE PREMIER September, 2002 In April 2002, selected members of the Council of Chief Librarians Electronic Access and Resources Committee

More information

Campus Portal User Guide

Campus Portal User Guide Campus Portal User Guide www.ccsoh.us If you have more than one child enrolled in the Columbus City Schools, there will be only one username and password for all children. Please note that assignments

More information

Parent. Portal. User. Manual

Parent. Portal. User. Manual EDUCATIONAL SERVICES Parent Portal User Manual Version 3.0 GENESIS STUDENT INFORMATION SYSTEM PARENT PORTAL Introduction 3 Logging In & Logging Out 4 Student Summary Dashboard The Dashboard Selecting a

More information

PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System

PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System PowerSchool 7.x Student Information System Released December 2012 Document Owner: Documentation Services This edition applies to Release 7.6 of the PowerSchool software and to all subsequent releases and

More information

Ackworth Howard Church of England (VC) Junior and Infant School. Child-friendly GDPR privacy notice

Ackworth Howard Church of England (VC) Junior and Infant School. Child-friendly GDPR privacy notice Child-friendly GDPR privacy notice Child-friendly GDPR privacy notice What s this about? A new law has been made that keeps your information safe things like your address, date of birth and phone number.

More information

MYEDUCATION BC FUNDAMENTALS TRAINING

MYEDUCATION BC FUNDAMENTALS TRAINING Navigation Fundamentals MYEDUCATION BC FUNDAMENTALS TRAINING GREATER VICTORIA SCHOOL DISTRICT 61 Contents: URL s Log In and Change Password Procedure Set User Preferences Change View Select School Log

More information

PARENT PORTAL VIEW LEARNING GUIDE

PARENT PORTAL VIEW LEARNING GUIDE PARENT PORTAL VIEW LEARNING GUIDE Central Susquehanna Intermediate Unit, USA TABLE OF CONTENTS Overview... 3 Account Registration... 3 Logging In... 5 Getting Help... 7 Navigating the Portal... 8 Messages...

More information

Aeries Browser Interface User Documentation

Aeries Browser Interface User Documentation Aeries Browser Interface User Documentation The Aeries Browser Interface is an application accessed through a web browser that can be used by teachers within the classroom to update attendance, gradebook

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

Earthwork 3D for Dummies Doing a digitized dirt takeoff calculation the swift and easy way

Earthwork 3D for Dummies Doing a digitized dirt takeoff calculation the swift and easy way Introduction Earthwork 3D for Dummies Doing a digitized dirt takeoff calculation the swift and easy way Getting to know you Earthwork has inherited its layout from its ancestors, Sitework 98 and Edge.

More information

All Applications Release Bulletin February 2013

All Applications Release Bulletin February 2013 In this bulletin... All Applications Release Bulletin February 2013 All Applications Enhancements 2 System Administration and My BackPack (General) Enhancements 3 My BackPack Redesign 4 Mobile: New 'School

More information

Overview. What is system analysis and design? Tools and models Methodologies

Overview. What is system analysis and design? Tools and models Methodologies Overview What is system analysis and design? Tools and models Methodologies Information Systems What is a system? Why do systems fail? What is systems analysis and design? How do we do systems analysis?

More information

Q: The organization that I am sending my transcript to requires a form be attached along with my transcript. How can I send this to Docufide?

Q: The organization that I am sending my transcript to requires a form be attached along with my transcript. How can I send this to Docufide? Top 30 Frequently Asked Questions Docufide Student Q: How do I register an account with Docufide? A: Please go to www.docufide.com. On the home page please click on the Students link and then select the

More information

Table of Contents Hampton Park Secondary College - Compass 2015 Created by Chris Knowles, Christina D Sylva and Steve Ware

Table of Contents Hampton Park Secondary College - Compass 2015 Created by Chris Knowles, Christina D Sylva and Steve Ware - 1 - Table of Contents - 2 - What is Compass? 3 Accessing and logging into Compass 4 Parent Initial login 5 Compass Homepage 6 Student Profile 7 Student Schedule 8 Student Events 9 Providing consent and

More information

STUDY GUIDE: MASTER S DEGREE IN ECONOMIC POLICY

STUDY GUIDE: MASTER S DEGREE IN ECONOMIC POLICY STUDY GUIDE: MASTER S DEGREE IN ECONOMIC POLICY This study guide informs you about the rules and policies for the Master s program in Economic Policy. It is based on the official examination regulations

More information

Readers are wary of out of date content, so it's important to actively manage the information you publish.

Readers are wary of out of date content, so it's important to actively manage the information you publish. Web Style Guide Important tips for writing for the web People don t usually read for pleasure on the website. They are looking for a specific piece of information, and they don't want extraneous junk to

More information

MSW Online Application Steps (walk-through)

MSW Online Application Steps (walk-through) MSW Online Application Steps (walk-through) Click here to visit the MSW Application page of the School of Social Work Website. October 1, 2018 January 5, 2019 9/28/18 1 Application Process Step 1: Apply

More information

Bishop Ryan Catholic School ParentsWeb Guide

Bishop Ryan Catholic School ParentsWeb Guide Bishop Ryan Catholic School ParentsWeb Guide First Time User Instructions 1. Click the PARENTSWEB LOGIN link at the bottom of www.bishopryan.com. 2. When you get to the RenWeb page, click Create New ParentsWeb

More information

Home Access Center User Assistance

Home Access Center User Assistance User Assistance Using Home Access Center Home Access Center Menu View another student Attendance Month View Page Change months View attendance details Subscribe to attendance email alerts Calendar Page

More information

Illinois State University 2012 Alumni Survey Institution Report

Illinois State University 2012 Alumni Survey Institution Report Faculty were accessible both inside and outside of class. I was expected or required to work cooperatively with other students on projects, homework, and assignments. Faculty encouraged me to challenge

More information

Illinois State University 2014 Alumni Survey Institution Report

Illinois State University 2014 Alumni Survey Institution Report Faculty were accessible both inside and outside of class. I was expected or required to work cooperatively with other students on projects, homework, and assignments. Faculty encouraged me to challenge

More information

Replace Paper forms with Automated Electronic Forms for Child Care Providers

Replace Paper forms with Automated Electronic Forms for Child Care Providers Replace Paper forms with Automated Electronic Forms for Child Care Providers Mission progress Thousands of families in 28 states across the USA register their children for child care using our electronic

More information

APA INSTRUCTIONS

APA INSTRUCTIONS 2016-17 APA INSTRUCTIONS For the Achievement Data Section of Instructional Program Review ONLY! Abstract Step-By-Step Instructions for Completing the Achievement Data (Section A) of the Annual Program

More information

CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL

CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL 1 CONTENTS How to Set Up Your Portal Web Account... 3 How to Personalize Your Homepage... 4 How to View Holds Applied to Your Portal Account... 4 How

More information

Creating a Parent Portal Account

Creating a Parent Portal Account Creating a Parent Portal Account Step 1: Go to https://focus.bayschools.net/focus/auth Step 2: Click on I DO NOT have an Account Registered on the Parent Portal but my child is Actively Enrolled Welcome

More information

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information.

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information. INFORMATION SYSTEM LESSON 41 DATA, INFORMATION AND INFORMATION SYSTEM SMK Sultan Yahya Petra 1 DATA Data and information are used in our daily life. Each type of data has its own importance that contribute

More information

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog.

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog. EDUC 696 Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase

More information

Carroll County Public Schools Home Access Center FAQs & Troubleshooting Guide

Carroll County Public Schools Home Access Center FAQs & Troubleshooting Guide Carroll County Public Schools Home Access Center FAQs & Troubleshooting Guide General Questions What is Home Access Center? Home Access Center is Carroll County Public Schools parent portal. It allows

More information

Infinite Campus Parent Portal

Infinite Campus Parent Portal Infinite Campus Parent Portal Assignments Page 1 Calendar for Students Page 2 Schedule Page 4 Attendance Page 6 Grades Page 15 To Do List for Students Page 19 Reports Page 20 Messages Page 21 Discussions

More information

SIS - BASIC NAVIGATION LEARNING GUIDE. v

SIS - BASIC NAVIGATION LEARNING GUIDE. v SIS - BASIC NAVIGATION LEARNING GUIDE v. 5.4.0 TABLE OF CONTENTS Login Screen... 3 Home Page... 3 Screen Size... 5 Permissions... 5 Navigation... 5 Banner... 5 Primary and Secondary Menus... 6 District/Schools

More information

2013 EDITION. V-Camp Student. Guide. INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK

2013 EDITION. V-Camp Student. Guide. INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK V-Camp Student Guide INTERACTIVE GUIDE Use the buttons shown below to navigate throughout this interactive PDF BACK 03 EDITION V-Camp Student Guide Table of Contents Unit : Table of Contents...iii How

More information

This is an oral history interview conducted on. October 30, 2003, with IBM researcher Chieko Asakawa and IBM

This is an oral history interview conducted on. October 30, 2003, with IBM researcher Chieko Asakawa and IBM This is an oral history interview conducted on October 30, 2003, with IBM researcher Chieko Asakawa and IBM Corporate Archivist, Paul Lasewicz, conducted the interview. Thank you, and welcome. Thank you

More information

WHAT'S NEW IN THE RELEASE FOR THE MMS WEB PORTALS. Version Version Prior Releases. Version 4.4.3

WHAT'S NEW IN THE RELEASE FOR THE MMS WEB PORTALS. Version Version Prior Releases. Version 4.4.3 WHAT'S NEW IN THE RELEASE FOR THE MMS WEB PORTALS Version 4.4.5 On May 10, 2016 we released MMS Web Portals version 4.4.5. This is a maintenance update that corrects the following issues: Teacher Portal

More information

CANDIDATES GUIDE TO USING TASKSTREAM

CANDIDATES GUIDE TO USING TASKSTREAM CANDIDATES GUIDE TO USING TASKSTREAM Contents: A. How to set up a Taskstream Account B. How to self enroll into a course C. How to add work to your DRF D. How to submit work for review E. How to submit

More information

Mathematics. Name: Class: Transforming Life chances

Mathematics. Name: Class: Transforming Life chances Mathematics Name: Class: Transforming Life chances Children first- Aspire- Challenge- Achieve Aspire: To be the best I can be in everything that I try to do. To use the adults and resources available both

More information

PowerSchool Parent Portal User Guide PowerSchool Student Information System

PowerSchool Parent Portal User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson Education,

More information

Skyward: Bells & Whistles

Skyward: Bells & Whistles Have it your way!! From this screen you can: Choose a Theme color Set Report processing Preferences Customize the Interface Set options for Browses Enable Navigation options Utilize Accessibility tools

More information

Palisades School District PowerSchool Parent Portal Guide

Palisades School District PowerSchool Parent Portal Guide Palisades School District PowerSchool Parent Portal Guide Get Started To get started, you must create a parent account in the PowerSchool Parent Portal. Create a Parent Account Use this procedure to create

More information

PowerSchool Parent Portal Directions Packet

PowerSchool Parent Portal Directions Packet PowerSchool Parent Portal Directions Packet PowerSchool is Susquehanna Valley s easy-to-use web-based student information system. Through PowerSchool Parent Portal you can access your high school or middle

More information

How to complete the SPC Full-time Evaluation Form Summer 2018 Spring 2019

How to complete the SPC Full-time Evaluation Form Summer 2018 Spring 2019 How to complete the SPC Full-time Evaluation Form Summer 2018 Spring 2019 Logging into Faculty180 Before logging in, make sure to be using Google Chrome as this is the official browser supported by Faculty180.

More information

National School of Business Management

National School of Business Management National School of Business Management School of Business UNDERGRADUATE PROGRAMME SPECIFICATION Programme Title: Bachelor of Science in Business Management (Special) Degree Awards: BSc in Business Management

More information

STUDENT PORTAL VIEW LEARNING GUIDE

STUDENT PORTAL VIEW LEARNING GUIDE STUDENT PORTAL VIEW LEARNING GUIDE Central Susquehanna Intermediate Unit, USA TABLE OF CONTENTS Overview... 3 Logging In... 3 Getting Help... 4 Navigating the Portal... 5 Messages... 5 Profile... 8 Attendance...

More information

DERBY PUBLIC SCHOOLS. PowerSchool User Guide for Parents

DERBY PUBLIC SCHOOLS. PowerSchool User Guide for Parents DERBY PBLIC SCHOOLS PowerSchool ser Guide for Parents D E R B Y P B L C S C H O O L S PowerSchool ser Guide for Parents Table of Contents nderstanding PowerSchool Parent Portal with Single Sign-On... 1

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information