Title of Resource The Syntax Window for SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s)

Size: px
Start display at page:

Download "Title of Resource The Syntax Window for SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s)"

Transcription

1 Title of Resource The Syntax Window for SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard Author(s) Leiszle Lapping-Carr Institution University of Nevada, Las Vegas Students learn to create syntax commands by typing them and by using the paste function, Brief Description: and they will learn how to save the syntax file in SPSS format and pdf format. A detailed grading rubric is included. SPSS, syntax window, descriptive statistics, applying statistical concepts, grading Keywords: rubric Author Contact kim.barchard@unlv.edu Information: Additional Information: llapping@unlv.nevada.edu This assignment uses an existing data file, which is available on the Open Science Framework at TeachPsychScience.org is made possible with grant support from the Association for Psychological Science (APS) Fund for Teaching and Public Understanding of Psychological Science to the site creators Gary Lewandowski, Natalie Ciarocco, and David Strohmetz. All materials on this site have been subjected to a peer review process. We welcome additional resources ( Kimberly A. Barchard & Leiszle Lapping-Carr. All Rights Reserved. This material may be used for noncommercial educational purposes. All other uses require the written consent of the authors

2 Instructors: This is assignment 3 in a series of 10 assignments for SPSS. In this assignment, students will learn to create syntax commands by typing them and by using the paste function, and they will learn how to save the syntax file in SPSS format and pdf format. At a minimum, students should complete the following assignments from this series before attempting this assignment: Introduction to SPSS (under Basics of SPSS > Introduction) This assignment should take minutes for students to complete. We strongly encourage our students to complete these assignments in groups of 2-3 students. This allows them to follow the detailed instructions correctly and work through difficult parts of the assignment together. Groups larger than 3 would make it difficult for the students to work on a single computer and contribute equally. When students complete assignments in groups, it is helpful for them to save their files in a location to which all team members have access. This could be a folder on the university server or a DropBox folder. This ensures that all students have access to the current files, thus prevent students from duplicating each other s work, and reduces the chance that the wrong files will be submitted. This assignment should be printed so that students can read the instructions on paper while simultaneously completing the work on the computer. If students are working in groups, one student should read the instructions out loud (while keeping a finger on the line they are reading) while another student implements the instructions on the computer. Ideally, the student with the WORST computer skills will be the one using the computer. If students are working individually, they should use a ruler or a piece of paper to help them keep track of where they are on the instructions. This assignment can be submitted via hard copy or electronically. We prefer electronic submission for four reasons. (1) Grading can be completed at any computer (the grader does not need to carry stacks of paper back and forth). (2) There is documentation that the assignment was submitted and graded. This makes it easier for instructors and teaching assistants to communicate clearly with students when students have questions about the assignment. (3) When students are working in teams, every team member can have a copy of the completed assignment and the feedback. (4) Electronic submission reduces how much paper is used. The assignment includes instructions for converting SPSS documents into PDF format. These pdf files can easily be submitted through your university s online course management system or via . The PDF format also allows for grading on computers that do not have SPSS. Grading The grading rubric is comprehensive, detailed, and clear. It has been used successfully by both graduate and undergraduate teaching assistants. Because it can be used to provide specific feedback to students, its use minimizes student questions about grades. The use of the grading rubric makes it easy for students to identify and correct any mistakes they made. In our class, we allow students to re-do assignments upon which they did not earn full marks. Re-do s are allowed at two points: once halfway through the semester and once just before the end of the semester. Allowing students to re-do

3 assignments is beneficial for three reasons. First, it encourages students to fix any errors they made and so learn the skills we were trying to teach. Second, it encourages students to re-do earlier assignments, which serves as a refresher. Third, it provides students with an opportunity to make up missed assignments, which ensures they have the skills necessary for the more advanced assignments. It is possible to earn 38 points on this assignment. You should instead score the assignment out of 30 points if you decide not to have students submit their files electronically: Simply ignore the File Names (Electronic Submission) sections of the grading rubric. In our course, we use course management software (e.g., Blackboard) to scale the grades to make this assignment worth 3 points (rather than 30). Files This assignment consists of four files. Two of these files are available to students. All four files are available to instructors. File Student s site: Instructor s site: Assignment Original Link to student site Questionnaire data Original Link to student site Grading rubric Original Instructions for instructors Original This assignment was designed for SPSS 22. The websites above may contain assignments for later versions of SPSS.

4 The Syntax Window for SPSS Open the Questionnaire Data.sav file from the Open Science Framework at Purpose The purpose of this assignment is to learn how to create and run Syntax files. Syntax files are used to write down the commands needed to run statistical analyses in SPSS. The advantage of using the Syntax Window is that it provides a record of the analyses you conducted. Furthermore, if you decide you need to repeat an analysis you have already done, you can just highlight the analysis and run it. This is especially useful if you want to do several different analyses that are very similar to each other. You can copy and paste the commands, and make any changes you need. In this assignment, you will calculate the mean and standard deviation for two variables using the menus and then calculate them again using the syntax window. In every assignment after this, you will be asked to use the syntax window. Part A: Watch the SPSS Tutorial on the Syntax Video 1. Open SPSS A box will pop up asking you what you want to do, click Cancel. 2. Click on the Help menu. Select Tutorial. Then select Working with Syntax. 3. Watch the slide show tutorial. Stop at when you get to the next section, which is titled Modifying Data Values. Part B: Opening the Data File and Titling Your Output 1. Download and open the Questionnaire Data.sav file from the Open Science Framework at 2. Switch to the output window. If SPSS did not create an output window for you, create a new output window. To do this, click on File, New, Output. 3. Add a title at the top of your output file, including your name, the course number, the assignment name, and the date. Part C: Calculating Mean and Standard Deviation using Menus 1. Calculate the mean and standard deviation for the two variables: How many dogs do you own? and How many cats do you own? There are several ways to do this. We recommend Analyze, Descriptive Statistics, Descriptives. 2. Put a title on this section, above the word Descriptives, that says Calculated Using Menus. Part D: Calculating the Mean and Standard Deviation using the Syntax Window In this section, we will calculate the mean and standard deviation for the same two variables, cats and dogs, using the syntax window. We will type the commands we need directly into the syntax window, and then run the commands. 1. Click on the File menu. 2. Select New from the drop-down menu. 3. Select Syntax from the side-menu. 4. A new syntax window will now open. Readjust the window size if necessary. Type the following commands into this window. Type them exactly as they appear below: DESCRIPTIVES /STATISTICS=MEAN STDDEV. (Don't overlook the period at the end of the last line. It's important.) 5. Save your syntax window, by clicking on the File menu, and clicking Save. This way, you won t have to re-do all this if you need to come back to this assignment later. Right now, this file is called Syntax1. Change the file name to give the assignment topic, your last name, and what kind of file this is: SPSS Syntax Window Last Name Syntax.sps. Note: You must activate the syntax window in order to save the syntax window. If your output window is active, for example, then what you are saving is your output file. If your data window is active, then what you are saving is your data file. To activate the syntax window, click anywhere inside the syntax window. 6. In the Syntax Window, select the three lines you just typed. 7. Click on the Run menu. 8. Click on Selection from the drop-down menu. This will run the commands that you have highlighted. Note: In this case, it would have been fine to use Run All, but in future you might only want to run one of the commands in your syntax window, and so you will want to use Run Selection. 9. In the output window, a new log will appear and a new set of descriptive statistics. If SPSS is printing logs in your output file, you will note that the log that appears in your output file is exactly identical to the syntax commands you just typed: the log is telling you what syntax commands were used to generate the output. 10. Go to your Output window. Compare the means and standard deviations you got here with the results you got using the menus. They should be the same. 11. In your output window, put a title on this section, just above the new log. Your title should say Calculated Using Typed Syntax Window. In theory, you should be able to put the title above the log by clicking on the word "Log" on the left-hand side, and then using Insert, New Title. However, for some inexplicable reason, when I do that, the title ends up below the 1

5 log. So, this is a good opportunity for me to show you how to move output around. First insert the title. Then select the title in the left-hand window, and drag it to where you want it to be. Note. You cannot move items in the window on the righthand side; you have to use the window on the left-hand side. 12. Save your output file. Use the file name SPSS Syntax Window Last Name Output.spv. 13. Do not close your syntax or output files, because you will need both of these files to complete the assignment. Part E: Inserting Titles and Comments in Your Syntax File To make your syntax file easier to read, it is helpful to add titles and comments. You can type these directly into the file. When you do this, though, you must put a * at the beginning of each comment line and a period at the end of each comment line. If you do not do this, you will get an error message when you try to run your syntax commands, because SPSS will interpret your comment or title as an SPSS command. 1. Create a new line at the top of your syntax file. Place your cursor before Descriptives. Make sure that your syntax is NOT selected (or else you will erase it all). Now hit Enter to start a new line. 2. On this new line, type the title. The title should give your name, the course number and assignment name, and the date. Remember to put a * at the beginning of the title and a period at the end of the title. 3. Add a comment above the syntax commands you just typed. The comment should read *Typed syntax commands. (without the apostrophes) Type the words directly into the syntax file. Make sure to end the line with a period. Part F: Calculating the Mean and Standard Deviation using the Syntax Window, the Easy Way Typing in syntax commands by hand is slow and boring. It s also prone to error, when you type something incorrectly. Finally, you have to figure out exactly what commands to use before you can type them in. So, it s not the easiest method of creating a syntax file. Fortunately, there is a much easier way. We ll use this method for the rest of this semester. 1. Click on the Analyze menu. Click on Descriptive Statistics on the drop down menu. 2. Click on Descriptives from the side menu. 3. Double-click on the two variables you are interested in, dogs and cats, to select them. 4. Click on the Options button at the upper right of the window. 5. Make sure that the mean and standard deviation are selected, and that no other statistics are selected. 6. Click Continue. Then click Paste. 7. You have now created the syntax commands needed to do this analysis. Go to your Syntax window, and you will see that a second set of commands is underneath the first set. 8. Add a comment above these commands, which says *Syntax commands created using the Paste function. Make sure the comment starts with a * and ends with a period. 9. Select the new command lines, click Run, and Selection. If you get an error, make sure that every comment line starts with a * and ends with a period. 10. In your output window, title this section. If SPSS is adding Logs to your output, put the title above the word Log ; otherwise, put the title above the word Descriptives. Make the title Calculated Using Pasted Syntax Commands. 11. Save your output file. Save your syntax file. Part G: Export your Output file to a PDF 1. Create a PDF of your Output by exporting it to a PDF. Title your PDF SPSS Syntax Window Last Name Output.pdf. Part H: Create PDF of your Syntax File by Printing to Adobe PDF You should also convert your Syntax File into a PDF so you can read it at on other computers. However, you will need to do it differently than for other assignments. There is not an Export option for syntax files. Therefore, you must follow these instructions: 1. Click the File menu at the top left of the window. 2. Click Print on the drop down menu. 3. Under Print Range, select either All or Selection. Usually you will want to print All. 4. Select the number of copies to be made (usually 1). 5. Select the printer Abode PDF. Click OK. Change the file name to SPSS Syntax Window Last Name Syntax.pdf. WHAT YOU SHOULD HAND IN Hand in BOTH your output file AND your syntax file (both in pdf format). Your output file should have the means and standard deviations for dogs and cats calculated three times, with different titles for each. Your syntax file should have commands for calculating the mean and standard deviation of dogs and cats twice, with different comments for each. Both files should have titles at the top, with your names, the course number and the assignment name, and the date. 2

6 1 Assignment 3: The Syntax Window for SPSS Grading Rubric SYNTAX FILE NAMES (ELECTRONIC SUBMISSION) No credit (-2) Partial credit (-1) Full credit (0) Points lost Document is in.pdf format. Document is not in.pdf format. Document is in.pdf format. Document has been given the correct file name. TITLES At the top of the document, there is a title giving student's name, course number, assignment number, and the date. File name is not "SPSS Syntax Window Last Name Syntax.pdf." Name, course number, assignment number, and date are a. Content is not all correct. b. Content is not all present. c. Content is not at the beginning of the document. File name is "SPSS Syntax Window Last Name Syntax.pdf." (Last Name is replaced with student s last name). Name, course number, assignment number, and date are at the top of the document. Gave a comment above the typed syntax commands saying "*Typed syntax commands." (without quotation marks). Gave typed syntax commands to get the mean and standard deviation for Cats and Dogs as indicated by the syntax command: "DESCRIPTIVES /STATISTICS=MEAN STDDEV." Gave a comment above the pasted syntax commands saying *Syntax commands created using the Paste function. (without quotation marks). Syntax command is Comment is Syntax command is not exactly "DESCRIPTIVES VARIABLES=dogs cats /STATISTICS=MEAN STDDEV." Comment is a. Comment is not exact. b. Comment is not in the correct location. a. Comment is not exact. b. Comment is not in the correct location. Comment is correct and is at the top of the typed syntax commands. Syntax command is exactly " DESCRIPTIVES /STATISTICS=MEAN STDDEV." However, differences in capitalization, spacing, and line breaks are all okay. Comment is correct and is at the top of the pasted syntax commands.

7 2 Assignment 3: The Syntax Window for SPSS Grading Rubric Pasted the syntax commands to get the mean and standard deviation for Cats and Dogs are present: DATASET ACTIVATE DataSet1. DESCRIPTIVES /STATISTICS=MEAN STDDEV. OUTPUT Syntax command is FILE NAMES (ELECTRONIC SUBMISSION) Syntax command is not exactly "DATASET ACTIVATE DataSet1. DESCRIPTIVES VARIABLES=dogs cats /STATISTICS=MEAN STDDEV." Syntax command is exactly "DATASET ACTIVATE DataSet1. DESCRIPTIVES /STATISTICS=MEAN STDDEV." However, differences in capitalization, spacing, and line breaks are all okay. No credit (-2) Partial credit (-1) Full credit (0) Points lost Document is in.pdf format. Document is not in.pdf format. Document is in.pdf format. Document has been given the correct file name. TITLES At the top of the document, there is a title giving student's name, course number, assignment number, and the date. File name is not "SPSS Syntax Window Last Name Output.pdf." Name, course number, assignment number, and date are a. Content is not all correct. b. Content is not all present. c. Content is not at the beginning of the document. File name is "SPSS Syntax Window Last Name Output.pdf." (Last Name is replaced with student s last name). Name, course number, assignment number, and date are at the top of the document. Gave a title at the top of the output, above the word Descriptives, saying Calculated Using Menus. Using menus, gave the following values for Dogs: mean = 1.33 and standard deviation = Title is a. Title is not exact. b. Title is not in the correct location. Title is correct and it is above the word Descriptives. correct.

8 3 Assignment 3: The Syntax Window for SPSS Grading Rubric Using menus, gave the following values for Cats: mean = 1.32 and standard deviation = Gave a title before the next output section, above the word Log, saying Calculated Using Typed Syntax Window. Using typed syntax window, gave the following values for Dogs: mean = 1.33 and standard deviation = Using typed syntax window, gave the following values for Cats: mean = 1.32 and standard deviation = Gave a title before the next output section, above the word Log or Descriptives, saying Calculated Using Pasted Syntax Commands. Using pasted syntax commands, gave the following values for Dogs: mean = 1.33 and standard deviation = Using pasted syntax commands, gave the following values for Cats: mean = 1.32 and standard deviation = Title is Title is a. Title is not exact. b. Title is not in the correct location. a. Title is not exact. b. Title is not in the correct location. correct. Title is correct and it is directly above the word Log. correct. correct. Title is correct and it is directly above the word Log or Descriptives. correct. correct. Instructions: Note the reason for losing points by circling or highlighting above. In the points lost column, note the number of points lost for each row. Total points lost = 38 Total points lost = Total score = / 38

Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s)

Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard. Author(s) Title of Resource Introduction to SPSS 22.0: Assignment and Grading Rubric Kimberly A. Barchard Author(s) Leiszle Lapping-Carr Institution University of Nevada, Las Vegas Students learn the basics of SPSS,

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 21.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Introduction to SPSS

