Scheduling for Trinity School at Meadow View. User s Manual. May 8, 2017

Size: px
Start display at page:

Download "Scheduling for Trinity School at Meadow View. User s Manual. May 8, 2017"

Transcription

1 Scheduling for Trinity School at Meadow View User s Manual May 8, 2017 Prepared By: James DeBolt Valiant Tsang Mary Barthelson Marissa Brienza Zachary Nuzzo Sponsor: Tim Maloney Chair of Math and Science Trinity School at Meadow View [Type here]

2 1 Table of Contents 1. General Information System Overview Organization of Manual Getting Started The TSS User Interface The Trinity Scheduling Integer Program The Output Interface Create a New Schedule Toggling Constraints for Schedule Generation Trouble Shooting MS Access Quick Guide... 24

3 2 1. General Information This section will introduce the user to the Trinity School Scheduler 2.0 (TSS) User Interface (UI), the Trinity Scheduling Integer Program (IP), and the Output Interface. 1.1 System Overview Trinity School at Meadow View currently creates semester schedules manually with paper and pencil; this is a time intensive process that can take them days or even weeks to complete. The Trinity School Scheduling Tool was created to ease the scheduling process for Trinity. The tool finds feasible schedules for future school semesters given a variety of input parameters and creates a cohesive semester schedule. The tool is supported by Windows OS. The tool uses Microsoft Access, Microsoft Excel, and lp_solve , a free code library used for solving numerical optimization problems. 1.2 Organization of Manual The User s Manual consists of seven sections: Getting Started, The TSS UI, The Trinity Scheduling Integer Program, The Output Interface, Toggling Constraints for Schedule Generation, Troubleshooting, MS Access Quick Guide Getting Started explains how to set-up and open the Trinity School Scheduling Tool. The TSS UI section gives directions on how to use the UI and describes all its features. The Trinity Scheduling Integer Program section gives a high level of the IP used to solve the scheduling problem. The Output Interface section provides instruction on how to import the solution file and how to get the master schedule output. Toggling Constraints for Schedule Generation provides instruction regarding modifying the VBA code that generates the LP file, so that individual constraints can be toggled on and off. The Troubleshooting section offers advice to avoid infeasibility and guidance with navigating through MS Access to modify the TSS UI. MS Access Quick Guide navigates a user through MS Access to inspect forms and tables in different Views.

4 3 2. Getting Started The user has been provided a link to the Trinity School Scheduling Tool and all relevant documentation. The contents of the tool are found in Table 1. The TSS User Interface TSS v02.accdb The Output Interface TSS_Output.xlsm TSS Java Solver Tss_java.jar User s Manual UsersManual.pdf Trinity Scheduling Final Report TS_FinalReport.pdf Trinity Scheduling Final Presentation TS_FinalPres.pdf Table 1: TSS Application Contents Download all contents from the link and save it all in a single folder. Ensure that no folder name in the installation path has any spaces. Read through the entirety of the User s Manual before attempting to use the Trinity Scheduling Tool. Read through the Final Report to understand the motivation behind the tool and the reasoning for the selected solution method. After unzipping the file, identify whether the computer you are installing on has a 32- or 64-bit version of windows. Follow this link if you need assistance in identifying which version you use. After you have determined the version, copy the three files (lp_solve.exe, lpsolve55.dll, lpsolve55j.dll) from the appropriately named folder from the install directory (32B-FILES or 64B- FILES) into your C:\Windows\System32 directory. Finally, install Java Runtime Environment version 8. Instructions for that installation can be found here. Note: for 32-bit Windows, download the version named Windows x86 Offline. For 64-bit Windows, download the version named Windows x64 Offline.

5 4 3. The TSS User Interface The TSS User Interface will be the first step in creating a master semester schedule. Begin by gathering all required data: Teacher names Teacher assignments for all sections Teacher availability for the 6 periods Teacher full/part-time status Section sizes for current student body Classroom names Classroom capacity Classroom content Classroom availability Open the TSS User Interface in Microsoft Access (make sure to enable content). Figure 1 is the homepage: Figure 1. TSS UI Homepage

6 5 Complete the following steps to ensure all data is entered: 1. Select the semester that needs to be scheduled by using the drop-down menu. See Figure 2. Figure 2 Selecting the Semester 2. Select the Enter Section Information button to enter/edit the number of students. See Figure 3. Figure 3 Selecting the Enter Section Information Button

7 6 3. Enter Section size information by clicking the respective text box and entering data into the table. Click Save. Click Close to return to the TSS UI Homepage. Figure 4 Section Size Form 4. From the TSS UI Homepage, select the Enter Room Constraints button Figure 5 Selecting the Enter Room Constraints Button

8 7 5. To edit the room capacity, enter the number the text box. Click the Close button to return to the TSS UI Homepage. See Figure 6. Figure 6 Rooms Form

9 8 Click on the Edit Content button for a room to go to the Edit_Room_Content form to select associated courses that can be held in that particular room. If a room can hold all types of courses, select all classes in the list. Click on the Save button to save selections. Click on the Close button to return to the Rooms Form. See Figure 7. Figure 7 Edit_Room_Content Form

