Studywiz CSV Import Specification Single School

Size: px
Start display at page:

Download "Studywiz CSV Import Specification Single School"

Transcription

1 Studywiz CSV Import Specification Single School Introduction This document details the format of various Comma Separated Value (CSV) Files which can be combined to make a set of files. This set of files can then be imported into Studywiz to create user and hierarchy information within the system. The following specification is for a single-school Studywiz system. If you are creating a CSV set for a multi-school deployment then please contact Studywiz Support for the appropriate document (support@studywiz.com). All ID fields referenced in this document should be created in alpha-numeric format. No special-characters should be used. User Files The User Files contain the details for all the users contained in the import. Each user file has the provision to enter a LoginName and a Password. If one, or both, of these details are not provided, the importer will automatically use the user s ID (StudentID, TeacherID or ParentID) field in its place. The ID field for each entry in each of the user files needs to be a unique identification number within that file. We strongly suggest using the school s current ID system to fill in this column. However, if there is no current ID system in place (such as for parents), then a unique identifier for each of the users will need to be created. It is essential that this ID number be maintained throughout the user s schoollife if possible. This is the one piece of information which Studywiz uses to keep track of the users throughout their school years. This ID will be used in future when updating the users data in various situations, such as when the school year changes. If it is not possible for this ID to be maintained then please let us know so we can ensure that this is dealt with in the correct manner. A final thing to note about the User Files is that no user, of any type, can have a conflicting LoginName with any other user. The LoginName must be unique across all users. Material from this document must not be reproduced without permission. Page 1 of 15

2 Students.csv This file contains a list of students and their associated details. Every StudentID referenced in this file must have a subsequent entry in the Class_Students.csv file. This is due to the constraint that a student cannot exist within Studywiz without being assigned to at least one class. names detailed below, including the specific case. There are three compulsory headers and twelve optional 1 StudentID 2 FirstName 3 LastName Optional Headers: 4 LoginName 5 Password 6 7 DateOfBirth 8 WebsiteURL 9 FaxNumber 10 HomePhoneNumber 11 MobileNumber 12 WorkPhoneNumber 13 Address 14 Suburb 15 PostCode For Example: StudentID FirstName LastName LoginName Password John Smith John01 Smithy john@ .com Material from this document must not be reproduced without permission. Page 2 of 15

3 Teachers.csv This file contains a list of teachers and their associated details. This CSV file MUST contain a header row, and this header row MUST use the names detailed below, including the specific case. There are three compulsory headers and eleven optional 1 TeacherID 2 FirstName 3 LastName Optional Headers: 4 LoginName 5 Password 6 7 DateOfBirth 8 WebsiteURL 9 FaxNumber 10 HomePhoneNumber 11 MobileNumber 12 WorkPhoneNumber 13 Address 14 Suburb For Example: TeacherID FirstName LastName LoginName Password Paul Brown Paul Brown01 paul@ .com Material from this document must not be reproduced without permission. Page 3 of 15

4 Parents.csv This file contains a list of parents and their associated details. This file is optional. Every ParentID referenced in this file must have a subsequent entry in the Parent_Students.csv file. This is due to the constraint that a parent cannot exist within Studywiz without being assigned to at least one student. This CSV file MUST contain a header row, and this header row MUST use the names detailed below, including the specific case. There are three compulsory headers and twelve optional 1 ParentID 2 FirstName 3 LastName Optional Headers: 4 LoginName 5 Password 6 7 DateOfBirth 8 WebsiteURL 9 FaxNumber 10 HomePhoneNumber 11 MobileNumber 12 WorkPhoneNumber 13 Address 14 Suburb 15 PostCode For example: ParentID FirstName LastName LoginName Password Peter Smith peter Smithy peter@ .com Material from this document must not be reproduced without permission. Page 4 of 15

5 Hierarchy Files The Hierarchy Files contain the details for all the hierarchy contained in the import, such as levels and classes. The ID field for each entry in each of the hierarchy files needs to be a unique identification number within that file. We strongly suggest using the school s current ID system to fill in this column. However, if there is no current ID system in place then a unique identifier for each level or class will need to be created. Levels.csv This file contains a list of the Levels which are required within Studywiz. The CSV file MUST contain a header row, and this header row MUST use the names detailed below, including the specific case. There are two compulsory 1 LevelID 2 LevelName For Example: LevelID LevelName 1001 Year Year 8 Classes.csv This file contains a list of the Classes which are required within Studywiz. Every ClassID referenced in this file must have a subsequent entry in the Level_Classes.csv file. This is due to the constraint that a class cannot exist within Studywiz without being assigned a level. Should you wish to only import user details (without specifying the user-class relationships), you will still need to create a 'default' class for each level which can contain these users until you wish to add the formal class-user relationships. 1 ClassID 2 ClassName Material from this document must not be reproduced without permission. Page 5 of 15

6 For Example: ClassID ClassName 101 English 7A 102 English 7B 103 English 8A Groups.csv This file contains a list of the Groups which are required within Studywiz. This file is optional. The CSV file MUST contain a header row, and this header row MUST use the names detailed below, including the specific case. There are two compulsory 1 GroupID 2 GroupName For example: GroupID GroupName 200 Theatre 201 Management 202 Chess Club Material from this document must not be reproduced without permission. Page 6 of 15