Introduction to SPSS Introduction to SPSS Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data file and calculate

More information

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS.

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS. 1 SPSS 11.5 for Windows Introductory Assignment Material covered: Opening an existing SPSS data file, creating new data files, generating frequency distributions and descriptive statistics, obtaining printouts

More information

TurnItIn How Do I Set Up My Turnitin Assignment? How Do I Give Feedback to My Students in Turnitin?...109

TurnItIn How Do I Set Up My Turnitin Assignment? How Do I Give Feedback to My Students in Turnitin?...109 ASSIGNMENTS Table of Contents Assignment Settings... 4 How Do I Create an Assignment?... 5 How Do I Edit an Assignment?... 8 How Do I Create a Group Assignment?...11 How Do I Delete an Assignment?...18

More information

BYU-Idaho Online Knowledgebase

BYU-Idaho Online Knowledgebase ASSIGNMENTS Table of Contents Assignment Settings...4 How Do I Create an Assignment?...5 How Do I Edit an Assignment?...8 How Do I Create a Group Assignment?...12 How Do I Delete an Assignment?...21 "Dropbox"

More information

Switched-On Schoolhouse 2014 User Guide Reports & Application Functions

Switched-On Schoolhouse 2014 User Guide Reports & Application Functions Switched-On Schoolhouse 2014 User Guide Reports & Application Functions MMVI Alpha Omega Publications, Inc. Switched-On Schoolhouse 2014, Switched-On Schoolhouse. Switched-On, and their logos are registered