10 9 6. From the TSS UI Homepage, select the Teacher Roster Availability Course Pairing button to modify information about the teacher. The Teacher_Semester Form will appear. See Figure 8 and Figure 9. Figure 8 Selecting the Teacher Roster Availability Course Pairing Button Figure 9 Teacher_Semester Form

11 10 7. To add a new teacher, select the Add New Teacher button. See Figure 10. The New_Teacher form will appear. Enter the first and last name in respective text boxes. Click the Save button; a message box will appear confirming addition of the new teacher. Click the Close button to return to the Teacher_Semester form. See Figure 11. Figure 10 Selecting Add New Teacher Button Figure 11 New_Teacher Form

12 11 8. To modify the teacher s availability, select the Edit Availability button next to the teacher s name that requires modification. See Figure 12. The Teacher_Schedule_Edit form will appear. Select respective period availability for that teacher. If the teacher will be teaching more than two sections for the semester, check the checkbox next to the question regarding whether the teacher is a full-time faculty member to designate them as such. Select the Done button to return to the Teacher_Semester form. See Figure 13. Figure 12 Selecting Edit Availability Button Figure 13 Selecting Checkboxes Regarding Teacher Availability and Faculty Member Status

13 12 9. To modify the teacher/course pairing, select the Edit Sections button next to the teacher s name that requires modification. See Figure 14. Figure 14 Selecting the Edit Sections Button

14 After selecting the Edit Sections button, the Teacher_Subject_Edit form will appear. For the semester being scheduled, select the courses to be paired with the respective teacher. Hold the ctrl key while clicking to make multiple selections. Select the Save button. Select the Close button to return to the Teacher_Semester form. See Figure 15. Figure 15 Teacher_Subject_Edit Form

15 To remove a teacher from the roster, select the Delete button on the Teacher_Semester form. See Figure 16. A message box will appear for confirmation of deletion. Select Yes to continue with deletion; select No to cancel deletion. See Figure 17. Figure 16 Selecting the Delete Button Figure 17 Message Box to confirm deletion

16 To generate status reports, from the Teacher_Semester form, select the Teacher Availability Report and Section/Teacher Pairing Report buttons. See Figure 18. Figure 18 Selecting the Status Report Buttons

17 16 User will be prompted to identify a location/folder to save the Excel file. Select location/folder and click OK. See Figure 19. The report will be automatically opened in MS Excel. Figure 19 Dialogue Box prompting user to save file to a location on the computer

18 17 4. The Trinity Scheduling Integer Program Once the user has entered all required data, the IP is ready to be created. On the TSS UI homepage, schedule generation can be kicked-off: 1. On the TSS UI homepage, press Solve! to create a LP file containing the IP formulation with the user-entered data. 2. NOTE: The Microsoft Access application may appear unresponsive for up to five minutes during the creation of the LP file. This is expected. Please do not close the application or do anything else with the computer until the generation has completed. (You will know this is done when the excel pops open). 3. This will create a file called TSS.lp in the same folder as the TSS UI. 4. The Java application will automatically be launched. This application will create four more versions of the LP file to generate up to five feasible schedules. The solution files for all five will be stored in the same folder as the TSS UI as well. 5. NOTE: If the java task on the screen at the bottom of your bar does not close after ~2-3 minutes, the schedule is infeasible. Please kill that Java process and begin again after modifying data or constraint activation. If the Java process closes itself, the algorithm was able to successfully create solutions. Please continue. 6. The IP has successfully solved, proceed to The Output Interface section. 17

19 18 5. The Output Interface These are the final steps of the Trinity Scheduling Tool. Begin by opening the TSS_Output.xlsm by double-clicking the application in the folder, or by using the window automatically opened by Access. Once the file is launched, enable editing and enable content. This is the Homepage: Figure 20 TSS_Output UI Homepage 5.1 Create a New Schedule 1. The Output Interface now requires minimal set-up. Simply ensure that the Excel file is located in the same folder as the Microsoft Access file. 2. If changes have been made to inputs in the Access database update the section, teacher, and classroom lists in excel by clicking Update All Tables. a. To review lists individually click the corresponding Edit button. Update the list automatically by clicking the update button. If no changes are needed, return to the homepage by clicking Go to User Overview. b. If you get a path not found error, go to Troubleshooting below. 3. Next, click Clear Schedule to ensure there is a blank slate to work with. 4. Click Update File Path and pick the solution file which you generated in Section 4. These solution files will be located in the same directory as the Excel and Access files. 5. Click Create Master Schedule. It may take a few minutes to complete. 6. Once the Create Master Schedule macros finish executing, click Go To Master Schedule to view the semester schedule that was created. A few additional options will become available on the right of the Master Schedule. See Figure 21. a. The user has the option to export the schedule into another Excel workbook by clicking the Output to New Excel WB button. i. This is where you can schedule alternating classes, Transfer Latin, and make any final changes to the master schedule. 18

20 b. The user has the option to create a teacher schedule with the Create Teacher Schedule button, which will appear on a new tab. c. The basic master schedule can be output to a PDF using the Output PDF button. 7. The Trinity Scheduling Tool has been used to completion. Proceed to the Section 7 for troubleshooting tips. 19 Figure 21 Master Schedule Sheet 19