7 Relationship Files The Relationship Files are responsible for creating the links between the users and the hierarchy, and also between the various hierarchy levels themselves. Class_Students.csv This file links Students to Classes. Every ClassID referenced in this file must have a subsequent entry in the Classes.csv file. Similarly, every StudentID referenced in this file must have a subsequent entry within the Students.csv file. 1 StudentID 2 - ClassID There are two formats in which this file can be created. Either format may be used, depending upon which one is easier to create. The first format entails having the StudentID repeated on several rows to assign them to multiple classes. For example: StudentID ClassID The second format entails having one StudentID per row, and repeating the ClassID column several times to assign the student to multiple classes. For example: StudentID ClassID ClassID Material from this document must not be reproduced without permission. Page 7 of 15

8 Class_Teachers.csv This file links Teachers to Classes. Every ClassID referenced in this file must have a subsequent entry in the Classes.csv file. Similarly, every TeacherID referenced in this file must have a subsequent entry within the Teachers.csv file. 1 TeacherID 2 ClassID Similar to the Class_Students.csv, there are two formats in which this file can be created. Either format may be used, depending upon which one is easier to create. The first format entails having the TeacherID repeated on several rows to assign them to multiple classes. For example: TeacherID ClassID The second format entails having one TeacherID per row, and repeating the ClassID column several times to assign the student to multiple classes. For example: TeacherID ClassID ClassID Material from this document must not be reproduced without permission. Page 8 of 15

9 Level_Classes.csv This file assigns Classes to a Level. Every ClassID referenced in this file must have a subsequent entry in the Classes.csv. Similarly, every LevelID referenced in this file must have a subsequent entry within the Levels.csv file. 1 LevelID 2 ClassID There are two formats in which this file can be created. Either format may be used, depending upon which one is easier to create. The first option entails repeating the LevelID on several rows in order to assign multiple classes to that level. Each class can only be represented once in this file, as the class can only be assigned to one level. A good way to begin this file is to copy the ClassID column from the Classes.csv into the ClassID column in this file. The LevelID column can then be filled in with the appropriate LevelIDs. For example: LevelID ClassID The second format entails having one LevelID per row, and repeating the ClassID column several times to assign multiple classes to that level. For example: LevelID ClassID ClassID Material from this document must not be reproduced without permission. Page 9 of 15

10 Parent_Students.csv This file assigns Parents to Students. This file is optional. Every ParentID referenced in this file must have a subsequent entry in the Parents.csv. Similarly, every StudentID referenced in this file must have a subsequent entry in the Students.csv file. 1 ParentID 2 StudentID There are two formats in which this file can be created. Either format may be used, depending upon which one is easier to create. The first format entails having the ParentID repeated on several rows to assign the parent to multiple students. For example: ParentID StudentID The second format entails having one ParentID per row, and repeating the StudentID column several times to assign the parent to multiple students. For example: ParentID StudentID StudentID StudentID Material from this document must not be reproduced without permission. Page 10 of 15

11 Student_Groups.csv This file assigns students to groups. This file is optional. Every StudentID referenced in this file must have a subsequent entry in the Students.csv. Similarly, every GroupID referenced in this file must have a subsequent entry in the Groups.csv file. 1 StudentID 2 GroupID There are two formats in which this file can be created. Either format may be used, depending upon which one is easier to create. The first format entails repeating the StudentID on several rows to assign a student to multiple groups. The GroupID may also be repeated on several rows to assign multiple students to one group. For example: StudentID GroupID The second format entails having one StudentID per row, and repeating the GroupID column several times to assign the student to multiple groups. For example: StudentID GroupID GroupID GroupID Material from this document must not be reproduced without permission. Page 11 of 15

12 Teacher_Groups.csv This file assigns teachers to groups. This file is optional. Every TeacherID referenced in this file must have a subsequent entry in the Teachers.csv. Similarly, every GroupID referenced in this file must have a subsequent entry in the Groups.csv file. 1 TeacherID 2 GroupID There are two formats in which this file can be created. Either format may be used, depending upon which one is easier to create. The first format entails repeating the TeacherID on several rows to assign a teacher to multiple groups. The GroupID may also be repeated on several rows to assign multiple teachers to one group. For example: TeacherID GroupID The second format entails having one TeacherID per row, and repeating the GroupID column several times to assign the student to multiple groups. For example: TeacherID GroupID GroupID GroupID Material from this document must not be reproduced without permission. Page 12 of 15

13 Parent_Groups.csv This file assigns parents to groups. This file is optional. Every ParentID referenced in this file must have a subsequent entry in the Parents.csv. Similarly, every GroupID referenced in this file must have a subsequent entry in the Groups.csv file. 1 ParentID 2 GroupID There are two formats in which this file can be created. Either format may be used, depending upon which one is easier to create. The first option entails repeating the ParentID on several rows to assign a parent to multiple groups. The GroupID may also be repeated on several rows to assign multiple students to one group. For example: ParentID GroupID The second format entails having one ParentID per row, and repeating the GroupID column several times to assign the parent to multiple groups. For example: ParentID GroupID GroupID GroupID Material from this document must not be reproduced without permission. Page 13 of 15