More information

CIS 101 Orientation Document Fall 2017

CIS 101 Orientation Document Fall 2017 CIS 101 Orientation Document Fall 2017 Fall 2017 ONLINE section 23989 To be successful in an online section you must be motivated, disciplined, and able to read and understand the material in the books

More information

Submitting Assignments

Submitting Assignments Submitting Assignments Blackboard s assignments feature allows the instructor to assign coursework for you to submit electronically. First, you need to locate the assignment. Your instructor will place

More information

MOODLE MANUAL TABLE OF CONTENTS

MOODLE MANUAL TABLE OF CONTENTS 1 MOODLE MANUAL TABLE OF CONTENTS Introduction to Moodle...1 Logging In... 2 Moodle Icons...6 Course Layout and Blocks...8 Changing Your Profile...10 Create new Course...12 Editing Your Course...15 Adding

More information

PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules

PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules For technical support call 1-800-936-6899 PsychPortal Quick Start for Myers Psychology 10e In Modules Table of Contents Overview...

More information

Questionmark Assessments Taking an Assessment

Questionmark Assessments Taking an Assessment 1 IMPORTANT! Before taking your readiness assessment, you must be prepared to print your Certificate of Completion either to your printer or as a PDF. We recommend that you print a PDF of the certificate

More information