21 20 6. Toggling Constraints for Schedule Generation The following are steps that a user can take in order to toggle whether each of the constraints will be considered when generating a schedule. 1. Open the Trinity School Scheduler Microsoft Access file, click the Create tab, and then the Visual Basic button. See Figure 22. Figure 22 Navigating to Visual Basic 20

22 2. On the left side of the Microsoft Visual Basic for Applications window that is popped-up, open the list of modules, and double-click LPSolveFileGeneration. See Figure Figure 23 Accessing LPSolveFileGeneration 3. Use Ctrl+F to search this module for your constraint. For instance, search for Constraint 3 to find where Constraint 3 is located. See Figure 24. Figure 24 Finding Constraint 21

23 4. In Figure 25, Constraint 3 is being called. To turn off the constraint, comment out the call to the relevant code directly below the line indicating the constraint. To comment out a line, simply place a single-quote character at the beginning of the line, as seen in Figure 26. To turn on a constraint, make sure that the call is not commented out, and thus does not have a single quote at the beginning of the line. 22 Figure 25 Constraint 3 Being Called Figure 26 Constraint 3 Commented Out 5. Save your changes, and close the Microsoft Visual Basic for Applications window. 22

24 7. Troubleshooting Here are some tips and tricks to avoid errors: Make sure every class has only one teacher assignment. 2. Make sure sections sizes are correct, it is easy to hit extra numbers. 3. Make sure that at a maximum four classes are assigned to full-time teachers and a maximum of two classes are assigned to part-time teachers. 4. All teachers should be assigned at least one class. 5. If the Master Schedule has unexpected assignments (Mismatching class/teacher), check Access to ensure corresponding input data is correct. 6. If the Update Lists button creates an error, ensure that the excel file is located in the same folder as the Access file. 7. The Microsoft Access application may appear unresponsive for up to five minutes during the creation of the LP file. This is expected. Please do not close the application or do anything else with the computer until the generation has completed. (You will know this is done when the excel pops open). 8. If the java task on the screen at the bottom of your bar does not close after ~2-3 minutes, the schedule is infeasible. Please kill that Java process and begin again after modifying data or constraint activation. 9. If you still have trouble generating feasible schedules after checking your data, please consult Section 6 to attempt to disable a subset of the constraints in order to determine where the issue lies. 10. Please ensure that the TSS UI is the only MS Access application running on your computer when using the tool. If other Access files are open, conflicts may arise. Infeasibility issues will typically be caused by incorrect data or a lack of classroom or teacher availability. Use the tips and tricks above to make sure there are no data issues. If there are none, go back to the TSS UI and edit the data by increasing the availability of teachers and relaxing classroom content restrictions until a feasible solution is produced. 23

25 8. MS Access Quick Guide 24 The following are steps to walk through the various views and objects in MS Access. 1. Open the Trinity School Scheduler Microsoft Access file. From the Home menu, click on View and select Design View as shown in Figure 27. In Figure 28, the Navigation Pane now appears and access to all MS Access Objects (tables, forms, reports, query, macros, and modules) is available. The TSS 2.0 Homepage is now also in the design view; in this view, the user is able to design and change the use of the form. Figure 27 Changing to Design View 24

26 25 Figure 28 Design View of Homepage and Navigation Pane 2. Click on the Design menu and then click View Code to navigate to the VBA code associated with the TSS 2.0 Homepage form. See Figure 29. Figure 29 Navigating to see the VBA code for the form 25

27 26 3. Scroll up and down the Navigation Pane to see the other objects. Click on any object to open a new tab of that object. In Figure 30, tbl_teacher is selected. This tbl_teacher is currently in the Datasheet View. Figure 30 tbl_teacher in Datasheet View 4. tbl_teacher can also be viewed in the Design View. See Figure 31. Figure 31 tbl_teacher in Design View 26

TRINITY PROJECT PROPOSAL. James DeBolt Valiant Tsang

TRINITY PROJECT PROPOSAL. James DeBolt Valiant Tsang TRINITY PROJECT PROPOSAL James DeBolt Valiant Tsang SYST 699 Spring 2017 Table of Contents 1. Introduction... 2 1.1. Background... 2 1.2. Problem Statement... 2 1.3. Scope... 2 1.4. Assumptions... 2 1.5.

More information

connected New User Guide

connected New User Guide connected New User Guide This guide will walk you through how to accomplish the following for programs launched through the McGraw-Hill connected website: Create a Teacher Account Redeem Content Create

More information

Private Company Audit System (PCAS) Quick Start Guide

Private Company Audit System (PCAS) Quick Start Guide Private Company Audit System (PCAS) Quick Start Guide Thank you for subscribing to PCAS. This guide will help you understand how to use the toolkit. Let s first look at the Contents on the PCAS homepage

More information

Introduction to REXX Programming Language

Introduction to REXX Programming Language Introduction to REXX Programming Language 1 Introduction to REXX Clarence Burg September 9, 2011 REXX is a programming language that has much less syntax and extraneous content than other available languages.

More information

Faculty WebAdvisor Manual

Faculty WebAdvisor Manual Faculty WebAdvisor Manual Contents View and Email Myself the Class Roster..2 View My Teaching Class Schedule 6 View Student Contact Information.7 Submit Grades...8 Dropping a Student....11 NOTE: You may

