Electric Paoge. Browser Scripting with imacros in Illuminate

Size: px
Start display at page:

Download "Electric Paoge. Browser Scripting with imacros in Illuminate"

Transcription

1 Electric Paoge Browser Scripting with imacros in Illuminate

2 Browser Scripting with imacros in Illuminate Welcome Find the latest version of this presentation, plus related materials, at Your presenter: Casey Mirch, a data geek and ISI/DnA sysadmin at Leadership Public Schools, a charter school management organization with 4 high schools in the San Francisco Bay Area. cmirch@leadps.org

3 Why imacros?

4 Why imacros? Use Cases Browser scripting automates your web browser like there s a user clicking through. Mass data updates Tedious, repetitive tasks Frequently-repeated activities Guided or supervised navigation

5 Why imacros? Pair Share Take a few minutes to think of and describe something like: A simple, tedious task that you or a colleague has had to perform in Illuminate, or A potentially useful application of Illuminate that didn t happen because some straightforward part of it was just too time-consuming.

6 Why imacros? Benefits of Scripting Speed Accuracy Consistency Of course, there are disadvantages: Testing Unexpected results

7 Why imacros? Alternatives for Input Sending a file to the help desk Core Imports Mass Student Update (from a Custom Report) Assessments, Summary Assessments, and Demographic Repositories State/Known Data Imports Someday, a general mass update feature API, Greasemonkey, curl, Javascript, PHP, etc.

8 Why imacros? Alternatives for Output Web scraping pales in utility to the alternatives provided by Illuminate. Custom Reports BI Tool (Jasper Reports) SQL

9 Getting Started with imacros

10 Getting Started Available Editions Free browser extensions/add-ons Mozilla Firefox Google Chrome Internet Explorer Commercial editions

11 Getting Started Recording a Macro

12 Editing Your Macros Seeing Illuminate as imacros sees it

