Software Requirements Specification for Peer Tutoring Record Keeping

Size: px
Start display at page:

Download "Software Requirements Specification for Peer Tutoring Record Keeping"

Transcription

1 1 Software Requirements Specification For Peer Tutoring Record Keeping Version 1.0 approved Prepared by Robert Jarvis, Mario Lopez and Edward Martinez CPSC 430 Group 4 September

2 2 Table of Contents Table of Contents Revision History 1. Introduction 1.1 Purpose 1.2 Document Conventions 1.3 Intended Audience and Reading Suggestions 1.4 Product Scope 1.5 References 2. Overall Description 2.1 Product Perspective 2.2 Product Functions 2.3 User Classes and Characteristics 2.4 Operating Environment 2.5 Design and Implementation Constraints 2.6 User Documentation 2.7 Assumptions and Dependencies 3. External Interface Requirements 3.1 User Interfaces 3.2 Hardware Interfaces 3.3 Software Interfaces 3.4 Communications Interfaces 4. System Features 4.1 Accounts 4.2 Analytics 4.3 Input Data 4.4 Database 4.5 Final Print 4.6 User Interface 5. Other Nonfunctional Requirements 5.1 Performance Requirements 5.2 Safety Requirements 5.3 Security Requirements 5.4 Software Quality Attributes 5.5 Business Rules 6. Other Requirements Appendix A: Glossary Appendix B: Analysis Models Appendix C: To Be Determined List Revision History

3 3 Name Date Reason For Changes Version 1. Introduction 1.1 Purpose The purpose of this software is to provide an efficient alternative for recording attendance and grades for students participating in the Peer Assisted Study Session (referred to as PASS) program. The Software will also give mentors, professors and the administrators separate user accounts, which will allow them to post information such as grades and attendance for their respective students in PASS. The software will also analyze the data inputted and provide statistical information about the students in PASS. The only students recorded in the system will be students who sign a consent form, no student data will be taken if they have not signed a consent form. 1.2 Document Conventions The only convention followed while writing this document was the template obtained from the Institute of Electrical and Electronic Engineers (IEEE). Each requirement will have its own priority, as the client has asked for specific features to be completed. 1.3 Intended Audience and Reading Suggestions The readers of this document will be the client, project supervisor, and software engineers. The remaining contents of this requirements document will give an overview of what features the software will satisfy, how the software will complete those goals, and any interfaces the software will require. 1.4 Product Scope The software being developed will meet the time, grade, and attendance keeping needs of PASS. The software will function across different platforms to enable the students and mentors to keep track of times reliably and effectively. The system will also provide professors with the ability to input the student grades at the end of the semester and indicate whether or not the student s academic performance is satisfactory. The ultimate goal of the software is to generate a correlation test to see if attending the PASS program actually had a positive affect on student performance. The results shall be outputted to the two administrators of the program. 1.5 References

4 4 PASS Information Sheet Dr. Venitta McCall Trinkle Overall Description 2.1 Product Perspective This product is self contained.. The product will be a web based system that will allow user access. The type of user access and interface as well as roles and abilities will be dependant on the type of user. This access will be part of smaller systems dependant upon roles played in the software. They will be all connected independently and directly to the main system for data upload which will limit complexity of interconnection as well as provide greater reliability between the smaller systems and the main system which will provide the storage and necessary capabilities. 2.2 Product Functions Allow mentors/professors and administrators to log in Allow professors to input grades of the students Allow professors to view the attendance of their respective students Allow administrators to create/remove mentors, professors and students Allow administrators to specify which students have given consent Allow administrators to view all student data Allow mentors to input attendance information about students The software will be able to provide statistical information about the PASS program 2.3 User Classes and Characteristics There will be three different user classes accessing the software: Administrator, Mentor, and Professor. Each user level will give different privileges depending on which user is logging in. The administrator will have access to all features of the software. They will be able to make any adjustments and corrections to the data in the software. The mentor will be able to create mentoring sessions within the system, and record and edit attendance records. The mentor will not be able to view student grades. The professor will be able to input final grades for the class and view attendance records. 2.4 Operating Environment The software will be web based, allowing most computers with web browsers to access the software. The data of the software will exist in a database housed within servers that the administrators will have access to. 2.5 Design and Implementation Constraints Issues that might arise that might limit the options available to developers is the need to be web based and

5 5 the compatibility issues that might arise in having to operate on different platforms, operating systems and web browsers. Other issues might be in the communication protocols between these platforms and the security risks posed in the transmission over different networks and in having different users with different abilities with access to different information. Being web based, designing as well as updates and fixing bugs in the system will be relatively easy since the software doesn t have to be downloaded on every machine however there are compatibility concerns with each given machine attempting to access the software. 2.6 User Documentation The software will include a read me manual explaining the features each user will be able to access. Each feature will come with step by step instructions. The step by step tutorial will include screenshots for logging in, and using features. This tutorial will provide a simple yet effective way to learn the software. All source code will be heavily documented, ensuring that it will be able to be reused by developers in the future. Depending on the language used, a document will be exported detailing each class and variable to give more ease to future developers. 2.7 Assumptions and Dependencies Most web browsers will be able to support the software The client will supply the servers and will be responsible for maintaining them The software will be able to operate on most operating systems that have access to online capabilities The software and database will exist on a server and can be accessed through online interactions 3. External Interface Requirements 3.1 User Interfaces All users will go through a log in page to access the software. The log in page will include text fields where the user can input his or her user name and password and an enter button to submit the information. Correct credentials will lead to the home page and any wrong credentials will display an error message stating incorrect credentials. The home page will have certain fields, which are dependant on the user s account such as certain input fields and display buttons. Input fields will allow the users to input information regarding their respective students from a list into the database. Display buttons will allows users with appropriate accounts to view information about their respective students. 3.2 Hardware Interfaces The characteristics of each interface will be the compatibility between the browser used to access the web based software. Because the product is web based, the intention is for the product to be supported by hardware systems that are compatible with the most widely used operating systems and web browsers on the current market such as Windows and Mac OS. Making it responsive to tablets and smart phones