Kaltura Blackboard Building Block - KAF

Kaltura Blackboard Building Block - KAF I. Introduction a. The Kaltura Building Block allows us to add powerful media tools to Blackboard, combining the best features of video sharing, webcam recording, screen recording, and more, all within

More information

SPSS 11.5 for Windows Assignment 2

SPSS 11.5 for Windows Assignment 2 1 SPSS 11.5 for Windows Assignment 2 Material covered: Generating frequency distributions and descriptive statistics, converting raw scores to standard scores, creating variables using the Compute option,

More information

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS.

Depending on the computer you find yourself in front of, here s what you ll need to do to open SPSS. 1 SPSS 13.0 for Windows Introductory Assignment Material covered: Creating a new SPSS data file, variable labels, value labels, saving data files, opening an existing SPSS data file, generating frequency

More information

Turnitin Feedback Studio. Office of Distance Education

Turnitin Feedback Studio. Office of Distance Education VIEWING TURNITIN SIMILARITY REPORTS AND LEAVING FEEDBACK Turnitin is an external tool integrated into D2L to allow instructors to check the originality, add comments, and evaluate students written work.

More information

Writing Practice Tool Guide

Writing Practice Tool Guide Writing Practice Tool Guide Virginia Standards of Learning Grades 5, 8, & End-of-Course (EOC) Writing February, 2013 Pearson 1 Revised February 14, 2013 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS

More information

Developer s Tip Print to Scale Feature in Slide

Developer s Tip Print to Scale Feature in Slide Developer s Tip Print to Scale Feature in Slide The latest update to Slide 5.0 brings a number of improvements related to printing functionality, giving the user greater control over printed output. Users

More information

Module 1: Introduction RStudio

Module 1: Introduction RStudio Module 1: Introduction RStudio Contents Page(s) Installing R and RStudio Software for Social Network Analysis 1-2 Introduction to R Language/ Syntax 3 Welcome to RStudio 4-14 A. The 4 Panes 5 B. Calculator

More information

Kaltura Blackboard Building Block - KAF

Kaltura Blackboard Building Block - KAF Kaltura Blackboard Building Block - KAF I. Introduction a. The Kaltura Building Block allows us to add powerful media tools to Blackboard, combing the best features of video sharing, webcam recording,

More information

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher For technical support call 1-800-936-6899 GeographyPortal Quick Start for Pulsipher, World Regional

More information

What s New in Blackboard Faculty Tutorial

What s New in Blackboard Faculty Tutorial What s New in Blackboard Faculty Tutorial Global Navigation menu: The new Notification area combines notices, alerts, messages, and other items from all of your courses in one place. Now you can find alerts

More information

Blackboard 9 Instructor Manual

Blackboard 9 Instructor Manual Blackboard 9 Instructor Manual Online Education Department Edition Before Class Begins Posting Announcements page 2 Creating an Instructor Profile page 3 Setting Availability page 4 Setting Due Dates page