13 Editing Your Macros Adding Comments A single-quote (') at the start of a line marks the whole line as a comment that the imacros interpreter will ignore. Unfortunately, there s no way to mark part of a line as a comment. Future-you will thank past-you for including plenty of comments that explain what the commands do and why they look as they do.

14 Editing Your Macro The URL Command GOTO= the URL you want to visit. You can skip a lot of steps by loading a URL that specifies precisely the record you want. Understand how a URL is put together: The sensible query strings used throughout Illuminate make building scripts that much easier. Example: Watch how the URL changes as we use the New Student Search link.

15 Editing Your Macros Inspecting Elements You can View Source, but finding the things you want involves a lot of searching and scrolling. Right-click something to which you want imacros to do something and Inspect Element. The thing defined by an opening HTML tag is an <element>. Important information about an element is specified in attribute="value" stuff inside its opening tag.

16 Editing Your Macro The TAG Command POS= serial position of element meeting the specified criteria TYPE= element type, or what s after the < that opens the HTML tag FORM= for data entry forms, an way to identify which form in the page to look at ATTR= a set of attributes and values by which the target HTML element can be recognized CONTENT= the value to fill into a data entry control in a form

17 Editing Your Macros Using CSV Data Files File format: comma-delimited, UTF-8 (with BOM) Delimiter character can be specified with SET, but it can t see a tab Substituting variables Looping a macro

18 Editing Your Macros Some Tricky Cases Radio buttons have the same ID for all options. WAIT for AJAX calls. Student Demographics pages: Some fields pages need to be clicked-on before they exist in an editable state. Auto-completing text boxes don t work like standard dropdown lists. But there are solutions.

19 Executing Your Macros

20 Executing Your Macros Test your Macro PAUSE will pause execution of the macro until you click the Continue button. Add a PAUSE wherever you want to verify that the right thing is happening while you test your macro. You can use PAUSE in macros where you know in advance most, but not all, of what you want to happen.

21 Executing Your Macros Session State Be mindful of things about your activity that are known by the Illuminate server but aren t specified explicitly. Including student_id=<some ID> in the URL changes the currently active student. Menu items for student pages don t include a student_id in the URL, so they just open that page for the latest student specified, which could be different from the student shown on the page. Execute imacros in a private/incognito window to avoid manual and scripted activity polluting each other s session state at the server. (If you have to log in again to launch your macro, that s a sign of isolation.)

22 Putting It All Together Examples

23 Examples Use CSV Data CSV open URLs serially.iim opens a list of full URLs in a text file. Techniques demonstrated: Loops through a macro using CSV data. Parse and construct a URL in Illuminate.

24 Examples Search by State ID CSV open SSIDs in tabs.iim opens a list of students by searching for their SSIDs. Opens and switches to tabs. Fills in form data. Selects an item in a dropdown list.

25 Examples Request Class Ranks GPA calc CSV create rankings.iim refreshes GPAs for many grades calculations sites. Changes Control Panel state. Fills in more form data. Identifies a radio button using two attributes. WAITs, so an AJAX call has some time to complete.

26 Examples Share Assessments Assessment CSV share with admins.iim shares benchmark Assessments consistently. Impersonates a different user. Preloads form data using URL query string parameters. Fills in yet more forms, including check-boxes.

27 Examples Save PDF Reports Assessment Section CSV save Prebuilts.iim saves a bunch of Assessment reports. Preloads form data using URL query string parameters. Requests and saves downloads into organized folders and file names.

28 Examples Other Possibilities Mass drops for rescheduling afterschool tutoring/support rosters. Publish sections after importing final grades from a 3 rd -party grade book. Populate past CELDT scores for incoming students. Enable portal access for Contacts entered without it.

29 Browser Scripting with imacros in Illuminate Thank You! Find the latest version of this presentation, plus sample macros and related materials, at If you found this helpful, advocate with your Implementation Manager for better alternatives: the mass data updates feature on the roadmap adequate documentation for core imports retiring the idea that core imports are not intended for ongoing use with ISI Or, suggest other improvements by submitting a Feature Request.

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload Data Recognition Corporation (DRC) 13490 Bass Lake Road Maple Grove, MN 55311

More information

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload Data Recognition Corporation (DRC) 13490 Bass Lake Road Maple Grove, MN 55311

More information

How to Export a Report in Cognos Analytics

How to Export a Report in Cognos Analytics IBM Cognos Analytics How to Export a Report in Cognos Analytics Reports viewed in IBM Cognos Analytics can be exported in many formats including Excel. Some of the steps for exporting are different depending

More information

STAAR TOMS Quick Guide

STAAR TOMS Quick Guide STAAR TOMS Quick Guide 2016 2017 Table of Contents System Requirements... 3 Log in to the System for the First Time... 3 Log In to TOMS... 3 Users... 4 Add an Individual User... 4 Search for a User...

More information

Admissions & Intro to Report Editing Participants Guide

Admissions & Intro to Report Editing Participants Guide IBM Cognos Analytics Admissions & Intro to Report Editing Participants Guide Welcome to Cognos - Admissions and Introduction to Report Editing! Today s objectives include: Gain a Basic Understanding of

More information

Educator Portal: Creating a Practice Formative Test Session

Educator Portal: Creating a Practice Formative Test Session Educator Portal: Creating a Practice Formative Test Session Revision Date: March 6, 2014 Table of Contents About the Educator Portal... 1 Required Software... 1 Logging Into Educator Portal... 2 Resetting

More information

STAAR TOMS Quick Guide

STAAR TOMS Quick Guide STAAR TOMS Quick Guide 2016 2017 Table of Contents System Requirements... 3 Log in to the System for the First Time... 3 Log In to TOMS... 3 Users... 4 Add an Individual User... 4 Search for a User...

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

Working with Macros. Creating a Macro

Working with Macros. Creating a Macro Working with Macros 1 Working with Macros THE BOTTOM LINE A macro is a set of actions saved together that can be performed by issuing a single command. Macros are commonly used in Microsoft Office applications,

More information

Records and Enrollment Participants Guide

Records and Enrollment Participants Guide IBM Cognos Analytics Welcome to Cognos Records and Enrollment Training! Today s objectives include: Understand University policies on data security including FERPA Understand which package/report to use

More information

Importing Career Standards Benchmark Scores

Importing Career Standards Benchmark Scores Importing Career Standards Benchmark Scores The Career Standards Benchmark assessments that are reported on the PIMS Student Fact Template for Career Standards Benchmarks can be imported en masse using

More information

LOCATION TRAINING DATE. For operating AfterSchool21 Data Program Management Software. P : opt. 1 E :

LOCATION TRAINING DATE. For operating AfterSchool21 Data Program Management Software. P : opt. 1 E : ADDRESS 7100 W. Center Street Milwaukee, WI 53210 CONTACT P : +1 414 257 9400 opt. 1 E : support@cayen.net A division of TransACT Communications, LLC For operating AfterSchool21 Data Program Management

More information

July 6, The Portal application can also be made accessible to parents and students.

July 6, The Portal application can also be made accessible to parents and students. Aeries.net Teacher Portal User Documentation July 6, 2012 The Aeries.net Teacher Portal is an application accessed through a web browser that can be used by teachers within the classroom to update attendance,

More information

Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server

Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server CIS408 Project 5 SS Chung Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server The catalogue of CD Collection has millions

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

PowerSchool. GPA/Class Rank Transcripts. (Revised 05/19/14)

PowerSchool. GPA/Class Rank Transcripts. (Revised 05/19/14) PowerSchool GPA/Class Rank Transcripts (Revised 05/19/14) GPA Calculation: There is no GPA calculation in PowerSchool. GPA is dynamic - the system automatically recalculates a student s GPA when a grade

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information

Adding content to your Blackboard 9.1 class

Adding content to your Blackboard 9.1 class Adding content to your Blackboard 9.1 class There are quite a few options listed when you click the Build Content button in your class, but you ll probably only use a couple of them most of the time. Note

More information

Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS)

Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS) Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS) June 10, 2014 Page 1 of 36 IIS Dashboard District User Guide 2 Contents Project Overview...