14 CSV Initial Import Set Checklist The following files are recommended for an initial import of data: CSV File Checklist 1 Students.csv required 2 Teachers.csv required 3 Levels.csv required 4 Classes.csv required 5 Class_Students.csv required 6 Class_Teachers.csv required 7 Level_Classes.csv required 8 Parents.csv optional 9 Parent_Students.csv optional (required if Parents.csv exists) 10 Groups.csv optional (required if any of the following exist: Student_Groups.csv Teacher_Groups.csv Parent_Groups.csv) 11 Student_Groups.csv optional 12 Teacher_Groups.csv optional 13 Parent_Groups.csv optional Material from this document must not be reproduced without permission. Page 14 of 15

15 Future Imports and Updates Once an initial import has been completed it is possible to update the information using CSV files at any time. These updates can be quite arbitrary, depending on the files which are provided for the import/update process. A couple of examples are as follows: 1 At the beginning of a school year it is quite common for the class-lists to change several times until students settle into their classes. In this scenario a single CSV file, Class_Students.csv, can be provided which will update the student s relationships. 2 New classes may be introduced into the school. This can be handled by simply providing a Classes.csv file. If you wish to assign teachers and students to these new classes then the appropriate relationship files will also be required. 3 New students may arrive at the school. This can be handled by providing a Students.csv along with a Class_Students.csv. This will add the student information, and assign them to at least one class as required. The update facility is quite flexible and most things can be achieved providing that the correct files are provided. Material from this document must not be reproduced without permission. Page 15 of 15

User and Hierarchy Import Guide Consortium (Multi-School) CSV Update Tool

User and Hierarchy Import Guide Consortium (Multi-School) CSV Update Tool 02.00, 13 Apr 2010 Contents Introduction...2 Essential Files...2 Optional Files...2 Producing CSV Files...3 File Types...3 User Files...3 Hierarchy Files...3 Relationship Files...3 File Relationships...4

More information

Student Std Imports Update Guide

Student Std Imports Update Guide Overview Admins can do a mass update of student accounts using the import tool. You will need administrative access to www.discoveryeducation.com. Click on My Admin to access the administrative page, and

More information

Class Roster Create Guide

Class Roster Create Guide Overview The Class Roster import combines the Teacher and Student usernames with the Classes that were previously created. You must have created the Usernames and Classes before you can use this import.

More information

Class Roster Update Guide

Class Roster Update Guide Overview Admins can make mass updates to the class rosters using the Bulk Import Tool. You must have created the Usernames and Classes before you can use this import. You will need administrative access

More information

Student Std Imports Create Guide

Student Std Imports Create Guide Overview Instead of registering students manually, you have the option of importing a spreadsheet to create student usernames. You will need administrative access to www.discoveryeducation.com. Click on

More information

Successmaker Student and Teacher Imports

Successmaker Student and Teacher Imports Successmaker 2011 Student and Teacher Imports First Get teacher names to Import Go to: http://dev1.escambia.k12.fl.usescambia Click on List All the Records in the Employee Database Group Choose Instructional

More information

Ready for Kindergarten Online:

Ready for Kindergarten Online: Last Updated: 8/7/2017 Ready for Kindergarten Online: Kindergarten Readiness Assessment (KRA) Guidelines for District Data Managers in South Carolina Data Entry and Update Methods The system will support

More information

Only SAM users with administrative permissions may perform a roster import.

Only SAM users with administrative permissions may perform a roster import. Roster Import Overview Student or teacher rosters may be imported into SAM from a *.csv file. This is especially helpful when student and teacher data is stored in an SIS system or in a spreadsheet program

More information

WebDAV elockers Using WebDAV in Studywiz

WebDAV elockers Using WebDAV in Studywiz What is a WebDAV elocker? The WebDAV component of Studywiz makes it easy for teachers, students and parents to use their Studywiz elocker as a web-based storage location that can be accessed from anywhere.

More information

Managing User Data in Bulk via CSV BSC Health & Safety e-learning Platform

Managing User Data in Bulk via CSV BSC Health & Safety e-learning Platform Managing User Data in Bulk via CSV BSC Health & Safety e-learning Platform Contents Introduction... 1 Creating Accounts... 1 Step One: Creating the CSV file... 1 Step Two: Uploading your data... 4 Updating

More information

In mathematical terms, the relation itself can be expressed simply in terms of the attributes it contains:

In mathematical terms, the relation itself can be expressed simply in terms of the attributes it contains: The Relational Model The relational data model organises data as 2-dimensional tables or relations. An example of one such relation would be STUDENT shown below. As we have seen in the wine list example,

More information

finalsite/renweb Integration Technical Overview

finalsite/renweb Integration Technical Overview finalsite/renweb Integration Technical Overview version 0.1 June 18, 2009 Contents 1. Introduction 2. Terminology 3. Data considerations 4. Web service properties 5. Data reconciliation 6. RenWeb.com 7.

More information

GMRT Data Import. 3. When you have finished adding data to the template, click File, and then click Save As

GMRT Data Import. 3. When you have finished adding data to the template, click File, and then click Save As GMRT Data Import The three (3) GMRT Import file templates are located on the Welcome page as well as under the Locations, Staff and Student tabs respectively. Creating Location, Staff, and/or Student Files

More information

Ready for Kindergarten Online:

Ready for Kindergarten Online: Ready for Kindergarten Online: Kindergarten Readiness Assessment (KRA) Guidelines for District Data Managers in MICHIGAN Last Updated: 9/14/2017 Data Entry and Update Methods The system will support three

More information

WhippleHill has developed a single sign-on (SSO) integration between