More information

Blackboard QuickStart Guide for Students

Blackboard QuickStart Guide for Students Blackboard QuickStart Guide for Students This QuickStart guide will walk you through the process of logging in to Blackboard and submitting your work. If you do not know your login information for Blackboard,

More information

Student Success Guide

Student Success Guide Student Success Guide Contents Like a web page, links in this document can be clicked and they will take you to where you want to go. Using a Mouse 6 The Left Button 6 The Right Button 7 The Scroll Wheel

More information

Viewing Grades and Feedback in Blackboard

Viewing Grades and Feedback in Blackboard Viewing Grades and Feedback in Blackboard Blackboard Learn Throughout the semester, instructors may provide grade feedback to students through a course s My Grades tool. This tool is located in your course

More information

WORD BASICS: MICROSOFT OFFICE 2010

WORD BASICS: MICROSOFT OFFICE 2010 WORD BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Microsoft Word Components The Keyboard SIMPLE TASKS IN MICROSOFT WORD PAGE 08 Typing

More information

ipad TEACHER GUIDE ebackpack provides a separate Administrative Guide and Student Guide through our support site at

ipad TEACHER GUIDE ebackpack provides a separate Administrative Guide and Student Guide through our support site at ebackpack ipad Teacher Guide Page 1 of 31 ipad TEACHER GUIDE This guide will cover basic usage of ebackpack for a teacher (assignments, storage, homework review, collaboration, and Act As support). If

More information

Registration Register/Purchase Teacher Click Register Request Validation Submit Back

Registration Register/Purchase Teacher Click Register Request Validation Submit Back Teacher manual Table of contents Table of contents... 1 Registration... 2 Login / Logout... 3 Login... 3 Logout... 3 Trouble signing in / forget your password?... 3 Creating a course... 4 Hiding and viewing

More information

COMP 105 Homework: Type Systems

COMP 105 Homework: Type Systems Due Tuesday, March 29, at 11:59 PM (updated) The purpose of this assignment is to help you learn about type systems. Setup Make a clone of the book code: git clone linux.cs.tufts.edu:/comp/105/build-prove-compare

More information

Chapter 11 Dealing With Data SPSS Tutorial

Chapter 11 Dealing With Data SPSS Tutorial Chapter 11 Dealing With Data SPSS Tutorial 1. Visit the student website at for this textbook at www.clowjames.net/students. 2. Download the following files: Chapter 11 Dealing with Data (SPSS data file)

More information

ABPN MOC Pilot Project Instructions

ABPN MOC Pilot Project Instructions ABPN MOC Pilot Project Instructions January 2019 2019 American Board of Psychiatry and Neurology, Inc. Table of Contents 1. Log in to ABPN MOC Pilot Project Portal homepage 1 2. Choose a topic area 1 3.

More information

/ tel: / tel:

/ tel: / tel: nsteptoe@dcccd.edu / tel: 972-669-6464 jchi@dcccd.edu / tel: 214-576-0919 Table of Contents Introduction... 3 Anonymous Grading... 4 Delegated Grading... 6 Reconcile Grades... 7 SafeAssign Integration...

More information

for Windows Copyrighted by Educational Programs and Software, Inc.

for Windows Copyrighted by Educational Programs and Software, Inc. EPES Software Survey Master for Windows Copyrighted by Educational Programs and Software, Inc. 1999 This documentation may not be copied without written consent from EPES Software, Inc. 1 Table of Contents

More information

Using UWSuperior and Turnitin Together

Using UWSuperior and Turnitin Together Using Learn@ UWSuperior and Turnitin Together Desire2Learn and Turnitin have added the ability to check the originality of documents submitted to the Dropbox in Learn@ UWSuperior to make Originality Checking

More information

GRADING ASSIGNMENTS. You can access assignments that have been submitted by students and need grading from the:

GRADING ASSIGNMENTS. You can access assignments that have been submitted by students and need grading from the: GRADING ASSIGNMENTS When you create an assignment, a column is added automatically to the Grade Center. An assignment that has been submitted, but not graded, is indicated with an exclamation mark ( )

More information

Chapter 12 Dealing With Data Tutorial

Chapter 12 Dealing With Data Tutorial Chapter 12 Dealing With Data Tutorial 1. Visit the student website at for this textbook at www.clowjames.net/students. 2. Download the following files: Chapter 12 Dealing with Data (SPSS data file) Chapter

More information

About this Course. Blackboard Student Orientation Course. About the Portal. Logging In. About the Course Layout. Showing the Course Menu

About this Course. Blackboard Student Orientation Course. About the Portal. Logging In. About the Course Layout. Showing the Course Menu About this Course Blackboard Student Orientation Course Outline and Notes 1 Your progress is automatically saved Most slides follow a Read > Watch > Do structure Click the to close the Information Box

More information

Blackboard for Faculty: Grade Center (631) In this document:

Blackboard for Faculty: Grade Center (631) In this document: 1 Blackboard for Faculty: Grade Center (631) 632-2777 Teaching, Learning + Technology Stony Brook University In this document: blackboard@stonybrook.edu http://it.stonybrook.edu 1. What is the Grade Center?..

More information

What is Flubaroo? Step 1: Create an Assignment

What is Flubaroo? Step 1: Create an Assignment What is Flubaroo? Flubaroo is free tool that helps you quickly grade multiple-choice or fill-in-blank assignments. It is more than just a grading tool, Flubaroo also: Computes average assignment score.

More information