More information

Components in Joomla. Instructor for this Workshop. Web Development. School of Arts and Sciences

Components in Joomla. Instructor for this Workshop. Web Development. School of Arts and Sciences Components in Joomla Instructor for this Workshop Web Development School of Arts and Sciences TABLE OF CONTENTS Welcome... 4 What is Joomla?... 4 What is a Component?... 4 Joomla Weblinks... 5 Sample Use

More information

How to Access If Rubrics does not appear on your course navbar, click Edit Course, Tools, Rubrics to activate..

How to Access If Rubrics does not appear on your course navbar, click Edit Course, Tools, Rubrics to activate.. KODIAK QUICK GUIDE Rubrics Overview Rubrics allow you to establish set criteria for grading assignments; you can attach Rubrics to Dropbox folders or Discussion topics so that the criteria are available

More information

Browser Guide for PeopleSoft

Browser Guide for PeopleSoft Browser Guide for PeopleSoft Business Process Guide For Academic Support Specialists (Advisors) TABLE OF CONTENTS PURPOSE...2 INTERNET EXPLORER 7...3 GENERAL TAB...4 SECURITY TAB...6 PRIVACY TAB...10 CONTENT

More information

Saving Internet Searches and Resources

Saving Internet Searches and Resources Saving Internet Searches and Resources You and your students will find many resources on the Internet. Sometimes there is a graphic that is perfect for a presentation or project. Or, there may be some

More information

Faculty Guide to Grade Center in Blackboard 9.1

Faculty Guide to Grade Center in Blackboard 9.1 Faculty Guide to Grade Center in Blackboard 9.1 Grade Center, formally known as Gradebook, is a central repository for assessment data, student information, and instructor notes. Although it includes items

More information

Webomania Solutions Pvt. Ltd. 2017

Webomania Solutions Pvt. Ltd. 2017 There are different types of Websites. To understand the types, one need to understand what is a website? What is a Website? A website is an online HTML Document, accessible publicly and it contains certain

More information

Records and Enrollment Participants Guide