6 6 would be an important logical characteristic. The primary interaction between the software and hardware would be the interaction between the software and servers. The servers would run continuously to allow reliable data entry at all times. 3.3 Software Interfaces The software will be web based so it will need to be able to interact with all Internet browsers. The software should not be complex so that the user will need to download a different program just to run the software. The software will be communicating with databases via the network and will need to be able to push and pull data with the server. 3.4 Communications Interfaces The communication function is key to the functionality of the software. Compatibility with multiple web browsers is important to incorporating device and platform usage. A secure HTTP connection would be primary form of data transmission especially in the transmission of sensitive data such as student grades and attendance. The network server communications protocols must ensure security but also allow different users to communicate reliably with the server using different devices and web browsers. 4. System Features 4.1 Accounts Description and Priority The software will support three different user accounts. The Administrator account will have access to all data in the database and all features. Professor and Mentor accounts will have limited access to the database, as they can only interact with data of their respective students. The Administrator will be able to create new Administrator, Professor and Mentor accounts and can also remove them from the database as well. MED HIGH Stimulus/Response Sequences The user will go on to the log in page of the software and input their user name and password. Correct account information will lead to a home page and incorrect information will display error messages in this order of priority. Incorrect user name log in information An error message will appear stating that the user name is either misspelled or does not exist Incorrect password log in information An error message will appear stating that the user name or password is incorrect

7 7 Once logged in, the users will be able to perform their abilities restricted to their accounts Administrators: Create/remove accounts View and adjust student data View statistics on data Professors: View their student s attendance Input grades for their students Mentors: Input attendance for students When the users are done they can log off by clicking a log off button Functional Requirements 4.2 Analytics REQ 1 1: The software shall be able to create and store separate accounts REQ 1 2: The accounts shall be able to have unique user names and passwords REQ 1 3: The software shall allow users to sign in to their accounts through the use of their passwords and user names REQ 1 4: The software must display error messages when incorrect account information is inputted REQ 1 5: The software shall the users to log off their accounts REQ 1 6: The software shall allow data to be inputted for students REQ 1 7: The software shall be able to know which accounts have access to specific students REQ 1 8: The software must be able to analyze the data in the database Description and Priority The software shall analyze the data in the database and output the information in some way such as a bar graph, a pie chart or some other form of displaying the data. The analysis of the data should be mostly concentrated on the correlation between attendance of PASS and grades received in the class that the sessions were intended for. Only the Administrators of the software will be able to view the analysis of the data from the database directly. HIGH Stimulus/Response Sequences

8 8 The Administrator, once logged in to the software, will be able to view an analysis of the data in the database by clicking an analyze button. Once clicked, the software will begin gathering data and sorting it by attendance and calculating the grades received by the students. An example of the how the analysis should be based on below: Students who attended an average of 5 sessions in Biology, received an average grade of B+ Students who attended sessions tended to receive an average boost of 1.5 points to their final grades for each session attended Students who did not attend PASS, received an average of half a letter grade lower than those students who attended did in Math related courses Functional Requirements 4.3 Input Data REQ 2 1: The software must be able to maintain a database REQ 2 2: The software must be able to receive and input data into the database REQ 2 3: The software must have some sort of algorithm that will be used to analyze the data in the database Description and Priority The software will enable users to input data about their students in PASS. Each user has an account which allows them to input specific data about their respective students. The Mentor accounts will input attendance information for students that are in their sessions. The Professor accounts will input grades for students in their classes and the Administrator accounts will be able to input both attendance information and grades for the students if needed. HIGH Stimulus/Response Sequences Administrator accounts: Once logged in, the Administrator will be able to adjust student data through the use of input buttons and a display button Professor Accounts: Once logged in, the Professor will be able to input grades of his/her students through the use of an input button Mentor Accounts: Once logged in, the Mentor will be able to input attendance information for his/her students

9 9 Inputting Grades: Grades will be inputted for each individual student using a drop down box which will list all possible grades, and will be submitted when the enter button is pressed on the screen Inputting Attendance: Attendance will be inputted for a list of students by first selecting a date from a drop down box and then checking off on which students attended Functional Requirements 4.4 Database REQ 3 1: The software must be able to utilize the database REQ 3 2: The software must be able to insert data into the database REQ 3 3: The software must be able to know which accounts have access to specific students Description and Priority The software shall maintain a database to store all the data that will be inputted by the Mentors, Professors and Administrators such as: Student s first name and last name Class attending the sessions for Attendance Grades HIGH Stimulus/Response Sequences TBD The group that will implement the software will decide upon the specifics of the database Functional Requirements 4.5 Final Print REQ 4 1: The software must be able to receive data through the use of forms REQ 4 2: The software must be able to have a way to insert the data REQ 4 3: The software must have an independent server in for the database to exist in Description and Priority