Recognizing a Function

Recognizing a Function Recognizing a Function LAUNCH (7 MIN) Before Why would someone hire a dog walking service? During Do you know exactly what it would cost to hire Friendly Dog Walking? After How does each service encourage

More information

D2L Assignment Grader App Faculty Support Guide

D2L Assignment Grader App Faculty Support Guide D2L Assignment Grader App Faculty Support Guide Center for Teaching Arts and Technology Roane State Community College https://ctat.roanestate.edu 865-882-4456 ctatmailbox@roanestate.edu July 2015 1 Contents

More information

EnviroPortal Instructor Quick Start for Friedland, Relyea, & Courard-Hauri Environmental Science: Foundations and Applications

EnviroPortal Instructor Quick Start for Friedland, Relyea, & Courard-Hauri Environmental Science: Foundations and Applications EnviroPortal Instructor Quick Start for Friedland, Relyea, & Courard-Hauri Environmental Science: Foundations and Applications For technical support call 1-800-936-6899 EnviroPortal Quick Start for Friedland,

More information

Introduction to Powerpoint. Create it. Opening a presentation

Introduction to Powerpoint. Create it. Opening a presentation Introduction to Powerpoint Create it You will make a short presentation to your class to let them know what to expect in your class this year. Adding some overheads to your presentation will keep their

More information

Instructor Feedback Location and Printing. Locating Instructor Feedback When Available within Canvas

Instructor Feedback Location and Printing. Locating Instructor Feedback When Available within Canvas Instructor Feedback Location and Printing This document will identify the locations in Canvas where students may find instructor comments, feedback, inline editing, and rubric scores and comments. Also

More information

CSC 101: Lab #8 Digital Video Lab due date: 5:00pm, day after lab session

CSC 101: Lab #8 Digital Video Lab due date: 5:00pm, day after lab session Name: Lab Date and Time: Email Username: Partner s Name: CSC 101: Lab #8 Digital Video Lab due date: 5:00pm, day after lab session Pledged Assignment: This lab document should be considered a pledged graded

More information

STUDENT GUIDE TO MOODLE

STUDENT GUIDE TO MOODLE STUDENT GUIDE TO MOODLE Education Editing your Student Profile... 2 Engaging with Moodle Resources/ Activities... 3 Moodle books... 4 Composing... 5 Reading & Replying... 6 Editing a Post... 7 Displaying

More information

Project 1 Balanced binary

Project 1 Balanced binary CMSC262 DS/Alg Applied Blaheta Project 1 Balanced binary Due: 7 September 2017 You saw basic binary search trees in 162, and may remember that their weakness is that in the worst case they behave like

More information