Records and Enrollment Participants Guide IBM Cognos Analytics Welcome to Cognos Records and Enrollment Training! Today s objectives include: Gain a Basic Understanding of Cognos Understand University policies on data security including FERPA

More information

Log into

Log into State of Wyoming NEOGOV Application Guide To Create Your Applicant Profile and Apply Log into http://personnel.state.wy.us On this page click Job Seekers This page will open Click Here OR On This Image

More information

2017 EDST Calibration Instructions [Windows for calibration are open between 06/14/2017 6/21/2017 or 7/31/2017 8/7/2017]

2017 EDST Calibration Instructions [Windows for calibration are open between 06/14/2017 6/21/2017 or 7/31/2017 8/7/2017] [Windows for calibration are open between 06/14/2017 6/21/2017 or 7/31/2017 8/7/2017] RECOMMENDED BROWSERS: It is highly recommended to use Mozilla Firefox or Google Chrome browsers when working on the

More information

CSCI 4000 Assignment 6

CSCI 4000 Assignment 6 Austin Peay State University, Tennessee Spring 2018 CSCI 4000: Advanced Web Development Dr. Leong Lee CSCI 4000 Assignment 6 Total estimated time for this assignment: 6 hours (if you are a good programmer)

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

USER GUIDE WASHINGTON ACCESS

USER GUIDE WASHINGTON ACCESS edirect USER GUIDE WASHINGTON ACCESS to INSTRUCTION and MEASUREMENT (WA-AIM) Spring 2018 Administration Produced by Data Recognition Corporation (DRC) 13490 Bass Lake Road Maple Grove, MN 55311 Direct:

More information

RONA e-billing User Guide

RONA e-billing User Guide RONA e-billing Contractor Self-Service Portal User Guide RONA e-billing User Guide 2015-03-10 Table of Contents Welcome to RONA e-billing What is RONA e-billing?... i RONA e-billing system requirements...

More information

Faculty Guide to Grade Center in Blackboard

Faculty Guide to Grade Center in Blackboard Faculty Guide to Grade Center in Blackboard Grade Center, formally known as Gradebook, is a central repository for assessment data, student information, and instructor notes. Although it includes items

More information

User Manual March 2018

User Manual March 2018 User Manual March 2018 1.1 Chapter 1: Welcome to Educator Portal The Kansas Interactive Testing Engine (KITE ) system is used to deliver standardized tests. The two facets of the KITE system encountered

More information

National Geographic Learning Panorama Teacher s User Guide

National Geographic Learning Panorama Teacher s User Guide Table of Contents Logging in to the System... Using the Header Bar... 3 Resources... 5 Navigating the Teacher s Edition Content... 7 Content Tools... Search... 2 Standards Correlations... 4 Assignments...

More information

Test Information and Distribution Engine

Test Information and Distribution Engine SC-Alt Test Information and Distribution Engine User Guide 2018 2019 Published January 14, 2019 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information Distribution

More information

Event Manager Instructor Start-Up Guide

Event Manager Instructor Start-Up Guide Event Manager Instructor Start-Up Guide Table of Contents Introduction... 3 What s Included in This Guide... 3 Learning Computer Terms... 3 What Is a Brower?... 3 What Is the Address Bar?... 4 What Is

More information

Department of Instructional Technology & Media Services Blackboard Grade Book

Department of Instructional Technology & Media Services Blackboard Grade Book Department of Instructional Technology & Media Services Blackboard Grade Book In your control panel, go to Assessment and grade center. Creating a Test In the Assessment section of the Control Panel, click

More information

Dealer Instructions for the Product Configurator

Dealer Instructions for the Product Configurator Dealer Instructions for the Product Configurator Purpose: By providing you, the dealer, with information about the Product Configurator and the instructions for the use of the Product Configurator it is

More information

Structured Data Capture (SDC) System Manual

Structured Data Capture (SDC) System Manual Structured Data Capture (SDC) System Manual Jun 2018 Version 1.0 325 Waukegan Rd. Northfield, IL 60093 t: 800-323-4040 cap.org Version No 1.0. SDC User Guide 1 Table of Contents Structured Data Capture