10 10 The software, at the end of the semester, will be able to analyze all the data that has been gathered for that semester and print it out to the screen to be used in further analyses by the Administrator. This Final print out differs from the Analytics feature as it is a much more simpler description of the data and is intended to give the Administrator a quick and simple view into the data of PASS. Graphical representations of the data should be considered to be printed out as well. A basic example of the data that should be outputted onto the screen: 43% of students attended more than 4 sessions 30% of students involved in PASS received an A for a final grade 68% of students in Biology sessions received grades higher than a B LOW Stimulus/Response Sequences The Administrator, once logged in, will be able to click a button on the home page of the software that will output the data into the screen. The data will be displayed into different categories such one based on attendance, another based on grades and more. If it is not the end of the semester or near the end, this option will not appear for the Administrator to select Functional Requirements 4.6 User Interface REQ 5 1: The software shall be able to analyze the data in the database REQ 5 2: The software shall know when the end of the semester is near in order to have the feature available REQ 5 3: The software should have a visual representation of the data Description and Priority The software interface should be simple and easy to use. The interface of the software should be clutter free and contain only the fields necessary to interact with the database. The web pages of the software should also be have titles indicated what the page is such as the log in page having the words Log in at the top of the screen. LOW Stimulus/Response Sequences TBD The group implementing the project and the client will decide the specifics of the interface,

11 11 as the client should be the one who ultimately decides whether the software is simple to use Functional Requirements There are no requirements for this feature as this is a design problem and is not affected by any other system feature 5. Other Nonfunctional Requirements 5.1 Performance Requirements There are no major performance requirements for this software other than it must perform the features listed in System Features. 5.2 Safety Requirements There are no safety requirements for this software. 5.3 Security Requirements The software must allow users to choose their own passwords in order to ensure those with the correct credentials only view the data. Only the Administrators can view the data in the database and it is up to his/her discretion on who can see the data and what can be done with the data. The software must also have a way to indicate whether a student has given consent for the study, as this will indicate whether his/her name will appear in the statistical printout. 5.4 Software Quality Attributes The software must be able to have access to the most updated version of the database at all times. The software must be able to support multiple versions of it running at the same time on multiple computers and must still be able to maintain an accurate database. The software must also be reusable throughout the years, by having the ability to remove and add students as the PASS program progresses through the semesters. 5.5 Business Rules Only the client can initially decide who will be Administrators, Professors and Mentors in the software. 6. Other Requirements Appendix A: Glossary

12 12 PASS Peer Assisted Study Session Appendix B: Analysis Models Appendix C: To Be Determined List 1. Database Design 2. User Interface Design

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author> <organization> <date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author> <organization> <date created> Software Requirements Specification for Version 1.0 approved Prepared by Copyright 2002 by Karl E. Wiegers. Permission is granted to use, modify, and distribute

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created> Software Requirements Specification for Version 1.0 approved Prepared by Software Requirements Specification for Page 2 Table of Contents Revision

More information

Software Requirements Specification. CS 4350 Project. for. Version 1.0 approved. Prepared by Alvaro Juban Jr. Tejon Ranch Conservency

Software Requirements Specification. CS 4350 Project. for. Version 1.0 approved. Prepared by Alvaro Juban Jr. Tejon Ranch Conservency Software Requirements Specification for CS 4350 Project Version 1.0 approved Prepared by Alvaro Juban Jr. Tejon Ranch Conservency Copyright 1999 by Karl E. Wiegers. Permission is granted to use, modify,

More information

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Software Requirements Specification For OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Version 1.0 Prepared by Priyanka Manchanda and Shabna T.R. GROUP 2 - OPTIMIZING MOODLE LMS TO

More information

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4 Software Requirements Specification for Python Checker Version 1.0 approved Prepared by Matthew Arnold, Seong, Ian Computer Science Team 4 February 4th 2015 Table of Contents Table of Contents Revision

More information

Software Requirements Specification. Smart Doorbell. for. Version 1.0 approved. Prepared by Shriya Shah & Umang Ajmera LDRP-ITR

Software Requirements Specification. Smart Doorbell. for. Version 1.0 approved. Prepared by Shriya Shah & Umang Ajmera LDRP-ITR Software Requirements Specification for Smart Doorbell Version 1.0 approved Prepared by Shriya Shah & Umang Ajmera LDRP-ITR 23-07-1016 Software Requirements Specification for Smart Doorbell Page ii Table

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification For livemechanic-clickmechanic.com Version 1.0 approved Prepared by Ngangbam Indrason Registration: 11401214 Section: K1421 Roll Number: RK1421A20 Lovely Professional

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

Instructions for Using the Partners for Quality Database (Toby)

Instructions for Using the Partners for Quality Database (Toby) Instructions for Using the Partners for Quality Database (Toby) 1. Accessing Toby First-time Login procedures for Toby: http://pitcdata.wested.org/login Click on Forgot Password Click on Forgot Password.

More information

Application Manual for International Baccalaureate Applications

Application Manual for International Baccalaureate Applications Application Manual for International Baccalaureate Applications How to get started? Go to the main UWC Belgium IB application page The main access page to apply for an International Baccalaureate with

More information

OPP Site & InfoPath Requirements Document

OPP Site & InfoPath Requirements Document OPP Site & InfoPath Requirements Document Date: 2/26/2009 Contact: Rozanne Gallegos Department: Training & Documentation Location: Email: Click here to enter text. Telephone: Document Revision History:

More information

FIREFOX 33; GOOGLE CHROME 39; SAFARI 5; IEXPLORER 10

FIREFOX 33; GOOGLE CHROME 39; SAFARI 5; IEXPLORER 10 IMPORTANT: To avoid any problems at using this on-line system, please ensure that you use any of the following browsers versions or latest versions: FIREFOX 33; GOOGLE CHROME 39; SAFARI 5; IEXPLORER 10