More information

RenWeb Training. Creating Your Classroom Website

RenWeb Training. Creating Your Classroom Website RenWeb Training Creating Your Classroom Website October 2013 RenWeb Training Manual Table of Contents Ren Web Survey 3 Pre-Training Handout: Saving a Document as a PDF 4 Lesson 1: Adding Homework & Web

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

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

Remark Office OMR. Tutorials

Remark Office OMR. Tutorials Remark Office OMR Tutorial Overview Tutorials We want you to be immediately successful with your new software. To that end, we highly recommend that you walk through the tutorials provided here before

More information

Class Roster Download, Print &

Class Roster Download, Print & The class roster provides a list of students who are enrolled or waitlisted in a class. Included is how to download the class roster to Excel, print and email students from the class roster. 1. Click the

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option

More information

Thank you for subscribing to PAAP. This guide will help you understand how to use the toolkit.

Thank you for subscribing to PAAP. This guide will help you understand how to use the toolkit. Practical Audit and Accounts Programme (PAAP) Quick Start Guide Thank you for subscribing to PAAP. This guide will help you understand how to use the toolkit. PAAP is now a self-contained audit system

More information

Charities Assurance Toolkit (CHAT) Quick Start Guide

Charities Assurance Toolkit (CHAT) Quick Start Guide Charities Assurance Toolkit (CHAT) Quick Start Guide Thank you for subscribing to CHAT. This guide will help you understand how to use the toolkit. CHAT is now split into individual downloadable excel

More information

Miami-Dade County Public Schools. Aspen Fitness. User Guide

Miami-Dade County Public Schools. Aspen Fitness. User Guide Miami-Dade County Public Schools Aspen Fitness User Guide Table of Contents LOGGING IN TO ASPEN... 3 NAVIGATE TO CLASS LISTS (IF PRESENTED WITH STAFF VIEW)... 5 HEALTH VIEW SCREENINGS CLASS LIST... 5 PRINT

More information

Mac Software Manual for FITstep Pro Version 3

Mac Software Manual for FITstep Pro Version 3 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

TxAIR Training Manual

TxAIR Training Manual Introduction and Overview TxAIR, the Texas Achievement Items Repository, is a TEKS-aligned system that provides science and mathematics resources for grades 3 8, Integrated Physics and Chemistry, Biology,

More information

Guide for K-6 Teachers

Guide for K-6 Teachers Guide for K-6 Teachers 2009 Houghton Mifflin Harcourt Publishing Company. All rights reserved. Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing Company. Microsoft

More information

Microsoft Windows Software Manual for FITstep Pro Version 3

Microsoft Windows Software Manual for FITstep Pro Version 3 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Microsoft Windows Software Manual for FITstep Stream Version 3

Microsoft Windows Software Manual for FITstep Stream Version 3 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Taskstream Terminology

Taskstream Terminology Taskstream Terminology Author = the student Evaluator = the person grading submitted work or evaluating the author o Internal Evaluators (e.g., course instructors) o External Evaluators (e.g., site supervisors,

More information

SGM (SLO) Template Directions. to access the SGM tool (SLO portal) only available in CMSD

SGM (SLO) Template Directions.   to access the SGM tool (SLO portal) only available in CMSD SGM (SLO) Template Directions Go to: http://esupport/sgm to access the SGM tool (SLO portal) only available in CMSD NEW: If an error message pop up appears, read the message and act accordingly. Step 1:

More information

Link Crew & WEB Database User Guide. Database 2011

Link Crew & WEB Database User Guide. Database 2011 i Link Crew & WEB Database User Guide Database 2011 1 ii 1 Contents 1 CONTENTS...II 2 THE LINK CREW AND WEB DATABASE... 3 3 DOWNLOADING THE DATABASE... 4 Step 1: Login to the Boomerang Project Website...4

More information

CLIENT MANUAL WOOLTRADE WEBSITE

CLIENT MANUAL WOOLTRADE WEBSITE CLIENT MANUAL WOOLTRADE WEBSITE CLIENT MANUAL - Wooltrade WEBSITE 1 1. INTRODUCTION...3 2. TROUBLE SHOOTING...3 2.1. Trouble Logging In... 3 2.2. Trouble Printing Screens... 3 2.3. Trouble Finding the

More information

Using Excel to Troubleshoot EMIS Data

Using Excel to Troubleshoot EMIS Data Using Excel to Troubleshoot EMIS Data Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector, and on ODE EMIS reports This session

More information

RegressItPC installation and test instructions 1

RegressItPC installation and test instructions 1 RegressItPC installation and test instructions 1 1. Create a new folder in which to store your RegressIt files. It is recommended that you create a new folder called RegressIt in the Documents folder,

More information

CourseWorks Quick Start

CourseWorks Quick Start Introduction CourseWorks Quick Start CourseWorks (aka Sakai ) is the university's new course management system, which allows instructors to develop and maintain course Web sites. With CourseWorks, instructors

More information

Transitioning Teacher Websites

Transitioning Teacher Websites Transitioning Teacher Websites Google sites is an online web building tool that can be accessed and updated from anywhere there is an internet connection. Here is a brief video introduction of Google sites.

More information

Any staff or faculty with an active FCC user ID and password can log into 25Live to check availability of space and request a reservation.

Any staff or faculty with an active FCC user ID and password can log into 25Live to check availability of space and request a reservation. Introduction to 25Live for Requestors What is 25Live? 25Live is FCC s new web-based scheduling interface. The software provides an online availability calendar, scheduling system, and data repository for

More information

Summer Assignment for AP Computer Science. Room 302

Summer Assignment for AP Computer Science. Room 302 Fall 2016 Summer Assignment for AP Computer Science email: hughes.daniel@north-haven.k12.ct.us website: nhhscomputerscience.com APCS is your subsite Mr. Hughes Room 302 Prerequisites: You should have successfully

More information

Lab 11-1 Lab User Profiles and Tracking

Lab 11-1 Lab User Profiles and Tracking In the following lab instructions, you will be setting up groups, users, and passwords to require password-protected login to Kofax Capture modules. Rights will be assigned to the groups and users that

More information

Acknowledgements About the Author Starting off on the Right Foot p. 1 Basic Terminology p. 2 Title Bar p. 3 Menu Bar p. 3 Active Cell p.

Acknowledgements About the Author Starting off on the Right Foot p. 1 Basic Terminology p. 2 Title Bar p. 3 Menu Bar p. 3 Active Cell p. Acknowledgements p. a About the Author p. e Starting off on the Right Foot p. 1 Basic Terminology p. 2 Title Bar p. 3 Menu Bar p. 3 Active Cell p. 3 Toolbar Collections p. 3 Toolbar Collections p. 4 Help

More information

Introduction to INFOASSIST Training Course Manual

Introduction to INFOASSIST Training Course Manual Introduction to INFOASSIST Training Course Manual TABLE OF CONTENTS 1) Training Goal and Objectives 2) A. What is InfoAssist? B. Guided walkthrough example 3) A. Utilizing a Standard Report B. How do you