WhippleHill has developed a single sign-on (SSO) integration between WhippleHill has developed a single sign-on (SSO) integration between its Podium platform and pickatime, a popular virtual appointment setter. The integration streamlines parent-teacher conference scheduling

More information

Studywiz-Gmail Teachers' and Students' Guide

Studywiz-Gmail Teachers' and Students' Guide 00.04, 29 Nov 2010 Log in to Studywiz 1. Open a web browser window, and in the address field enter the URL of the Studywiz deployment. The Studywiz splash page appears. 2. Click the Standard Log In button.

More information

Hands On File Training. November 22, 2013

Hands On File Training. November 22, 2013 Hands On File Training November 22, 2013 January Regents Files Due NO LATER than December Feel Free to send the files sooner if ready!!! One Merrick Avenue, Westbury, NY 11590 (516) 608-6612 Fax: (516)

More information

Processing your Data in Enroll

Processing your Data in Enroll Processing your Data in Enroll Getting Started with Enroll: The Enroll Home Page The Enroll home page allows you to continue working on data that has been started but not completed, or start a new data

More information

Bulk Importing Quota Users from a CSV file

Bulk Importing Quota Users from a CSV file Bulk Importing Quota Users from a CSV file Overview The Account Import feature enables one to easily import accounts using a comma-separated text file into pre-determined User Classes. The imported data

More information

Ready for Kindergarten Online:

Ready for Kindergarten Online: Ready for Kindergarten Online: Kindergarten Entry Inventory (KEI) Guidelines for District Data Managers in TENNESSEE (2016) Last Updated: 9/14/2016 Data Entry and Update Methods The system will support

More information

MySciLEARN Student Update Administrator Guide. For system administrators managing the Fast ForWord and Reading Assistant programs

MySciLEARN Student Update Administrator Guide. For system administrators managing the Fast ForWord and Reading Assistant programs MySciLEARN Student Update Administrator Guide For system administrators managing the Fast ForWord and Reading Assistant programs September 2017 Copyright 1996 through 2017 Scientific Learning Corporation.

More information

TIMS to PowerSchool Transportation Data Import

TIMS to PowerSchool Transportation Data Import TIMS to PowerSchool Transportation Data Import Purging and Importing TIMS Data Purging TIMS Data from PowerSchool Purging Existing TIMS Data in PowerSchool As LEAs start to import TIMS Ridership Data into

More information

7PMDM Server x - CSV Import 7P Mobile Device Management. Rel: 1.0 /

7PMDM Server x - CSV Import 7P Mobile Device Management. Rel: 1.0 / 7PMDM Server 5.11.0x - CSV Import 7P Mobile Device Management Rel: 1.0 / 2016-03-25 Table of Contents 1 Introduction... 3 1.1 Table of values... 4 1.2 UserID or Email?... 5 1.3 CSV delimiter... 5 1.4 Example

More information

InterCallTXT TextOnline User Guide

InterCallTXT TextOnline User Guide InterCallTXT TextOnline User Guide 1. Messages www.intercalleurope.com Information Hotline 0871 7000 170 +44 (0)1452 546742 conferencing@intercalleurope.com Reservations 0870 043 4167 +44 (0)1452 553456

More information

7PMDM Server x - CSV Import 7P Mobile Device Management. Rel:1.0 / 03 Jan. 18

7PMDM Server x - CSV Import 7P Mobile Device Management. Rel:1.0 / 03 Jan. 18 7PMDM Server 5.31.0x - CSV Import 7P Mobile Device Management Rel:1.0 / 03 Jan. 18 Table of Contents 1 Introduction... 4 1.1 Table of values... 5 1.1.1 Mandatory CSV header lastname... 5 1.1.2 Mandatory

More information

Tips for Completing Early Childhood Outcomes Template

Tips for Completing Early Childhood Outcomes Template Always work in the Excel template (.xls file) when making changes to student data. Do not make changes to data in the CSV file or the formatting may be lost and errors may result when submitted. Row 1

More information

Using Lexia s Automated Data Import

Using Lexia s Automated Data Import Using Lexia s Automated Data Import Contact: Lexia Customer Support support@lexialearning.com US: (800)-7-2772 Outside US: 978-405-6231 This document explains how to use Lexia s Automated Data Import feature

More information

Fitnessgram 9 Getting Started

Fitnessgram 9 Getting Started Fitnessgram 9 Getting Started Creating Administrators and Teachers Log in to Fitnessgram 9 with the administrator login. Click on the Users menu. Click on the Add New button to create a new user. Select

More information

FACILITIES > MY FACILITY Managing Accounts: Facilities For Account Administrators and Administrators

FACILITIES > MY FACILITY Managing Accounts: Facilities For Account Administrators and Administrators FACILITIES > MY FACILITY Managing Accounts: Facilities 4. My Facility. Notes and Additional Information The facility's Account Administrator or users with the permission level of administrator may edit/add

More information

Zuludesk implementation. This document will guide you to configure your ipads using Zuludesk and Apple School Manager.

Zuludesk implementation. This document will guide you to configure your ipads using Zuludesk and Apple School Manager. October 2017 Zuludesk implementation This document will guide you to configure your ipads using Zuludesk and Apple School Manager. 1. General Overview The different systems used to manage ipads properly

More information

Usage Reporting. K3000+firefly. Log In. Access the Reports. Revised May 24, 2017