More information

Student Information System User Guide

Student Information System User Guide Student Information System User Guide This User Guide is designed to help you get started using the Student Information System. We ll take you step by step in using your organization s database, so that

More information

Schedule User Guide PowerSchool Student Information System

Schedule User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Schedule User Guide Copyright Owner 2004 Apple Computer, Inc. All rights reserved. This document is the property of Apple Computer, Inc. and is

More information

Acceptance Test. Smart Scheduling. Empire Unlimited. Requested by:

Acceptance Test. Smart Scheduling. Empire Unlimited. Requested by: Smart Scheduling Requested by: Dr. Robert Yoder Computer Science Department Head Siena College Department of Computer Science Prepared by: Meghan Servello Thomas Mottola Jonathan Smith Jason Czajkowski

More information

Contents. The Anatomy of a Moodle Classroom. Course Description:

Contents. The Anatomy of a Moodle Classroom. Course Description: The Anatomy of a Moodle Classroom The Community College of Vermont (CCV) uses Moodle for its learning management system. Course Description: This document is a brief orientation to the requirements and

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

Coastal Office of Online Learning

Coastal Office of Online Learning Moodle Enhancements This resource guide highlights new features that are now available in the upgraded Moodle 3.1. It also addresses changes to existing features. Coastal Office of Online Learning Keep

More information

Software Requirements Specification. Report and Analysis of Data for RIT Office of Cooperative Education and Career Services

Software Requirements Specification. Report and Analysis of Data for RIT Office of Cooperative Education and Career Services Software Requirements Specification Report and Analysis of Data for RIT Office of Cooperative Education and Career Services Version 1.4 (waiting customer approval) Prepared by Chris Nurre NOBY Monday,

More information

Uploading Documents to an Application

Uploading Documents to an Application The following steps will explain how Graduate Program Administrators upload any supporting documents to the students file (references, transcripts and supporting documents). Prospective students and referees

More information

Vulnerability Validation Tutorial

Vulnerability Validation Tutorial Vulnerability Validation Tutorial Last updated 01/07/2014-4.8 Vulnerability scanning plays a key role in the vulnerability management process. It helps you find potential vulnerabilities so that you can

More information

Senior Project: Calendar

Senior Project: Calendar Senior Project: Calendar By Jason Chin June 2, 2017 Contents 1 Introduction 1 2 Vision and Scope 2 2.1 Business Requirements...................... 2 2.1.1 Background........................ 2 2.1.2 Business

More information

Software Engineering Fall 2015 (CSC 4350/6350) TR. 5:30 pm 7:15 pm. Rao Casturi 09/17/2015

Software Engineering Fall 2015 (CSC 4350/6350) TR. 5:30 pm 7:15 pm. Rao Casturi 09/17/2015 Software Engineering Fall 2015 (CSC 4350/6350) TR. 5:30 pm 7:15 pm Rao Casturi 09/17/2015 http://cs.gsu.edu/~ncasturi1 Requirement Elicitation 2 Requirement Engineering First step for understanding the

More information

Portfolio Report (for all weekly practicals)

Portfolio Report (for all weekly practicals) Portfolio Report (for all weekly practicals) Getting Started Worth 15%, due in Week 13 6:00pm Fri 26 th Oct You ll learn, from this unit, using IT more effectively as a university student. For this purpose,

More information

Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps

Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps Software Requirements Document for Graffiti Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon Version Date Author Change 0.1 09/13/ SM Initial Document 07 0.2 09/22/

More information

e-class User Manual v11 (Sep. 2017)

e-class User Manual v11 (Sep. 2017) e-class User Manual v11 (Sep. 2017) Table of contents Welcome to e-class! 3 Before using e-class 3 Login to e-class 3 Change display language 4 Login with smart phone 5 Logout from e-class 5 Joining in

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Syed Jalaluddin Governors State University

More information

MOODLE TIP SHEETS. Academic Technology Support (ATS) A Division of Office of Information Technology. Campus Location: Library, First Floor

MOODLE TIP SHEETS. Academic Technology Support (ATS) A Division of Office of Information Technology. Campus Location: Library, First Floor MOODLE TIP SHEETS Academic Technology Support (ATS) A Division of Office of Information Technology Campus Location: Library, First Floor Moodle Helpline 1-800-340-5462 or 484-365-7840 8:30 a.m - 5:00 p.m.

More information

IRMA Researcher User Guide v2 DRAFT. IRMA Researcher User Guide

IRMA Researcher User Guide v2 DRAFT. IRMA Researcher User Guide IRMA Researcher User Guide v2 IRMA Researcher User Guide IRMA Researcher User Guide 1. Overview 1.01 What is IRMA? 1.02 What are the Benefits? 1.03 ISLHD Research and IRMA 2. Key Terms in IRMA 2.01 Coversheets

More information

LEAD Documentation. User Manual Aimereon Aimereon, Inc.

LEAD Documentation. User Manual Aimereon Aimereon, Inc. LEAD Documentation User Manual 2018 Aimereon Aimereon, Inc. This page is intentionally left blank. Table of Contents 3 1. Welcome 7 1.1 Request an Account... 8 1.2 Manage Your Account... 11 2. Dashboard

More information

Detailed Design. Java Problem Repository & Education Platform JPREP

Detailed Design. Java Problem Repository & Education Platform JPREP Team Members: Luke Greiner Denis Kalic Abigail McCarthy Robert Tateo Nguyen Truong Patrick White Detailed Design Java Problem Repository & Education Platform JPREP Revision: 1.1 Date: 3/07/14 1 D e l t