More information

Downloading TurningPoint Software

Downloading TurningPoint Software Clickers Basic Windows Training Session Today s Session 1. Clickers Overview 2. Exercises (Hands On) Downloading TurningPoint Software TurningPoint software is available for free to all University of Iowa

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

ONLINE CLASSROOM

ONLINE CLASSROOM ONLINE CLASSROOM - 76 - The Online Classroom is available to all staff members. Online Classroom At anytime you can save your information and at the top right of your OLC page you will see Once a teacher

More information

INTERNET NATIVE BANNER PERMIT OVERRIDE INSTRUCTIONS

INTERNET NATIVE BANNER PERMIT OVERRIDE INSTRUCTIONS INTERNET NATIVE BANNER PERMIT OVERRIDE INSTRUCTIONS Online Registration Override Request Overview Students now have a centralized place to request all of their registration overrides online through mybanner.

More information

Colleague UI4.3 Documentation

Colleague UI4.3 Documentation Colleague UI4.3 Documentation Table of Contents Getting Started... 2 Add the Shortcuts to your Desktop... 2 Searching for and Using Forms... 3 Begin Your Form Search... 3 Form Search Results... 3 The Navigation

More information

UNIT ONE: The Worksheet. Workbook Window Excel Worksheet Fill handle Automatic fill Column widths Opening a file Saving a file

UNIT ONE: The Worksheet. Workbook Window Excel Worksheet Fill handle Automatic fill Column widths Opening a file Saving a file UNIT ONE: The Worksheet T o p i c s : Workbook Window Excel Worksheet Fill handle Automatic fill Column widths Opening a file Saving a file I. Start Excel: 1. Click the Start button in the lower-left corner

More information

Interfacing with MS Office Conference 2017

Interfacing with MS Office Conference 2017 Conference 2017 Session Description: This session will detail procedures for importing/exporting data between AeriesSIS Web Version/AeriesSIS Client Version and other software packages, such as word processing

More information

ODBC Setup MS Access 2007 Overview Microsoft Access 2007 can be utilized to create ODBC connections. This page will show you the steps to create an

ODBC Setup MS Access 2007 Overview Microsoft Access 2007 can be utilized to create ODBC connections. This page will show you the steps to create an ODBC Setup MS Access 2007 Overview Microsoft Access 2007 can be utilized to create ODBC connections. This page will show you the steps to create an ODBC connection. 1. To open Access 2007, click Start

More information

Finding Your Way Around Aspen IMS

Finding Your Way Around Aspen IMS Finding Your Way Around Aspen IMS 12181A 60 minutes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Description Knowing your way around Aspen IMS makes

More information

RenWeb Handout Manual

RenWeb Handout Manual RenWeb Handout Manual Tiffany Gurgel October 2013 RenWeb Handout Manual Table of Contents Pre-Training Handout: Creating a Document as a PDF 2 Handout 1A: Adding Homework & Web Document 4 Handout 2A: Creating

More information

User Guide. : Preparation

User Guide. : Preparation User Guide : Preparation : Preparation Contents Part : Part : What is Preparation? Book Resources Page 3. Accessing Pearson resources. Adding resources to Teaching Plans and Overview.3 Adding Pearson resources

More information

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools Revised 6/3/08

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools  Revised 6/3/08 Teacher Guide Teacher Guide EDLINE This guide was designed to give you quick instructions for the most common class-related tasks that you will perform while using Edline. Please refer to the online Help