GOOGLE DRIVE & DOCS. USERNAME: [for example,

GOOGLE DRIVE & DOCS. USERNAME: [for example, GOOGLE DRIVE & DOCS CONTENTS Logging In... 1 Creating & Saving Files... 1 Uploading Files to the Drive... 2 Edit and Format A Document... 3 Share and collaborate... 4 Definitions... 7 LOGGING IN All PFHS

More information

Step 5: Figures and Tables

Step 5: Figures and Tables Steps and directions are adapted from the UCF College of Graduate Studies Microsoft Word Formatting Modules. Step 5: Figures and Tables This PDF explains Step 5 of the step-by-step instructions that will

More information

CSCI 320 Group Project

CSCI 320 Group Project CSCI 320 Group Project Project Description This is a semester long group project. Project Goals Group project of 3-4 students. Groups will not change after assigned. Select a project domain from the list

More information

DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS

DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS Using SPSS Topics addressed today: 1. Accessing data from CMR 2. Starting SPSS 3. Getting familiar with SPSS 4. Entering data 5. Saving data

More information

Find and read your Turnitin feedback

Find and read your Turnitin feedback o elearning Unit Student Guides Last updated: 29/09/17 Find and read your Turnitin feedback Find your Turnitin feedback... 1 Reading Feedback Studio feedback... 2 1. Feedback comments directly on the page...

More information

EDTE 330A/B. Educational Technology in the Classroom: Applications and Integrations

EDTE 330A/B. Educational Technology in the Classroom: Applications and Integrations EDTE 330A/B Educational Technology in the Classroom: Applications and Integrations California State University, Sacramento Department of Teacher Education Instructor Brian S., Ph.D. 1 Rules and Procedures

More information

QuickStart Guide for Students

QuickStart Guide for Students Once you have registered your Chalk & Wire account or received your User ID and Password, go to the Chalk & Wire login web page for your institution. If you do not know the correct URL, please visit ep.chalkandwire.com

More information

Instructional Technology & Technology Enhancement Center -itec Grade Center Tutorial for Faculty

Instructional Technology & Technology Enhancement Center -itec Grade Center Tutorial for Faculty Instructional Technology & Technology Enhancement Center -itec Grade Center Tutorial for Faculty Grade Center: Several changes have been made in new Grade Center including new icons. Note that grade center

More information

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners Getting Started Excerpted from Hello World! Computer Programming for Kids and Other Beginners EARLY ACCESS EDITION Warren D. Sande and Carter Sande MEAP Release: May 2008 Softbound print: November 2008

More information

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

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

More information

FORMSTACK ONLINE FORMS

FORMSTACK ONLINE FORMS FORMSTACK ONLINE FORMS Introduction The online application forms are built through a product called Formstack. With Formstack you can build intelligent and professional looking forms and map them into

More information

Moodle Morsels from Sandy & Inkie. b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer

Moodle Morsels from Sandy & Inkie. b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer 1. To login to Moodle: a. https://moodle.stpsb.org Moodle Morsels from Sandy & Inkie b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer 2. Moodle

More information

Introduction to Blackboard

Introduction to Blackboard Blackboard 9.1: Student Guide Introduction to Blackboard Logging into Blackboard Blackboard Blackboard is an integrated set of web-based tools for course management and delivery. Requirements For web-based

More information

EPORTFOLIO FOR YOUR COURSE. Summer 2018 Cohort Training

EPORTFOLIO FOR YOUR COURSE. Summer 2018 Cohort Training EPORTFOLIO FOR YOUR COURSE Summer 2018 Cohort Training Outcomes: By the end of today, you will be able to Explain and utilize eportfolio pedagogy Explain the difference between a course level and program

More information

SacCT Creating a Turnitin Assignment How to Guide

SacCT Creating a Turnitin Assignment How to Guide SacCT Creating a Turnitin Assignment How to Guide HOW TO GUIDE WHAT IS A TURNITIN ASSIGNMENT CALIFORNIA STATE UNIVERSITY, SACRAMENTO Turnitin is an online plagiarism detection resource that is available

More information

MyDegreeAudit Self-Service for Students Table of Contents

MyDegreeAudit Self-Service for Students Table of Contents Table of Contents Table of Contents... 1 MyDegreeAudit... 1 Request an Audit... 2 What-If Audit/PDF Audit Selection... 3 Completed Audit Requests... 4 Audit Results... 5 Reading the HTML Audit and Printer

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

Students Guide to Desire2Learn

Students Guide to Desire2Learn Students Guide to Desire2Learn Created By: Justin Poggemann Updated by Kimberly Ross on June 1 st 2008 Desire2Learn Table of Contents: System Requirements How to get to Desire2Learn Log-On Procedures Secure/Non

More information

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts.

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts. Handling Your Data in SPSS Columns, and Labels, and Values... Oh My! You might think that simple intuition will guide you to a useful organization of your data. If you follow that path, you might find

More information

Lesson 2 page 1. ipad # 17 Font Size for Notepad (and other apps) Task: Program your default text to be smaller or larger for Notepad

Lesson 2 page 1. ipad # 17 Font Size for Notepad (and other apps) Task: Program your default text to be smaller or larger for Notepad Lesson 2 page 1 1/20/14 Hi everyone and hope you feel positive about your first week in the course. Our WIKI is taking shape and I thank you for contributing. I have had a number of good conversations

More information

Instructional Technology & Technology Enhancement Centers -itec Grade Center Tutorial for Faculty

Instructional Technology & Technology Enhancement Centers -itec Grade Center Tutorial for Faculty Instructional Technology & Technology Enhancement Centers -itec Grade Center Tutorial for Faculty Creating a Test From Course Tools, click Tests, Surveys, and Pools. Click Tests. Click Build Test. Give

More information

EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e

EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e EconPortal Instructor Quick Start for Krugman/Wells Macroeconomics, 3e For technical support call 1-800-936-6899 EconPortal Quick Start for Krugman/Wells Macroeconomics, 3e Table of Contents Overview...

More information

Locating the Dropbox Tool:

Locating the Dropbox Tool: This step- by- step guide will demonstrate how to utilize the Dropbox Tool in your course in Desire2Learn (D2L). Locating the Dropbox Tool: 1. Go to the Course Navigation Bar and locate the Dropbox Tool.

More information

NILE Basics. Contents

NILE Basics. Contents Contents 1. What is NILE?... 2 1.1 What happens if there is a problem with NILE?... 2 1.2 Can I access NILE abroad?... 2 2. What is the NILE Template and how will it help me?... 2 2.1 The Left Hand Menu...

More information

Loyola Marymount University School of Education

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

More information

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

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

More information

Welcome to the Next Level Purchasing Association. Next Level Purchasing is absolutely delighted to have you as a member.

Welcome to the Next Level Purchasing Association. Next Level Purchasing is absolutely delighted to have you as a member. 0 Table of Contents Introduction... 1 Logging In... 2 Courses... 3 Accessing & Enrolling in Courses... 3 Attending Courses... 4 SPSM Family of Certifications: Exams... 4 SPSM Family of Certifications:

More information

Quick Start for Assessors Chalk and Wire

Quick Start for Assessors Chalk and Wire Quick Start for Assessors Chalk and Wire Getting Started Chalk and Wire Account Creation Each assessor and candidate should receive an email with your login information to access the JHCOE instance of

More information

FAU. How do I. Post course content? Folders

FAU. How do I. Post course content? Folders How do I Post course content? Content is made up of folders, files, links, and assessments (this will be covered on page ## or see separate documentation). It is basically anything you want to share with

More information

ATS Questionnaire Management Interface (QMI) School Administrator Manual

ATS Questionnaire Management Interface (QMI) School Administrator Manual 2014 ATS Questionnaire Management Interface (QMI) School Administrator Manual 1 Table of Contents QMI: BATCH PAGE...3 LOGGING IN TO THE QUESTIONNAIRE MANAGEMENT INTERFACE...4 SEARCHING FOR EXISTING BATCHES...5

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

Waypoint Documentation for Use with Common Rubrics

Waypoint Documentation for Use with Common Rubrics Waypoint Documentation for Use with Common Rubrics College of Education INSTRUCTIONAL MEDIA AND DESIGN CENTER 10/15/2009 This documentation is specific for the use of the common rubrics for student teaching

More information

CS/SE 153 Concepts of Compiler Design

CS/SE 153 Concepts of Compiler Design San José State University Department of Computer Science CS/SE 153 Concepts of Compiler Design Section 1 Fall 2018 Course and Contact Information Instructor: Ron Mak Office Location: ENG 250 Email: ron.mak@sjsu.edu

More information

University of Southern California. GRS For Instructors Submitting Final Grades

University of Southern California. GRS For Instructors Submitting Final Grades University of Southern California GRS For Instructors Submitting Final Grades About GRS... 1 Accessing GRS... 1 Getting Help... 1 THE GRS MAIN MENU... 2 OVERVIEW OF THE GRS GRADING PROCESS... 3 Overview

More information

for Credit is between September 5 and October 3 at midnight.

for Credit is between September 5 and October 3 at midnight. Fall 2017 Human Subjects Sona opens September 5, 2017 Last day to do studies is December 12 at midnight Last day to make changes/corrections is December 17 at midnight Longer BRIEF SUMMARY Prescreen INSTRUCTIONS.

More information

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications Hello World! Computer Programming for Kids and Other Beginners by Warren Sande and Carter Sande Chapter 1 Copyright 2009 Manning Publications brief contents Preface xiii Acknowledgments xix About this

More information

Student User Guide for StatsPortal Essential Statistics, Second Edition

Student User Guide for StatsPortal Essential Statistics, Second Edition Student User Guide for StatsPortal Essential Statistics, Second Edition Moore Getting Started with StatsPortal for Moore Essential Statistics, 2e Table of Contents Overview... 1 Getting Help... 1 System

More information

Introduction to Dropbox Management Add a Category Add a Folder Set Availability for Dropbox Folders Add Special Access...

Introduction to Dropbox Management Add a Category Add a Folder Set Availability for Dropbox Folders Add Special Access... Dropbox Introduction to Dropbox Management... 2 Add a Category... 3 Add a Folder... 4 Set Availability for Dropbox Folders... 8 Add Special Access... 10 Reorder Folders and Categories... 12 Delete a Folder...

More information

Lesson 4: Introduction to the Excel Spreadsheet 121

Lesson 4: Introduction to the Excel Spreadsheet 121 Lesson 4: Introduction to the Excel Spreadsheet 121 In the Window options section, put a check mark in the box next to Formulas, and click OK This will display all the formulas in your spreadsheet. Excel

More information

CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS)

CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS) CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS) Table of Contents Get started... 3 What are the first steps I should take to make this process go smoothly?... 4 Confirm that the Macmillan Learning