More information

ACCUPLACER Placement Validity Study Guide

ACCUPLACER Placement Validity Study Guide ACES ACES (Admitted Class Evaluation Service TM ) ACCUPLACER Placement Validity Study Guide February 2018 COLLEGEBOARD.ORG/ACES Table of Contents Page ACES Overview ACCUPLACER Placement Validity Study

More information

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

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

More information

Cross-Browser Functional Testing Best Practices

Cross-Browser Functional Testing Best Practices White Paper Application Delivery Management Cross-Browser Functional Testing Best Practices Unified Functional Testing Best Practices Series Table of Contents page Introduction to Cross-Browser Functional

More information

Rio Hondo Prep Computer Applications Class

Rio Hondo Prep Computer Applications Class Welcome to Computer Applications class! This class will help you to learn how to utilize the most used business and academic software. Currently, this includes the latest Microsoft Office 360 programs

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

Submit Report Card Grades

Submit Report Card Grades Submit Report Card Grades Make sure your browser is Internet Explorer - (Schooltool does not work properly in Firefox and/or Chrome) Log into Schooltool - From My Home select class to grade and click on

More information

CALIFORNIA. Guide to CAASPP Completion Status and Roster Management Administration

CALIFORNIA. Guide to CAASPP Completion Status and Roster Management Administration CALIFORNIA Assessment of Student Performance and Progress Guide to CAASPP Completion Status and Roster Management 2018 19 Administration Smarter Balanced Summative Assessments for English Language Arts/Literacy

More information

Test Information and Distribution Engine

Test Information and Distribution Engine Test Information and Distribution Engine User Guide 2017-2018 Published March 28, 2018 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information Distribution

More information

MyEducation BC: Introduction to the Student Portal

MyEducation BC: Introduction to the Student Portal MyEducation BC: Introduction to the Student Portal 1. Navigate to the following link from any internet connected computer: https://www.myeducation.gov.bc.ca/aspen/logon.do Enter you Login ID (Your Student

More information

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To MP3 Converter program. Next I will show you how to download

More information

Aeries.net Teacher Portal User Documentation September 30, Access Teacher Portal. 2. Utilizing the Navigation Tree

Aeries.net Teacher Portal User Documentation September 30, Access Teacher Portal. 2. Utilizing the Navigation Tree Aeries.net Teacher Portal User Documentation September 30, 2013 1. Access Teacher Portal 2. Utilizing the Navigation Tree 3. Attendance Attendance by Photo Elementary School Lunch Count 4. Gradebook 5.

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

ACER Online Assessment and Reporting System (OARS) User Guide

ACER Online Assessment and Reporting System (OARS) User Guide ACER Online Assessment and Reporting System (OARS) User Guide January 2015 Contents Quick guide... 3 Overview... 4 System requirements... 4 Account access... 4 Account set up... 5 Create student groups

More information

Assessment Data Online: User s Guide

Assessment Data Online: User s Guide Assessment Data Online: User s Guide Welcome to the new Assessment Data Online. This User s Guide is intended to help you understand the functionality of the website, access the various dashboards available,

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

2012 Learning Guide Employee. StaffReady.

2012 Learning Guide Employee. StaffReady. 2012 Learning Guide Employee StaffReady http://www.staffready.com Table of Contents 1 MODULE ONE (1): INTRODUCTION, LOGIN, AND WELCOME TAB... 3 1.1 SCHEDULEREADY OVERVIEW... 3 1.2 TECHNOLOGY UPGRADES...

More information

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog:

Furl Furled Furling. Social on-line book marking for the masses. Jim Wenzloff Blog: Furl Furled Furling Social on-line book marking for the masses. Jim Wenzloff jwenzloff@misd.net Blog: http://www.visitmyclass.com/blog/wenzloff February 7, 2005 This work is licensed under a Creative Commons

More information

Synergy 1.8 User's Guide