More information

Software Requirements Specification. Todomoo. for. Requirements for Version 0.8. Prepared by Panagiotis Melidis

Software Requirements Specification. Todomoo. for. Requirements for Version 0.8. Prepared by Panagiotis Melidis Software Requirements Specification for Todomoo Requirements for Version 0.8 Prepared by Panagiotis Melidis 10/9/2011 Software Requirements Specification for Todomoo [ii] Table of Contents 1. Introduction...

More information

Requirements Specifications & Standards

Requirements Specifications & Standards REQUIREMENTS ENGINEERING LECTURE 2014/2015 Dr. Jörg Dörr Requirements Specifications & Standards AGENDA Standards & Templates Natural Language Requirements Specification with Conceptual Models Suitable

More information

GovIS Worksite Learning System Worksite Supervisor Guide (1.0 1/22/2019)

GovIS Worksite Learning System Worksite Supervisor Guide (1.0 1/22/2019) GovIS Worksite Learning System Worksite Supervisor Guide (1.0 1/22/2019) I. INTRODUCTION... 2 II. ACCESS WSL SYSTEM, REVIEW AND APPROVE STUDENT JOB (PROCESS #3)... 3 A. Access WSL System and Login... 3

More information

Introduction to the Student View

Introduction to the Student View Introduction to the Student View Welcome to the New Generation of LiveText. This guide provides an overview of the New Generation from a student perspective. Step-by-step instructions are included for

More information

KEEP2 Web Application User Guide

KEEP2 Web Application User Guide KEEP2 Web Application User Guide 2015-2016 Kansas Department of Education (785) 296-5140 Landon State Office Building, 900 SW Jackson Street, Topeka, KS 66612 Contents Introduction... 1 The KEEP Process...

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

CSc 2310 Principles of Programming (Java) Jyoti Islam

CSc 2310 Principles of Programming (Java) Jyoti Islam CSc 2310 Principles of Programming (Java) Jyoti Islam Are you in the right class??? Check the CRN of your registration Instructor Jyoti Islam PhD Student, concentration: Machine Learning 4+ years of Industry

More information

Grading: Test 1 25% ---- Test 2 25% ---- Best 2 Final Exam 25% ---- Project 25% Assignments/labs 25%

Grading: Test 1 25% ---- Test 2 25% ---- Best 2 Final Exam 25% ---- Project 25% Assignments/labs 25% 1 MIS 139: E-Business Project Fall 2014 Phone: 946-2627 Office Hours: MWF 11-1, Th 9-10 Jerry Post E-mail: Jerry@JerryPost.com 204B Weber Web: http://jerrypost.com class: MWF 2:00-3:15 Textbook: Web readings

More information

COORDINATOR ISIP SYMPLICITY INSTRUCTIONS

COORDINATOR ISIP SYMPLICITY INSTRUCTIONS COORDINATOR ISIP SYMPLICITY INSTRUCTIONS The following screen shots dates and deadlines do not correlate with 2018 ISIP s actual dates and deadlines. Important Dates and Deadlines 1) Student Bidding Opens:

More information

Group Name: Team Epsilon Max Hinson Jhon Faghih Nassiri

Group Name: Team Epsilon Max Hinson Jhon Faghih Nassiri Software Requirements Specification for UCSB 360 Version 1.2 Prepared by Group Name: Team Epsilon Max Hinson 4426771 maxwellhinson@gmail.com Jhon Faghih Nassiri 4111274 jfaghihnassiri@gmail.com Luke Buckland

More information

Student Guide. Click here to log in. A: Log in

Student Guide. Click here to log in. A: Log in Middlesex Online Research Ethics (MORE) Applicant Guidance Notes (Student & Staff) Note: PhD ethics applications must be submitted as Student Applications. Creating, completing and submitting a Research

More information

Wixie Implementation. Tech4Learning, Inc

Wixie Implementation. Tech4Learning, Inc Wixie Implementation Tech4Learning, Inc Guide Wixie Implementation Guide 2 This guide is designed to help you get Wixie up and running in preparation for teachers and students using it in classrooms or

More information

San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1,2 and 3, Spring 2017

San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1,2 and 3, Spring 2017 San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1,2 and 3, Spring 2017 Course and Contact Information Instructor: Dr. Kim Office Location:

More information

Introducing: Pearson s Perspective Quick Guide for Educators

Introducing: Pearson s Perspective Quick Guide for Educators Introducing: Pearson s Perspective Quick Guide for Educators What is Perspective TM? Perspective TM is a supplemental online instructional resource site that provides thousands of enrichment learning resources

More information

User Manual. Version 3.1. Copyright 2000 Academia Software Solutions All Rights Reserved

User Manual. Version 3.1. Copyright 2000 Academia Software Solutions All Rights Reserved The GR System User Manual Version 3.1 Copyright 2000 Academia Software Solutions All Rights Reserved All contents of this manual are copyrighted by Academia Software Solutions. The information contained

More information

Introduction to the Module Management System (MMS)

Introduction to the Module Management System (MMS) Student User Guide Introduction to the Module Management System (MMS) Revised Sept 2009 (Version 4) University of St Andrews Table of Contents 1 Introduction...3 1.1 MMS...3 1.2 Accessing the system...3

More information

Prepared by JMeter Group, Summer Interns

Prepared by JMeter Group, Summer Interns Software Requirements Specification For Enhancements to JMeter Requirements for JMeter version 2.9 and above Prepared by JMeter Group, Summer Interns IIT Bombay 18/06/2013 Page 3 Table of Contents Contents