More information

Writing a Letter - Part 1

Writing a Letter - Part 1 Writing a Letter - Part 1 Writing is one of the most important skills for success in today's world. Most teachers find word processing to be a valuable tool in developing student writing skills as well

More information

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

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

More information

Enter the site Title: Student Name s eportfolio Choose your Website Domain: Use a Subdomain of Weebly.com

Enter the site Title: Student Name s eportfolio Choose your Website Domain: Use a Subdomain of Weebly.com Weebly Tutorial Tutorial #1: Signing Up: Welcome to this tutorial. I m going to show you how to sign up for an account with Weebly so you can start building your eportfolio. Go to www.weebly.com. You can

More information

Open eclass Asynchronous elearning Platform

Open eclass Asynchronous elearning Platform Open eclass Asynchronous elearning Platform Student Manual The Open eclass platform is a complete Course Management System. It is the solution offered by the Greek Academic Network GUnet to support Asynchronous

More information

Blackboard course design

Blackboard course design DEO team, Academic Registry www.bristol.ac.uk/digital-education Blackboard course design Updated: 8 th Jan 2018 Contents 1. About this guide... 2 2. Essential information... 2 3. Requesting a Blackboard

More information

CMN192B OFFICE: An Overview of Access and PowerPoint

CMN192B OFFICE: An Overview of Access and PowerPoint CLASS NUMBER AND NAME: TOTAL CLOCK HOURS/UNITS: PREREQUISITE: TEXT AND MATERIALS: CMN310B ADVANCED OFFICE: Access And PowerPoint 24 HOURS/1 UNIT CMN192B OFFICE: An Overview of Access and PowerPoint Microsoft

More information

D2L QuickGuide: Dropbox Overview

D2L QuickGuide: Dropbox Overview Office of Distance Education Academic & Student Affairs, Colorado Mesa University D2L QuickGuide: Dropbox Overview The Dropbox tool allows you to set up assignments that students can turn in online. You

More information

San Jose State University College of Science Department of Computer Science CS185C, Introduction to NoSQL databases, Spring 2017

San Jose State University College of Science Department of Computer Science CS185C, Introduction to NoSQL databases, Spring 2017 San Jose State University College of Science Department of Computer Science CS185C, Introduction to NoSQL databases, Spring 2017 Course and Contact Information Instructor: Dr. Kim Office Location: MacQuarrie

More information

The Essentials of Alice

The Essentials of Alice The Essentials of Alice Mrs. Jayne Slease SBMS CTE Computer Science and Animation Credit to Duke Students under the direction of Professor Susan Rodger Duke University May 2009 This tutorial will teach

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

Atlanta Urban Debate League E-Debate Teaching Project

Atlanta Urban Debate League E-Debate Teaching Project Atlanta Urban Debate League E-Debate Teaching Project Atlanta Urban Debate League... 1 Invitation to Participate... 2 School and Coach Expectations... 4 Technology Needs... 5 Downloading Skype... 6 Installing

More information