Usage Reporting. K3000+firefly. Log In. Access the Reports. Revised May 24, 2017 K3000+firefly Usage Reporting Revised May 24, 2017 The K3000+firefly Reporting tools enable teachers to monitor students' usage, make informed instructional decisions, and ensure that the students' activities

More information

Guidance for Test Coordinators on Adding and Managing User Accounts in TIDE Contents

Guidance for Test Coordinators on Adding and Managing User Accounts in TIDE Contents Guidance for Test Coordinators on Adding and Managing User Accounts in TIDE Contents TIDE...2 User Accounts and Roles...2 Setting Up User Accounts...4 User Accounts from2018-2019...4 New User Management

More information

Ready for Kindergarten Online:

Ready for Kindergarten Online: Ready for Kindergarten Online: Kindergarten Readiness Assessment (KRA) Guidelines for District Data Managers in MARYLAND (2016) Data Entry and Update Methods The system will support three methods of data

More information

On-Demand Reports Quick Guide for MCA

On-Demand Reports Quick Guide for MCA On-Demand Reports Quick Guide for MCA On-Demand Reports allow users to access preliminary online test results and are available within 60 minutes of test submission. This quick guide provides instructions

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

Etech Group Technical Documentation. Studywiz eportfolio Teacher's Guide

Etech Group Technical Documentation. Studywiz eportfolio Teacher's Guide Etech Group Technical Documentation Studywiz eportfolio Teacher's Guide Studywiz eportfolio Teacher's Guide Contents 1 eportfolio Overview 3 1.1 Navigate to Your eportfolio Page 3 2 My Records 4 2.1 Add

More information

HMH Hosting Services User s Guide

HMH Hosting Services User s Guide HMH Hosting Services User s Guide and Data Management Guide January 1, 2016 For use with HMH Hosting Services and Student Achievement Manager version 2.4 or later PDF0864 (PDF) Houghton Mifflin Harcourt

More information

Genesis Report Writer

Genesis Report Writer Genesis Educational Software, Inc. Genesis Report Writer User Guide Genesis Educational Services, Inc Spring 2008 July 8, 2008 DRAFT Page 1 of 58 REPORT WRITER GUIDE Report Writer Your reports Create a

More information

Testwise User Guide. Getting Started. UK gl-assessment.co.uk/testwise

Testwise User Guide. Getting Started. UK gl-assessment.co.uk/testwise Testwise User Guide Getting Started UK 0330 123 5375 gl-assessment.co.uk/testwise support@gl-assessment.co.uk ROI 1800 806185 gl-assessment.ie/testwise support@gl-assessment.ie International +44 (0)20

More information

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017 CLOUD EXPLORER DATALOADER USER S GUIDE April 07, 2017 UC INNOVATION, INC. 230 Commerce, Suite 110 Irvine, CA 92602 Phone: 949-415-8246 Fax: 866-890-7874 Email: info@ucinnovation.com http://www.ucinnovation.com

More information

Databases and SQL Lab EECS 448

Databases and SQL Lab EECS 448 Databases and SQL Lab EECS 448 Databases A database is an organized collection of data. Data facts are stored as fields. A set of fields that make up an entry in a table is called a record. Server - Database

More information

Student Import Wizard. Creating a CSV from SIMS.NET

Student Import Wizard. Creating a CSV from SIMS.NET Student Import Wizard Creating a CSV from SIMS.NET Contents Introduction... 2 Part 1: Downloading the Report Definition... 3 Part 2: Running the Report... 6 1 Introduction The instructions below explain

More information

User Documentation. Studywiz Learning Environment. Student's Guide

User Documentation. Studywiz Learning Environment. Student's Guide User Documentation Studywiz Learning Environment Student's Guide Studywiz Learning Environment Student's Guide Contents 1 Introduction 4 1.1 Studywiz 4 1.2 The Studywiz Student s Guide 4 2 What s New

More information

Riverside Digital Manual. The Essentials - Edublogs. Brown, J, Gee, B & Barazzuol, B 5/1/14

Riverside Digital Manual. The Essentials - Edublogs. Brown, J, Gee, B & Barazzuol, B 5/1/14 Riverside Digital Manual The Essentials - Edublogs Brown, J, Gee, B & Barazzuol, B 5/1/14 Contents How to Login to Your Edublog... 1 How to Visit a Teacher s Blog... 2 How to Visit a Student s Blog...

More information

CSC 337. Multi-table SQL Queries (Joins) Rick Mercer, Marty Stepp

CSC 337. Multi-table SQL Queries (Joins) Rick Mercer, Marty Stepp CSC 337 Multi-table SQL Queries (Joins) Rick Mercer, Marty Stepp Related tables and keys for Database simpsons id name email 123 Bart bart@fox.com 456 Milhouse milhouse@fox.com 888 Lisa lisa@fox.com 404

More information

Importing School Data Into Renaissance Place

Importing School Data Into Renaissance Place Importing School Data Into Renaissance Place IF the pupils DATES OF BIRTHS ARE IMPORTED AS 01/01/9999 STAR Norming calculations will begin from that date This guide will show you how to import a list of

More information

Bulk Certification Verification Guide

Bulk Certification Verification Guide Bulk Certification Verification Guide Last update: August 2017 Table of Contents Purpose 2 Process 2 Input File Structure 2 Saving your Input File 3 Creating a PTCB Account 4 Logging into Your PTCB Account