More information

How to Attach the Syllabus and Course Schedule to a Content Item

How to Attach the Syllabus and Course Schedule to a Content Item How to Attach the Syllabus and Course Schedule to a Content Item Getting Started Part of preparing your course for delivery to students includes uploading your syllabus and course schedule to your online

More information

College of the Holy Cross Student Guide to the Student Academic Records System (STAR)

College of the Holy Cross Student Guide to the Student Academic Records System (STAR) College of the Holy Cross Student Guide to the Student Academic Records System (STAR) Revision Date: September 1, 2013 Page 1 Contents Introduction... 3 Granting Access to the Parent Center... 4 Changing

More information

e-submission System User Manual Publication Related Matters

e-submission System User Manual Publication Related Matters e-submission System User Manual For Publication Related Matters May 2016 Version 2.12 Table of Contents 1 SUBMIT DOCUMENTS FOR PUBLICATION THROUGH THE E-SUBMISSION SYSTEM... 2 1.1 INTRODUCTION... 2 1.2

More information

AXIS Store Reporter. Installation Guide

AXIS Store Reporter. Installation Guide Installation Guide Installation Guide Table of Contents System overview............................................ 3 AXIS Store Data Manager and AXIS Store Reporter.................. 4 How to log in to

More information

STREAMLYNE INITIAL GUIDE FOR PRINCIPAL INVESTIGATOR / STUDENT

STREAMLYNE INITIAL GUIDE FOR PRINCIPAL INVESTIGATOR / STUDENT Rev: 06/2017 STREAMLYNE INITIAL GUIDE FOR PRINCIPAL INVESTIGATOR / STUDENT In This Document Protocol Application (Exempt and Expedited/Full Board Review)...2 NIH Certificate (Required)... 2 Logging In...

More information