Synergy 1.8 User's Guide Synergy 1.8 User's Guide 2009 Pitsco, Inc., P.O. Box 1708, Pittsburg, KS 66762 All rights reserved. This documentation is protected by copyright and is distributed under license restricting its use, copying,

More information

DRACULA. CSM Turner Connor Taylor, Trevor Worth June 18th, 2015

DRACULA. CSM Turner Connor Taylor, Trevor Worth June 18th, 2015 DRACULA CSM Turner Connor Taylor, Trevor Worth June 18th, 2015 Acknowledgments Support for this work was provided by the National Science Foundation Award No. CMMI-1304383 and CMMI-1234859. Any opinions,

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

SAM Settings and Reports for System 44 Next Generation

SAM Settings and Reports for System 44 Next Generation SAM Settings and Reports for System 44 Next Generation For use with System 44 Next Generation version 2.6 or later and Student Achievement Manager version 2.6 or later or HMH Teacher Central Table of Contents

More information

FAQ & Troubleshooting

FAQ & Troubleshooting FAQ & Troubleshooting What is the most common issue users have when using the site? Pop-Up Blocker!!! Any link external to the viewer requires a new window to be opened in the browser. See My map or report

More information

THE FRIENDLY GUIDE TO RELEASE 5

THE FRIENDLY GUIDE TO RELEASE 5 THE FRIENDLY GUIDE TO RELEASE 5 TECHNICAL NOTES FOR PROVIDERS Tasha Mellins-Cohen CONTENTS INTRODUCTION.................... 1 TRACKING USAGE.................. 2 Page tags 2 Page tag examples 2 Log files

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Café Soylent Green Chapter 12

Café Soylent Green Chapter 12 Café Soylent Green Chapter 12 You will be completing the Forms Tutorial from your textbook, Chapter 12, pgs. 612-636. You will need to be at a computer that is connected to the Internet. Dreamweaver CS6

More information

Poet Image Description Tool: Step-by-step Guide

Poet Image Description Tool: Step-by-step Guide Poet Image Description Tool: Step-by-step Guide Introduction This guide is designed to help you use the Poet image description tool to add image descriptions to DAISY books. The tool assumes you have access

More information

HTML5 MOCK TEST HTML5 MOCK TEST I

HTML5 MOCK TEST HTML5 MOCK TEST I http://www.tutorialspoint.com HTML5 MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to HTML5 Framework. You can download these sample mock tests at your

More information

Micro-Enterprise Credential

Micro-Enterprise Credential Micro-Enterprise Credential Teacher Guide Micro-Enterprise Credential, Teacher Guide Date: 29-Sep-2017 Draft Version: 1.33 10/30/2017 1:37:00 PM Page 1 of 17 Contents Purchasing Exam Instructor/Teacher...

More information

Using Collections. Search and Filter All Collections. Copy or Delete a Collection. Edit a Collection's Details. Quick Reference Guide

Using Collections. Search and Filter All Collections. Copy or Delete a Collection. Edit a Collection's Details. Quick Reference Guide Quick Reference Guide Search and Filter All Collections Are you looking for information on a particular subject, like science? You can search and filter all collections both public and private to find

More information

Online Evaluation Tool: Dashboards and Reports

Online Evaluation Tool: Dashboards and Reports Slide 1 Online Evaluation Tool: Dashboards and DeLea Payne, Tad Piner Donna Albaugh, Kim Simmons, Robert Sox, Savon Willard, & Beth Ann Williams Welcome to our Online Evaluation Tool: Completing the Teacher

More information

What s New in Enterprise Jeff Simpson Sr. Systems Engineer

What s New in Enterprise Jeff Simpson Sr. Systems Engineer What s New in Enterprise 7.1.3 Jeff Simpson Sr. Systems Engineer SAS Enterprise Guide 7.13 The new DATA Step Debugger is a tool that enables you to find logic errors in a DATA step program. With the DATA

More information

Standardized Testing. Student Support Document

Standardized Testing. Student Support Document Standardized Testing Student Support Document www.abhe-solutions.com Welcome to the examyard.com online exams delivery platform. Since 2008 we have been delivering exam content online for our Member institutions.