More information

SMART Classroom Suite 2011

SMART Classroom Suite 2011 SMART Classroom Suite 2011 Windows operating systems System administrator s guide Trademark notice SMART Board, SMART Classroom Suite, SMART Notebook, SMART Response, SMART Sync, SMART Document Camera,

More information

ICS4U Project Development Example Discovery Day Project Requirements. System Description

ICS4U Project Development Example Discovery Day Project Requirements. System Description ICS4U Project Development Example Discovery Day Project Requirements System Description The discovery day system is designed to allow students to register themselves for the West Carleton Discovery Day

More information

How to use chameleon s mail merge facility

How to use chameleon s mail merge facility www.vet-booster.co.uk How to use chameleon s mail merge facility Introduction Intervet s new chameleon service has revolutionised the way that veterinary practices design and print their booster reminder

More information

Bulk Jobs. Manage Bulk Jobs

Bulk Jobs. Manage Bulk Jobs Use bulk jobs to create and edit multiple individual agent and dialed number records in a single operation, based on the data specified in a content file. Bulk jobs are a fast and efficient way to enter

More information

RESTful API Specification

RESTful API Specification RESTful API Specification Contents Creating Group Conference Getting Group Conference Editing Group Conference Deleting Group Conference Getting List of Group Conference Getting User Address Book Adding

More information

User Guide. Form Builder 2.0 for Jenzabar EX

User Guide. Form Builder 2.0 for Jenzabar EX User Guide Form Builder 2.0 for Jenzabar EX October 2010 2010, Jenzabar, Inc. 101 Huntington Ave., Suite 2205 Boston, MA 02199 1.877.535.0222 www.jenzabar.net This document is confidential and contains

More information

Allowing access to Outlook 2000 folders Version 1.00

Allowing access to Outlook 2000 folders Version 1.00 Allowing access to Outlook 2000 folders Version 1.00 Need to Know TM To allow another network user access to some or all of your Outlook folders you need to complete two processes. One in your Outlook

More information

NAVIGATING TO: THE TYLER STUDENT SYSTEM 3. Tyler Student System Training 3. Tyler Student System Sample 3. Tyler Student System Live 3

NAVIGATING TO: THE TYLER STUDENT SYSTEM 3. Tyler Student System Training 3. Tyler Student System Sample 3. Tyler Student System Live 3 Page 1 MEDICAL NAVIGATING TO: THE TYLER STUDENT SYSTEM 3 Tyler Student System Training 3 Tyler Student System Sample 3 Tyler Student System Live 3 Creating A Desktop Shortcut 4 LOGGING IN 5 PASSWORD RETRIEVAL

More information

How to Use the LaunchBoard Additional Tracking Tool

How to Use the LaunchBoard Additional Tracking Tool How to Use the LaunchBoard Additional Tracking Tool The Additional Tracking Tool can be used to record students' participation in career and technical education activities that fall outside of credit or

More information

Parent/Teacher Conference Process using Skyward Family Access

Parent/Teacher Conference Process using Skyward Family Access Parent/Teacher Conference Process using Skyward Family Access 1. Parents login to Skyward Family Access which is available at www.cusd201.org or on the school s web site. If you do not remember your login

More information

How to Create Student Accounts and Assignments

How to Create Student Accounts and Assignments How to Create Student Accounts and Assignments From the top navigation, select My Classes and click My Students Carolina Science Online will allow you to either create a single student account, one at

More information

OLAP and Data Warehousing

OLAP and Data Warehousing OLAP and Data Warehousing Lab Exercises Part I OLAP Purpose: The purpose of this practical guide to data warehousing is to learn how online analytical processing (OLAP) methods and tools can be used to

More information

IMPORTING DATA INTO EMPLOYEE TRAINING MANAGER

IMPORTING DATA INTO EMPLOYEE TRAINING MANAGER IMPORTING DATA INTO EMPLOYEE TRAINING MANAGER January 2018 Description This document describes how to import your employee, course and competency data into Employee Training Manager, a desktop software

More information

Contents. Protus Messaging Services User Guide Web Fax Merge

Contents. Protus Messaging Services User Guide Web Fax Merge Contents Protus Messaging Services User Guide Getting Started... 1 Setting up an account... 1 Requirements... 1 Logging In... 1 Sending a New... 2 Who are you sending your fax to?... 2 Sample Merge List...

More information

webnetwork 5e Installation and Configuration Guide

webnetwork 5e Installation and Configuration Guide webnetwork 5e Installation and Configuration Guide Note: This manual is the property of Stoneware, Inc. It is not to be reproduced, copied, or printed without prior consent from Stoneware, Inc. webnetwork

More information

eapplication Guide for Year 12 applicants

eapplication Guide for Year 12 applicants Contents Creating an Account... 2 General Information... 2 Student at University of Tasmania... 4 Security Question... 5 Phone... 5 Home/Residential Address... 6 Name Details Confirmation... 7 Your Application...

More information

Open Payment Pathway training notes

Open Payment Pathway training notes Open Payment Pathway training notes 1 May-12 Contents Open Payment Pathway training notes... 1 1 Logging into the OPP... 3 2 Accessing the payment screen... 4 3.1 Taking a payment... 5 Screen One Customer

More information

LunchTime Web Portal. Parents Guide to Getting Started