More information

Schoolwires Website How to Access and Modify Content of Teacher Pages

Schoolwires Website How to Access and Modify Content of Teacher Pages Schoolwires Website How to Access and Modify Content of Teacher Pages Accessing Teacher Pages 1. To access your WebPages to modify or change content, go to: http://palisadessd.org 2. In the top right navigation

More information

Aeries.net Student Information System Master Schedule User Manual April 18, 2010

Aeries.net Student Information System Master Schedule User Manual April 18, 2010 Aeries.net Student Information System Master Schedule User Manual April 18, 2010 The Master Schedule is utilized to display and update the school s current master schedule in the MST table. When this form

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

Using the Filter, Field Sets, and Sort Order Menus

Using the Filter, Field Sets, and Sort Order Menus Using the Filter, Field Sets, and Sort Order Menus The Filter menu is used to determine the group of records that appear on the page, such as all active students or former students The Field Sets menu

More information

Faculty Training. Blackboard I Workshop Bobbi Dubins

Faculty Training. Blackboard I Workshop Bobbi Dubins Faculty Training Blackboard I Workshop Bobbi Dubins Table of Contents Introduction... 2 blackboard.allegany.edu... 2 Overview of Features:... 2 Using Blackboard... 3 Changing Your Password... 3 How to

More information

Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing Company.

Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing Company. Guide for Teachers Updated September 2013 Houghton Mifflin Harcourt Publishing Company. All rights reserved. Houghton Mifflin Harcourt and its logo are trademarks of Houghton Mifflin Harcourt Publishing

More information

User Guide. Creating and Varying Sessional Schedule (Course Convenors, School Admin/Secretaries)

User Guide. Creating and Varying Sessional Schedule (Course Convenors, School Admin/Secretaries) User Guide Creating and Varying Sessional Schedule (Course Convenors, School Admin/Secretaries) Brief Document Description Overview Sessional staff are required to submit their agreed Work Schedule for

More information

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL P 2 I S A 0 1 8 PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL Doc.: CY7_CBA_ScQPrincipalManual.docx Produced by ETS, Core A Contractor TABLE OF CONTENTS Part 1 Introduction Introduction

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Solving linear programming

Solving linear programming Solving linear programming (From Last week s Introduction) Consider a manufacturer of tables and chairs. They want to maximize profits. They sell tables for a profit of $30 per table and a profit of $10

More information

DATA MANAGEMENT. About This Guide. for the MAP Growth and MAP Skills assessment. Main sections:

DATA MANAGEMENT. About This Guide. for the MAP Growth and MAP Skills assessment. Main sections: DATA MANAGEMENT for the MAP Growth and MAP Skills assessment About This Guide This Data Management Guide is written for leaders at schools or the district who: Prepare and upload student roster data Fix

More information

Financial Report Guide

Financial Report Guide Financial Report Guide 2008 Washington University All rights reserved. For RAPS Support, send an e-mail message to RAPS@wustl.edu, or call 935-3890. Last Modified: 09/16/08 This page is intentionally left

More information

Tutorial for using CalSWEC Student Information System (CSIS) with FileMaker Pro 11

Tutorial for using CalSWEC Student Information System (CSIS) with FileMaker Pro 11 Tutorial for using CalSWEC Student Information System (CSIS) with FileMaker Pro 11 Developed by Susan E. Jacquet, Ph.D. Revised October 2013 2850 TELEGRAPH AVE., SUITE 215 BERKELEY, CA 94705 (P) 510.642.9272

More information

User Manual. perfectionlearning.com/technical-support

User Manual. perfectionlearning.com/technical-support User Manual perfectionlearning.com/technical-support 1 User Manual Accessing Math X... 3 Login... 3 Forgotten Password... 3 Navigation Menu... 4 Logout... 4 Admin... 5 Creating Classes and Students...

More information

DASL PROGRESSBOOK CONVERSION

DASL PROGRESSBOOK CONVERSION DASL PROGRESSBOOK CONVERSION 2005 MCOECN ProgressBook Conversion 1 of 46 5/19/11 v11.3.0 Table of Contents DASL ProgressBook Conversion Overview... 3 1. One-Time Procedures for Preparing ProgressBook to

More information

Uploading Files to WorldClass

Uploading Files to WorldClass Uploading Files to WorldClass The move from web-classrooms to WorldClass, and eventually the migration to the new Learning Management System requires a slightly different approach to adding and managing

More information

Table of Contents. I Introduction. II Data entry. III Department processing. IV Distributing department data

Table of Contents. I Introduction. II Data entry. III Department processing. IV Distributing department data 2 Table of Contents I Introduction 4 II Data entry 4 1 Entering... departments 4 2 Assigning... to master data 4 III Department processing 7 1 'Departments'... drop-down list 7 2 Master... data and lessons

More information

Assigning an Assessment for Online Delivery in Edusoft

Assigning an Assessment for Online Delivery in Edusoft Assigning an Assessment for Online Delivery in Edusoft The ability to assign assessments for online delivery depends on your level of access to Edusoft. Only the designated Edusoft Account Administrator

More information