GCCH-1 Online Course V6.0 (Global Common Controls Hardware Design) Course (LMS #33543)

GCCH-1 Online Course V6.0 (Global Common Controls Hardware Design) Course (LMS #33543) GCCH-1 Online Course V6.0 (Global Common Controls Hardware Design) Course (LMS #33543) Contact Information Instructors: Jim Hocking Office: M-TEC Room 104 Office Hours: Available upon request Internet

More information

IITB Summer Internship Software Requirement Specification (SRS)

IITB Summer Internship Software Requirement Specification (SRS) Software Requirements Specification for Optimized Moodle LMS Page 1 IITB Summer Internship 2013 Software Requirement Specification (SRS) Optimizing Moodle LMS for Improving User Response Time Principal

More information

EdPlan Manual. For Read-Only Access

EdPlan Manual. For Read-Only Access For users with Read-Only access in the EdPlan application (Administrators, 504 Chairpersons, School Health and Related Services, Records Management, Special Education Central Staff, Testing Coordinators)

More information

IRMA Human Ethics Researcher User Guide

IRMA Human Ethics Researcher User Guide IRMA Human Ethics Researcher User Guide IRMA Researcher User Guide 1. Overview 1.01 What is IRMA? 1.02 What are the Benefits? 1.03 ISLHD Research and IRMA 2. Key Terms in IRMA 2.01 Coversheets 2.02 Templates

More information

EMPOWER Self-Service Portal Faculty User Manual

EMPOWER Self-Service Portal Faculty User Manual EMPOWER Self-Service Portal Faculty User Manual by Hasanna Tyus 1 Registrar October 25, 2013 1 Adapted from the OASIS Faculty User Manual, July 2013, Benedictine College. 1 Table of Contents 1. Introduction...

More information

UCRChatline - ios Mobile Application

UCRChatline - ios Mobile Application Team 16 Milestone 1 Project Documentation: Page 1 UCRChatline - ios Mobile Application Milestone 1 Documentation November 2014 Computer Science 180, Fall 2014 Professor Iulian Neamtiu, Instructor Aiping

More information

Introduction. Test Administrator Guide to the Student Interface (Training Site), Test Delivery System

Introduction. Test Administrator Guide to the Student Interface (Training Site), Test Delivery System Introduction This guide is designed to familiarize Test Administrators (TA) with the Student Interface. Using a stepby-step approach, the tutorial provides an overview of the Student Interface and addresses

More information

Electronic Meeting Registration System. Step-by-Step User s Guide

Electronic Meeting Registration System. Step-by-Step User s Guide Electronic Meeting Registration System Step-by-Step User s Guide May 2014 1 Table of Contents Introduction... 3 STEP 1: TO CREATE AN ACCOUNT FOR THE REGISTRATION FOCAL POINT... 4 STEP 2: TO REGISTER DELEGATES...

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

Pipelines for Games and Interactives CSCI 281, (3 Units)

Pipelines for Games and Interactives CSCI 281, (3 Units) Pipelines for Games and Interactives CSCI 281, (3 Units) Objective This course will present an approach to the aesthetic development and technical implementation necessary to achieving unique, compelling,

More information

Fort Bend Independent School District Access Guide to Family Access

Fort Bend Independent School District Access Guide to Family Access Begin by going to the FBISD website at: https://www.fortbendisd.com/family-access In the upper right, click on the Family Access icon. These are the screen resolutions, operating systems and supported

More information

Specification. Edexcel Levels 1 and 2. For first teaching September Issue 3

Specification. Edexcel Levels 1 and 2. For first teaching September Issue 3 Pearson Edexcel Functional Skills qualification in Information and Communication Technology (ICT) at Level 1 Pearson Edexcel Functional Skills qualification in Information and Communication Technology

More information

IBM Workplace Services Express - Technical Overview and Directions. Stuart Duguid Asia Pacific Portal & Workplace Technical Lead

IBM Workplace Services Express - Technical Overview and Directions. Stuart Duguid Asia Pacific Portal & Workplace Technical Lead IBM Workplace Services Express - Technical Overview and Directions Stuart Duguid Asia Pacific Portal & Workplace Technical Lead Disclaimer The following material is directional in nature and does not imply

More information

eprotocol - Protocol Management System (PMS) Reviewer User Guide Version 2.0

eprotocol - Protocol Management System (PMS) Reviewer User Guide Version 2.0 eprotocol - Protocol Management System (PMS) Reviewer User Guide Version 2.0 Last Updated: 05/18/2011 Product Version: 2.0.16 eprotocol - PMS - Reviewer User Guide 2 Table of Contents 1. INTRODUCTION 3

More information

Database Instructions

Database Instructions Database Instructions Created by: Kelly Kucharczyk and Ashley Martz, Student Program Assistants; Janice Hiner and Vikash Achutaramaiah, Senior Tutors/Trainers Revised by: Welby Seely and Wei Jian Chiu,

More information

Middle East Technical University. Department of Computer Engineering

Middle East Technical University. Department of Computer Engineering Middle East Technical University Department of Computer Engineering TurkHITs Software Requirements Specifications v1.1 Group fourbytes Safa Öz - 1679463 Mert Bahadır - 1745785 Özge Çevik - 1679414 Sema

More information

Frequently Asked Technical Questions

Frequently Asked Technical Questions Frequently Asked Technical Questions The first step in resolving any technical problem is to make sure that you meet the technical requirements. A basic requirement for taking a PLS online course is to

More information

Market Participant Client Platform

Market Participant Client Platform PUBLIC IESO_ISTD_0017 Market Participant Client Platform Information Technology Standard Issue 2.0 This document is intended to clearly and concisely present the standards and guidelines for the upgrade

More information

Introduction Building and Using Databases for historical research December 2012

Introduction Building and Using Databases for historical research December 2012 1. Introduction This is a non-tutor led course that can be completed at your own pace and at a time of your own choosing. We strongly recommend that you complete each module and its component sections

More information

Basic Training Guide. Smart Trac

Basic Training Guide. Smart Trac Basic Training Guide Smart Trac Last Updated August 27, 2007 Basic Smart Trac Quick Reference Guide : Table Of Contents Page 1. How to Turn Off Pop-Up Blockers... 1 2. How to Log Into Smart Trac... 2 3.

More information

MODULE CODE MODULE NAME. NQF level. [Number of credits] Name of department. Faculty. Compiled by (Name of lecturer) YEAR

MODULE CODE MODULE NAME. NQF level. [Number of credits] Name of department. Faculty. Compiled by (Name of lecturer) YEAR MODULE CODE MODULE NAME NQF level [Number of credits] Name of department Faculty Compiled by (Name of lecturer) YEAR TABLE OF CONTENTS 1. Welcoming... 5 2. Contact Sessions... 5 3. Study Material... 6

More information

On-Line Parental Involvement Policy/Plan School-Level Navigation Instructions

On-Line Parental Involvement Policy/Plan School-Level Navigation Instructions On-Line Parental Involvement Policy/Plan School-Level Navigation Instructions Bureau of Federal Educational Programs 2011-2012 Introduction Section 1118 of the Elementary and Secondary Education Act (ESEA)

More information

Turnitin Instructor User Manual Chapter 13: Glossary

Turnitin Instructor User Manual Chapter 13: Glossary Turnitin Instructor User Manual Chapter 13: Glossary Updated September 3, 2010 Turnitin Instructor Handbook: 177 Definitions account - a Turnitin account allows instructors to use products purchased from

More information

Individual Professional Development Plan (IPDP) PDExpress User Guide

Individual Professional Development Plan (IPDP) PDExpress User Guide Individual Professional Development Plan (IPDP) PDExpress User Guide This User Guide is for staff using PDExpress to manage their professional development information. It explains how to: View and revise

More information

IML 300: Reading and Writing the Web

IML 300: Reading and Writing the Web IML 300: Reading and Writing the Web University of Southern California Media Arts and Practice Fall 2017 2 units Professor: Lee Tusman Email: tusman {at} usc {dot} edu Office Hours: TBD Student Assistant:

More information

Grade Center. Powered by

Grade Center. Powered by Grade Center Grade Center About the Grade Center Setting Up the Grade Center Creating and Managing Grade Center Columns Entering Grades Viewing Grade Details Including Comments With a Grade Entry Overriding

More information

How to complete the SPC Clinical Faculty Evaluation Form Summer 2016 Spring 2017

How to complete the SPC Clinical Faculty Evaluation Form Summer 2016 Spring 2017 How to complete the SPC Clinical Faculty Evaluation Form Summer 2016 Spring 2017 Logging into Faculty180 To log into Faculty180, visit http://www.data180.com/faculty180/spcollege Single sign-on has been

More information

FILLING IN THE ICM NOVA

FILLING IN THE ICM NOVA FILLING IN THE ICM NOVA APPLICATION FORM TUTORIAL: HOW TO DO IT RIGHT With the support of the Erasmus+ Programme of the European Union. Version 1 04.09.2016 Dear applicant, Thank you for your interest

More information

Requirements engineering

Requirements engineering engineering Chapter 4 1 Engineering in the textbook 4.1 Functional and non-functional 4.2 The software document 4.4 engineering processes 4.5 elicitation and analysis 4.3 specification 4.6 validation 4.7

More information

CPS352 Database Systems Syllabus Fall 2012

CPS352 Database Systems Syllabus Fall 2012 CPS352 Database Systems Syllabus Fall 2012 Professor: Simon Miner Fall Semester 2012 Contact: Simon.Miner@gordon.edu Thursday 6:00 9:00 pm KOSC 128 978-380- 2626 KOSC 243 Office Hours: Thursday 4:00 6:00

More information

Therapy Provider Portal. User Guide

Therapy Provider Portal. User Guide Therapy Provider Portal User Guide Page 2 of 16 UCare User Guide V1.7 Table of Contents I. Introduction...3 About HSM Therapy Management... 4 Terms of Use... 4 Contact Information... 6 II. Using the Therapy

More information

Youngstown State University

Youngstown State University Starfish Retention Solution Youngstown State University Instructor s User Guide Rosalyn Donaldson, Technology and Training Office of Human Resources 1 P a g e Contents Progress Surveys... 4 Starfish Home

More information

Office365 & CANVAS. Quick Guide and Reference

Office365 & CANVAS. Quick Guide and Reference Office365 & CANVAS Quick Guide and Reference Office365 Office365 is a web or cloud-based subscription that can be accessed on multiple devices from anywhere with an online connection. It includes the most

More information

EDA Spring, Project Guidelines

EDA Spring, Project Guidelines Project Guidelines This document provides all information regarding the project rules, organization and deadlines. Hence, it is very important to read it carefully in order to know the rules and also to

More information

LightGig Communications, LLC Privacy Policy

LightGig Communications, LLC Privacy Policy LightGig Communications, LLC Privacy Policy Effective Date: December 06, 2018 1. Privacy Policy Overview LightGig Communications, LLC ( we, us, or our ) operates the website https://lightgig.com/ (the

More information

Database Security MET CS 674 On-Campus/Blended

Database Security MET CS 674 On-Campus/Blended Database Security MET CS 674 On-Campus/Blended George Ultrino gultrino@bu.edu Office hours: by appointment Course Description The course provides a strong foundation in database security and auditing.

More information

ProctorU LTI Proctored Exam Scheduling

ProctorU LTI Proctored Exam Scheduling ProctorU LTI Proctored Exam Scheduling Purpose : Demonstrate how to create a proctored exam schedule within Moodle using ProctorU LTI integration. * Note that you do not upload exams or files into your

More information

REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM

REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM 1400 L Street, NW, Suite 400, Washington, D. C. 20005 Phone: (202) 783-7933 Fax: (202) 783-7939 www.dccap.org REQUEST FOR PROPOSAL DATABASE DEVELOPMENT FOR THE DISTRICT OF COLUMBIA COLLEGE ACCESS PROGRAM

More information

Instruction for Web Submission

Instruction for Web Submission e-jssnt Instruction for Web Submission using J-STAGE3 / ScholarOne Manuscript system Ver. 2.0 Submit a New Manuscript (1) Preparation of manuscript files Please refer to the Instruction for manuscript

More information

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver

COURSE SYLLABUS FOR. COMP-297 Web Page Design: Adobe Dreamweaver Coffeyville Community College COURSE SYLLABUS FOR COMP-297 Web Page Design: Adobe Dreamweaver Mrs. Darla Thornburg Spring 2018 Page 1 of 8 COURSE NUMBER: COURSE TITLE: CREDIT HOURS: INSTRUCTOR: OFFICE

More information

How to Access Degree Audit

How to Access Degree Audit This comprehensive document contains 16 pages of mainly screen shots. Please review the document in its entirety, or by topic: Topic Page Access (How to )........................ 1 Applied Exceptions (tab)...................

More information

PowerTeacher Administrator User Guide. PowerTeacher Gradebook

PowerTeacher Administrator User Guide. PowerTeacher Gradebook PowerTeacher Gradebook Released June 2011 Document Owner: Documentation Services This edition applies to Release 2.3 of the PowerTeacher Gradebook software and to all subsequent releases and modifications

More information

HOP Portal - Quick Guide KING JESUS INTERNATIONAL MINISTRY

HOP Portal - Quick Guide KING JESUS INTERNATIONAL MINISTRY HOP Portal - Quick Guide KING JESUS INTERNATIONAL MINISTRY Data & Analytics Department HOP Manual September 29, 2016 Introduction God is a God of order. The HOP s Online Portal, which we call HOP Site,

More information

Partner Guide for bksblive (The Prince s Trust Account)

Partner Guide for bksblive (The Prince s Trust Account) Partner Guide for bksblive (The Prince s Trust Account) System requirements bksblive and associated software works in any web browser such as Internet Explorer, Mozilla Firefox, Google Chrome and Apple

More information

Test Plan Client: Dr. Darren Lim, Assistant Professor

Test Plan Client: Dr. Darren Lim, Assistant Professor Test Plan Client: Dr. Darren Lim, Assistant Professor Proposed Project: Java Online Learning Toolkit (J.O.L.T.) Delivered by: 518 Interactive Team Members: Lawrence Gregory Christopher Hughto Erik Stegmann

More information

5. Nothing happens when I login. Please scroll down to the bottom of the Welcome page and look for an error message.

5. Nothing happens when I login. Please scroll down to the bottom of the Welcome page and look for an error message. Applicant FAQ General Questions 1. I am currently a senior in high school, which scholarship application should I use? Please use the incoming freshman scholarship application, which opens on March 1.

More information