LunchTime Web Portal. Parents Guide to Getting Started LunchTime Web Portal Parents Guide to Getting Started Contents Creating a New Account... 3 Logging into the LunchTime Web Portal... 6 Site Logout... 7 Adding Students to Your Account... 7 Starting a New

More information

By Cathy James RCSD Technology Resource Teacher October, 2012

By Cathy James RCSD Technology Resource Teacher October, 2012 By Cathy James RCSD Technology Resource Teacher October, 2012 Ge>ng Data From PowerSchool Log into your PowerSchool account On the screen that looks like this, select a grade level to export (Export each

More information

Teaching guide: Structured programming

Teaching guide: Structured programming Teaching guide: Structured programming This resource will help with understanding structured programming. It supports Section 3.2.11 of our current specification (8520). The guide is designed to address

More information

Note: A migration from Archon to ArchivesSpace should not be run against an active production database.

Note: A migration from Archon to ArchivesSpace should not be run against an active production database. Migrating Data from Archon to ArchivesSpace Using the Migration Tool last updated December 21, 2017 These guidelines are for migrating data from Archon 3.21-rev3 to all ArchivesSpace 2.2.2 using the migration

More information

Creating a Parent Portal Account

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

More information

If you have any issues accessing the system, please contact the school.

If you have any issues accessing the system, please contact the school. How to Sign in to See Student Grades and get Notifications in PowerSchool Getting Down To The Basics If you have any issues accessing the system, please contact the school. You will need to create an account

More information

System Administrator Training Guide

System Administrator Training Guide COMMUNICATE System Administrator Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents BEFORE YOU BEGIN... 3 OVERVIEW...

More information

Digital Library Coordinator Guide

Digital Library Coordinator Guide Version 1.2 3 October 2014 This quick guide is intended to provide brief instruction in how state, district and school assessment Coordinators can use the Open Source Administration and Registration Tools

More information

Data Service Center May Compiled by: Katey Semmel Anne Rosen

Data Service Center May Compiled by: Katey Semmel Anne Rosen www.dataservice.org Data Service Center May 2000 478-8957 Compiled by: Katey Semmel Anne Rosen 2 Table of Contents Toolbars...3 Viewing...3 Customizing...4 Mail Merge...5 Main Document...5 Data Source

More information

Microsoft Access Description

Microsoft Access Description Go To Page.. Go!! Microsoft Word Microsoft PowerPoint Microsoft Office Main Microsoft Excel Microsoft Publisher Introduction into Microsoft Access Starting Up Microsoft Access Creating New, and Opening

More information

Tips for Completing ISBE SIS Student Demographics Excel Template

Tips for Completing ISBE SIS Student Demographics Excel Template Always work in the Excel Template/file when making any changes to student information. Do not make any changes to information in the CSV format as the formatting will be lost and errors may result when

More information

Tyler s Versatrans e-link User s and Administrator s Guide

Tyler s Versatrans e-link User s and Administrator s Guide Tyler s Versatrans e-link User s and Administrator s Guide Tyler s Versatrans e-link For more information visit, www.tylertech.com Copyright Copyright 2004 Tyler Technologies, Inc. All Rights Reserved.

More information

Student Adv Imports Update Guide

Student Adv Imports Update Guide Overview Admins can do a mass update of student accounts using the import tool. You will need administrative access to www.discoveryeducation.com. Discovery Education Assessment users have the option to

More information

Montgomery County Schools Teacher Web Pages

Montgomery County Schools Teacher Web Pages Montgomery County Schools Teacher Web Pages Welcome to the TeacherPages 2.0 user manual. The district has purchased TeacherPages 2.0 service to provide teachers with an easy, effective way to communicate

More information

Communications Hub. Relay. Version 2.0. Print Manager Administrator Guide

Communications Hub. Relay. Version 2.0. Print Manager Administrator Guide Relay Version 2.0 Communications Hub Table of Contents 1 - About This Guide 6 - Defining Access Pools Version History 5 Related Documentation 5 2 - Overview Print Manager 7 Print Streams 7 The Administrator

More information

Key fields identify one record in a table and are used for linking tables.

Key fields identify one record in a table and are used for linking tables. Annotated student work: Criterion A Criterion E: Product Development Techniques used 6 related tables (pg 1) Main menu (pg 12) Macros (pg 9) Sub-form (pg 10) Complex queries / calculated fields (pg 5)

More information

IREAD-3 Summer 2016 Reporting Guide

IREAD-3 Summer 2016 Reporting Guide IREAD-3 Summer 2016 Reporting Guide As with the spring administration, PearsonAccess next OnDemand Reports functionality will provide access to online Proficiency Roster results for the Summer IREAD-3

More information

Information About: Galileo Data Importation (GDI) Program

Information About: Galileo Data Importation (GDI) Program Introduction Guidelines for Preparing Galileo Import Files Important Points to Consider Using the Data Upload Planner Comprehensive File with Autodrop No-Evaluation Importation Important Points for Districts

More information

G4 GUITAR Junior Level

G4 GUITAR Junior Level 1 A.(Picking:'Steady'on'exercise'1'at'80bpm.( B.(Chords:'1'finger'chords''C,'G7,'G.''60bpm' C.(Arpeggios:'Strings'1,'2'&'3'using'C,'G7,'G,'G7'progression.'60bpm' D.(Scales:'G'to'G'in'the'key'of'C.'(1st,'2nd'&'3rd'strings).'60bpm'

More information

Clever SFTP Instructions

Clever SFTP Instructions Clever SFTP Instructions December 14, 2017 Contents 1 Introduction 3 2 General SFTP Setup 3 3 Preparing CSV Files 4 3.1 Preparing schools.csv............................... 5 3.2 Preparing students.csv...............................

More information

Creating Your Account

Creating Your Account Soledad Unified School District Online Parent Portal Account Setup Tutorial The following are step-by-step procedures to create an online parent account to access your child s grades, attendance, schedules,

More information

Power School Walk-in Scheduling (Secondary)

Power School Walk-in Scheduling (Secondary) Power School Walk-in Scheduling (Secondary) 1 Walk-In Scheduler Search for the student on the Start Page. Open the Quick Lookup Screen for the student. From Scheduling Functions, Choose Modify Schedule.

More information

The WellComm Report Wizard Guidance and Information

The WellComm Report Wizard Guidance and Information The WellComm Report Wizard Guidance and Information About Testwise Testwise is the powerful online testing platform developed by GL Assessment to host its digital tests. Many of GL Assessment s tests are

More information

EE221 Databases Practicals Manual

EE221 Databases Practicals Manual EE221 Databases Practicals Manual Lab 1 An Introduction to SQL Lab 2 Database Creation and Querying using SQL Assignment Data Analysis, Database Design, Implementation and Relation Normalisation School

More information

SIS Import Guide. v2015.1

SIS Import Guide. v2015.1 SIS Import Guide v2015.1 The information in this document is subject to change without notice and does not represent a commitment on the part of Horizon. The software described in this document is furnished

More information

PTA MEMBERSHIP MANAGEMENT SYSTEM LOCAL LEADER MANUAL. February 15, 2018

PTA MEMBERSHIP MANAGEMENT SYSTEM LOCAL LEADER MANUAL. February 15, 2018 Table of Contents Getting Started... 3 The Basics/Introduction... 4 Logging In to Your Account:... 4 Dues Structure Management (Adding and Removing Membership Types)... 5 Unpublishing (or Editing ) Membership

More information

Use the table below to learn about the various user roles currently available in the Educator Dashboard. User Role For Who?

Use the table below to learn about the various user roles currently available in the Educator Dashboard. User Role For Who? How to Create Educator Accounts in Partner Districts Educators with a Site Admin or District Admin user role in the Educator Dashboard on CaliforniaColleges.edu have the ability to create accounts for

More information

Dynamic Supplies. Direct Ship & Auto Order

Dynamic Supplies. Direct Ship & Auto Order Dynamic Supplies Direct Ship & Auto Order Why direct ship? At Dynamic Supplies we have long been a supporter of direct ships as a means for you to efficiently market your business and manage your inventory.

More information

COPYRIGHTED MATERIAL. Databases

COPYRIGHTED MATERIAL. Databases 1 Databases Most Visual Basic 2005 applications that you write use data in some form or fashion. Where you retrieve that data from depends on what your application is doing. One of the most common types

More information

Test Information and Distribution Engine

Test Information and Distribution Engine Oregon Assessment of Knowledge and Skills Test Information and Distribution Engine User Guide 2016 2017 Published November 28, 2016 Prepared by the American Institutes for Research Descriptions of the

More information

1. Fields to Display Dataset Data Source Field Container Format Column Header Row Tool Tip GetFCATDatabyStudentID StudentName Table1

1. Fields to Display Dataset Data Source Field Container Format Column Header Row Tool Tip GetFCATDatabyStudentID StudentName Table1 1. Fields to Display Dataset Container Format Column Header Row Tool Tip GetFCATDatabyStudentID StudentName Table1 Table1 Textbox Textbox Table4 Back to Student FCAT Report Report Hyperlink: Superintendent

More information

NOTE: New directions for accessing the Parent Portal using Single Sign On

NOTE: New directions for accessing the Parent Portal using Single Sign On NOTE: New directions for accessing the Parent Portal using Single Sign On PROCESS STEPS SCREEN SHOTS Launch a web browser (Internet Explorer, Safari, or FireFox) and go to PowerSchool Parent Portal URL:

More information

Oracle and MySQL. A Practical Approach

Oracle and MySQL. A Practical Approach Oracle and MySQL A Practical Approach Oracle and MySQL A Practical Approach By B. Mohamed Ibrahim MCA., M.Phil., MBA., Software Technical Consultant Firewall Media (An Imprint of Laxmi Publications Pvt.

More information

PRESENCE. Photo Gallery Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. Photo Gallery Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE Photo Gallery Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents Introduction... 3 Key Information... 3 How to Add a Photo

More information

Database Languages. A DBMS provides two types of languages: Language for accessing & manipulating the data. Language for defining a database schema

Database Languages. A DBMS provides two types of languages: Language for accessing & manipulating the data. Language for defining a database schema SQL 1 Database Languages A DBMS provides two types of languages: DDL Data Definition Language Language for defining a database schema DML Data Manipulation Language Language for accessing & manipulating

More information

Wimba Classroom Version 6.1 System Administrator Guide

Wimba Classroom Version 6.1 System Administrator Guide Wimba Classroom Version 6.1 System Administrator Guide Wimba Classroom 6.1 System Administrator Guide 1 Administration Tools 2 Room Administration 3 Server Login Styles 3 Selecting a Server Login Style

More information