RELAIS. Installation Guide in Windows Environment

RELAIS. Installation Guide in Windows Environment RELAIS Installation Guide in Windows Environment Version 3.x Editors: Monica Scannapieco (ISTAT) Laura Tosco (ISTAT) Luca Valentino (ISTAT) Index 1 RELAIS: installation and configuration... 3 1.1 Java

More information

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS Once you have downloaded a MODIS subset, there are a few steps you must take before you begin analyzing the data. Directions for

More information

North Carolina Community Colleges Business Intelligence Reporting System

North Carolina Community Colleges Business Intelligence Reporting System North Carolina Community Colleges Business Intelligence Reporting System College User Manual Creating Custom Reports Creating Custom Reports The following section will show you how to create custom reports

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

CS520 Setting Up the Programming Environment for Windows Suresh Kalathur. For Windows users, download the Java8 SDK as shown below.

CS520 Setting Up the Programming Environment for Windows Suresh Kalathur. For Windows users, download the Java8 SDK as shown below. CS520 Setting Up the Programming Environment for Windows Suresh Kalathur 1. Java8 SDK Java8 SDK (Windows Users) For Windows users, download the Java8 SDK as shown below. The Java Development Kit (JDK)

More information

Health Information System (HIS) HIS Database: User Guide

Health Information System (HIS) HIS Database: User Guide Module 1: Using the Excel Sheet Health Information HIS Database: User Guide 1 Health Information Part Three: Data Management 2 Module 1 Using the Excel Sheet CONTENTS 1.1 The first time you start...............................................2

More information

Activity Insight (AI) Administrator s Guide

Activity Insight (AI) Administrator s Guide Activity Insight (AI) Administrator s Guide There are six administrative roles we will use to manage information in AI: University Administrator (also called Digital Measures Administrator) University

More information

ASTRA 7.5 Quick Reference Guide

ASTRA 7.5 Quick Reference Guide ASTRA 7.5 Quick Reference Guide Definitions Portal Pages: Astra Home Page, whether for a guest or a user. Guests can access Astra by going to astra.utah.edu. From here guests will be able to view calendars,

More information

Navigating a Database Efficiently

Navigating a Database Efficiently Navigating a Database Efficiently 1 Navigating a Database Efficiently THE BOTTOM LINE Often, the people who use a database are not the same people who create a database, and thus they may have difficulty

More information

Non-Linear Least Squares Analysis with Excel

Non-Linear Least Squares Analysis with Excel Non-Linear Least Squares Analysis with Excel 1. Installation An add-in package for Excel, which performs certain specific non-linear least squares analyses, is available for use in Chem 452. The package,

More information

General Guidelines: SAS Analyst

General Guidelines: SAS Analyst General Guidelines: SAS Analyst The Analyst application is a data analysis tool in SAS for Windows (version 7 and later) that provides easy access to basic statistical analyses using a point-and-click

More information

Getting Started With the Cisco PAM Desktop Software

Getting Started With the Cisco PAM Desktop Software CHAPTER 3 Getting Started With the Cisco PAM Desktop Software This chapter describes how to install the Cisco PAM desktop client software, log on to Cisco PAM, and begin configuring access control features

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Instructional Design: ADDIE Model

Instructional Design: ADDIE Model Instructional Design: ADDIE Model RenWeb Training for Teachers at Trinity Lutheran School EDT 892 Instructional Design Tiffany Gurgel October 2013 EDT 892 Instructional Design - RenWeb Training by Tiffany

More information

More Skills 14 Write Macros to Create Custom Menus

More Skills 14 Write Macros to Create Custom Menus = CHAPTER 9 Access More Skills 14 Write Macros to Create Custom Menus Macros can be created to display a custom shortcut menu in a report or form. The shortcut menu lists the commands that you write and

More information

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs The Friday Center for Continuing Education has the responsibility of approving continuing education activities for which CEUs are recorded and maintained as a permanent record for individual participants.

More information

MySQL On Crux Part II The GUI Client

MySQL On Crux Part II The GUI Client DATABASE MANAGEMENT USING SQL (CIS 331) MYSL ON CRUX (Part 2) MySQL On Crux Part II The GUI Client MySQL is the Structured Query Language processor that we will be using for this class. MySQL has been

More information

Hwb+ Summer Rollover Guide

Hwb+ Summer Rollover Guide Help File Hwb+ Summer Rollover Guide 2016-2017 Customising My Gadgets 1 H-HWB-008 v1.0 This page is intentionally left blank Hwb+ Summer Rollover 2 H-HWB-401 CONTENTS Introduction... 4 Overview... 5 Provisioning

More information

Introduction to INFOASSIST Training Course Manual

Introduction to INFOASSIST Training Course Manual Introduction to INFOASSIST Training Course Manual TABLE OF CONTENTS 1) Training Goal and Objectives 2) A. What is InfoAssist? B. How do you access InfoAssist? 3) Navigating through the InfoAssist Interface

More information

suitedxt Instructions for Use NeoSoft, LLC NS Rev. 2 Copyright 2014 NeoSoft, LLC All rights reserved