More information

Waiver Request System Instructions for Departmental Users

Waiver Request System Instructions for Departmental Users Graduate School Business Office Waiver Request System Instructions for Departmental Users To request a waiver attribute to be added or removed department users are required to use the Waiver Request system

More information

Argos. Basic Training

Argos. Basic Training Argos Basic Training Student Information Systems Team 2-4-2019 Contents Overview... 2 Sign in... 2 Navigation... 3 Action Area... 3 Navigation Area... 4 Explorer View... 4 Shortcuts View... 6 Help... 9

More information

My Query Builder Function

My Query Builder Function My Query Builder Function The My Query Builder function is used to build custom SQL queries for reporting information out of the TEAMS system. Query results can be exported to a comma-separated value file,

More information

VoiceThread - Instructor Guide

VoiceThread - Instructor Guide VoiceThread - Instructor Guide Get Started NOTE: VoiceThread s transition away from Flash has been an ongoing project over the last four years. Flash-based version will be supported until January 1, 2018.

More information

Office & Outlook 2016 Install

Office & Outlook 2016 Install Office & Outlook 2016 Install PC Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website

More information

SCRIPT REFERENCE. UBot Studio Version 4. The UI Commands

SCRIPT REFERENCE. UBot Studio Version 4. The UI Commands SCRIPT REFERENCE UBot Studio Version 4 The UI Commands UI Text Box This command creates a field in the UI area at the top of the browser. Drag the command from the toolbox into the scripting area. In the

More information

Using VMware Identity Manager Apps Portal

Using VMware Identity Manager Apps Portal Using VMware Identity Manager Apps Portal VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

ThingLink User Guide. Andy Chen Eric Ouyang Giovanni Tenorio Ashton Yon

ThingLink User Guide. Andy Chen Eric Ouyang Giovanni Tenorio Ashton Yon ThingLink User Guide Yon Corp Andy Chen Eric Ouyang Giovanni Tenorio Ashton Yon Index Preface.. 2 Overview... 3 Installation. 4 Functionality. 5 Troubleshooting... 6 FAQ... 7 Contact Information. 8 Appendix...

More information

Web Community Manager Release 4 (2.20)

Web Community Manager Release 4 (2.20) Blackboard Help English Administrator Web Community Manager Release 4 (2.20) Here is what is new in Release 4 (2.20). Google sign-in You can now allow users to sign-in with their Google login information.

More information

Step 4 Part F - How to Download a Video on YouTube and Delete a Video

Step 4 Part F - How to Download a Video on YouTube and Delete a Video Step 4 Part F - How to Download a Video on YouTube and Delete a Video When you finish Edit your Video on your YouTube account and save it or save as new Video, you may want to Download it to your computer.

More information

Version 1.4. FaxCore User Manual

Version 1.4. FaxCore User Manual Version 1.4 FaxCore User Manual Table of Contents Introduction... 1 Contacting FaxCore... 1 Getting Started... 2 Understanding FaxCore s User Interface... 4 Settings: Your User Profile... 4 Personal Information

More information

Quick Start Guide for Teachers

Quick Start Guide for Teachers Quick Start Guide for Teachers LOGGING IN 1. Navigate to www-k6.thinkcentral.com. 2. Select your state, district, and school. 3. To make subsequent logins easier, check Remember My Organization (optional).

More information

CALIFORNIA. Guide to CAASPP Completion Status and Roster Management Administration

CALIFORNIA. Guide to CAASPP Completion Status and Roster Management Administration CALIFORNIA Assessment of Student Performance and Progress Guide to CAASPP Completion Status and Roster Management 2017 18 Administration Smarter Balanced Summative Assessments for English Language Arts/Literacy

More information

leveraging your Microsoft Calendar Browser for SharePoint Administrator Manual

leveraging your Microsoft Calendar Browser for SharePoint Administrator Manual CONTENT Calendar Browser for SharePoint Administrator manual 1 INTRODUCTION... 3 2 REQUIREMENTS... 3 3 CALENDAR BROWSER FEATURES... 4 3.1 BOOK... 4 3.1.1 Order Supplies... 4 3.2 PROJECTS... 5 3.3 DESCRIPTIONS...

More information

Browser Support Internet Explorer

Browser Support Internet Explorer Browser Support Internet Explorer Consumers Online Banking offers you more enhanced features than ever before! To use the improved online banking, you may need to change certain settings on your device

More information

clickup orientation User manual for clickup access, navigation and online self-paced orientation

clickup orientation User manual for clickup access, navigation and online self-paced orientation 2019 clickup orientation User manual for clickup access, navigation and online self-paced orientation www.up.ac.za Contents WELCOME... 2 LOG INTO CLICKUP... 3 Method 1: UP Portal... 3 Method 2: clickup

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

ExamView Cloud 1. View whether the test is locked and whether student results are available. Add/remove test sections and re-order sections and items

ExamView Cloud 1. View whether the test is locked and whether student results are available. Add/remove test sections and re-order sections and items ExamView Cloud 1 Navigating Tests The test editor screen is comprised of the following. A Name Test Status Function View whether the test is locked and whether student results are available. B Test ID

More information

User s Guide. Measured Progress ProFile

User s Guide. Measured Progress ProFile User s Guide for Measured Progress ProFile Customized for the 2018-2019 PAAP Task Bank Table of Contents Registration... 3 My Account Page... 4 My Schools List... 4 Add an Additional School to My Account...

More information

User Manual. TEKScore

User Manual. TEKScore User Manual TEKScore This document was created to help schools utilize the web-based applications offered by DMAC Solutions. Click on the sections below or scroll to the next page to see step-by-step instructions.

More information

PrePatient User Guide

PrePatient User Guide "We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential." PrePatient User Guide Version 1.0 8/17/2012 1 Table of Contents Introduction...

More information

Using Development Tools to Examine Webpages

Using Development Tools to Examine Webpages Chapter 9 Using Development Tools to Examine Webpages Skills you will learn: For this tutorial, we will use the developer tools in Firefox. However, these are quite similar to the developer tools found

More information

STUDENT RECORDS FACULTY ON-LINE GRADING INSTRUCTIONS

STUDENT RECORDS FACULTY ON-LINE GRADING INSTRUCTIONS STUDENT RECORDS FACULTY ON-LINE GRADING INSTRUCTIONS Login to the Cal Poly Portal: Launch Internet Explorer (IE) or Mozilla Firefox for PC users or Safari for Mac users. For full access pop-up blockers

More information

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

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

More information

Argos Basic Training. Overview: Sign in:

Argos Basic Training. Overview: Sign in: Argos Basic Training Overview: Argos is a campus reporting tool that allows end-users to access and extract information from Banner and Degree Works databases in a report format. Data Blocks are the foundation

More information

Service Quotation. School Employees LC Credit Union ATTN: Neil Sommers 340 GRISWOLD ROAD ELYRIA, OHIO USA

Service Quotation. School Employees LC Credit Union ATTN: Neil Sommers 340 GRISWOLD ROAD ELYRIA, OHIO USA 1 1 Technician: RROSATI Website Redesign and Development Scope Information: Redesign www.selccu.org with the primary goal of creating a new, modern and intuitive website that s easy to use and navigate

More information

Login and General Help

Login and General Help Login and General Help User Guide April 2018 Table of Contents CCS overview... 3 CMS screens... 3 Software requirements for CCS... 3 Print capabilities... 4 CCS access and login... 4 Change CCS password

More information

Instructions for Accessing ALEKS with Proctoring (FOR FIRST TIME TEST TAKERS ONLY)

Instructions for Accessing ALEKS with Proctoring (FOR FIRST TIME TEST TAKERS ONLY) Instructions for Accessing ALEKS with Proctoring (FOR FIRST TIME TEST TAKERS ONLY) It is recommended to do the followings things a MINIMUM of 24 hours before the exam. The following set of instructions

More information