suitedxt Instructions for Use NeoSoft, LLC NS Rev. 2 Copyright 2014 NeoSoft, LLC All rights reserved suitedxt Instructions for Use NeoSoft, LLC NS 03 009 0001 Rev. 2 Copyright 2014 NeoSoft, LLC All rights reserved Revision History Document Revision Date of Issue Description 1 14 July 2014 Initial Release

More information

Using Scantron ParLAN 6.5 for the First Time:

Using Scantron ParLAN 6.5 for the First Time: Page 1 of 19 Using Scantron ParLAN 6.5 for the First Time: Last updated: Monday, December 02, 2013 Nine Basic Steps To request a Scantron Account, please contact the Academic Technology Center. Step One:

More information

Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps

Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps Running PeopleSoft Query Viewer and Running Query to Excel Basic Steps Query Viewer enables you to: Search for a query using the basic or advanced search functions. Run a query (which displays results

More information

UNDERSTANDING AND CREATING ROSTERS

UNDERSTANDING AND CREATING ROSTERS UNDERSTANDING AND CREATING ROSTERS Rosters are groups of students associated with a teacher in a particular school. Rosters typically represent entire classrooms in lower grades, or individual classroom

More information

ActivInspire Layout and Tools Orientation

ActivInspire Layout and Tools Orientation ActivInspire Layout and Tools Orientation Here are some ideas on how to start using your board: Project What s on the Computer Most simply, you can use the interactive whiteboard as a screen to project

More information

MCDOUGAL LITTELL EASYPLANNER USER S GUIDE

MCDOUGAL LITTELL EASYPLANNER USER S GUIDE MCDOUGAL LITTELL EASYPLANNER USER S GUIDE 1 Introduction The McDougal Littell EasyPlanner allows you to quickly and easily access Resource materials such as tests, quizzes, books, and other supporting

More information

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services.

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services. TM Acuity 504 User Guide Administrators 504 Coordinators Teachers MSB Customer Care 800.810.4220 support@ Copyright 2014 MSB All rights reserved 1 Copyright MSB 2014 Table of Contents MSB Mission Statement...

More information

Discoverer Viewer. User Manual. for SDS

Discoverer Viewer. User Manual. for SDS Discoverer Viewer User Manual for SDS saskatchewan.ca 2017 Table of Contents Introduction... 3 How to Get Started... 3 Logging In... 3 First Time Logging In Preferences Changes... 4 Worksheet List... 5

More information

Ms Excel Vba Continue Loop Through Range Of

Ms Excel Vba Continue Loop Through Range Of Ms Excel Vba Continue Loop Through Range Of Rows Learn how to make your VBA code dynamic by coding in a way that allows your 5 Different Ways to Find The Last Row or Last Column Using VBA In Microsoft

More information

KALPA Professional Development Management System

KALPA Professional Development Management System KALPA Professional Development Management System Bulletin Board: The bulletin board or news page is a way for Kalpa administrators in your district to distribute information to you. The bulletin board

More information

System 44 Installation Guide

System 44 Installation Guide System 44 Installation Guide For use with System 44 version 2.4 or later and Student Achievement Manager version 2.4 or later PDF0883 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents

More information

Microsoft Outlook 2003 Microsoft screen shots used in accordance with Microsoft rules to be viewed at URL

Microsoft Outlook 2003 Microsoft screen shots used in accordance with Microsoft rules to be viewed at URL Microsoft Outlook 2003 Microsoft screen shots used in accordance with Microsoft rules to be viewed at URL http://www.microsoft.com/permission/copyrgt/cop-img.htm#screenshot Compiled by: Charmaine Morris

More information

Colleague User Interface 4.3 (UIWeb) for Administrative Assistants and Chairs

Colleague User Interface 4.3 (UIWeb) for Administrative Assistants and Chairs Colleague is a database program that stores student information on WSU s UNIX computer system. If you are new to Colleague, a Colleague Account application (blue form) needs to be completed, signed, and

More information

Using Edusoft and Excel to Extract SLO Data for the BPSD Growth Target Calculator Spreadsheet by Granger Meador

Using Edusoft and Excel to Extract SLO Data for the BPSD Growth Target Calculator Spreadsheet by Granger Meador Using Edusoft and Excel to Extract SLO Data for the BPSD Growth Target Calculator Spreadsheet by Granger Meador CREATING AND GIVING PRE-TEST: 1. Create separate assessment(s) in Edusoft for your pre-test

More information

System 44 Next Generation Installation Guide

System 44 Next Generation Installation Guide System 44 Next Generation Installation Guide For use with System 44 Next Generation version 2.3 or later and Scholastic Achievement Manager version 2.3 or later Copyright 2014 by Scholastic Inc. All rights

More information

Scholastic Reading Inventory. Installation Guide

Scholastic Reading Inventory. Installation Guide Scholastic Reading Inventory Installation Guide For use with SRI v1.8.1 and SAM v1.8.1 Copyright 2009 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. SCHOLASTIC, SYSTEM 44, SCHOLASTIC

More information

System 44 Installation Guide

System 44 Installation Guide System 44 Installation Guide For use with System 44 version 2.5 or later and Student Achievement Manager version 2.5 or later Table of Contents Introduction... 3 Getting Started... 3 Windows and Mac OS

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR Student Level: This course is open to students on the college level in either the freshman or the sophomore year and to area high

More information