Administering Panels on Amazon Mechanical Turk: A Guide to Within-Subjects Experiments. Click here for latest version.

Size: px
Start display at page:

Download "Administering Panels on Amazon Mechanical Turk: A Guide to Within-Subjects Experiments. Click here for latest version."

Transcription

1 Administering Panels on Amazon Mechanical Turk: A Guide to Within-Subjects Experiments Kyle A. Dropp 1 March 7, 2014 Click here for latest version. Comments Welcome! This document provides step-by-step instructions for implementing multiple, complex treatments across survey waves. Data analysis will be conducted in R, surveys will be programmed in Qualtrics, and cases will be collected via Amazon Mechanical Turk (AMT), though the instructions are applicable to other samples. 2 Note: this tutorial assumes very limited knowledge or familiarity with Qualtrics, Amazon Mechanical Turk, HTML or server applications, but more advanced applications require basic knowledge of php, sql and MySQL. All supporting materials are available at kyleadropp.com/panels 1 Assistant Professor, Department of Government, Dartmouth College kyle.dropp@dartmouth.edu I thank Solomon Messing for providing information on MTurkR /06/24/streamline-your-mechanical-turk-workflow-with-mturkr/ 2 These instructions can be utilized for implementing panels via Survey Sampling International, Inc. (SSI), for instance. 1

2 Contents 1. Why Panels? 3 2. Wave Programming Survey in Qualtrics Login Uploading Survey Obtaining Worker ID Foreign Direct Investment Experiment Confirmation Code Programming in Amazon Mechanical Turk Fielding Wave Evaluating Results from Wave Wave Upload Wave Branch Logic and Wave 2 Treatment Managing Wave 2 from R Install MTurkR Enter Amazon Mechanical Turk credentials Invite Wave 1 respondents to Wave Compensating Respondents Data Analysis 15 2 Materials: kyleadropp.com/panels

3 1. Why Panels? Panels are a powerful tool that can identify changes in opinion (or behavior) over time, inference inferences made from single-shot, between-subjects experiments, increase the precision of statistical estimates and address important methodological questions such as the rate of experimental decay. This tutorial provides step-by-step instructions for implementing multiple, complex treatments across survey waves. 2. Wave Programming Survey in Qualtrics. Prior to creating our HIT in Amazon Mechanical Turk (AMT), we will program a survey in Qualtrics, a top notch interface for programming surveys Login. Login to your Qualtrics account (e.g., com/ for Stanford University, princeton.qualtrics.com for Princeton University, or tuck. qualtrics.com/ for Dartmouth College). University affiliates should have free access to an account, but see your department or university administrator if you have difficulty accessing Qualtrics Uploading Survey. Surveys for Waves 1 and 2 are pre-programmed for this tutorial. You can simply upload them to Qualtrics. On the Edit Survey tab, select Advanced Options on the far right, then select Import Survey, and browse to the file panel wave1 tutorial.qsf in the supporting materials folder. Choose the file and then select Import. This survey is the first wave of the study and includes a basic experiment on how Americans preferences toward foreign direct investment vary based on the foreign country making the investment. The foregoing subsections will describe key segments of the uploaded survey Obtaining Worker ID. Each worker on AMT has an ID called a Worker ID that we will obtain to prevent duplicate entries and to link individual responses across multiple waves. On the Edit Survey tab, select Survey Flow. There is an empty embedded data variable called MID in your Amazon Mechanical Turk survey flow that obtains each AMT Worker ID. Basically, when AMT workers enter the survey, they will have an MID on their url and this embedded data captures this value. For Survey Sampling International (SSI), the respondent identifier is typically psid. 3 Materials: kyleadropp.com/panels

4 Foreign Direct Investment Experiment. Respondents view a fake newspaper article describing a battery making company that has been acquired. By random draw, the company purchasing the battery maker is Japanese, German, Chinese, or American. After viewing the article, respondents state whether they favor or oppose the acquisition. In a subsequent question battery, they state whether they believe the acquisition will harm national security, lead to job losses, or harm American culture and values. See below for a picture of the newspaper article in the Japanese condition: The two figures below, contained in the Survey Flow, indicate that the country ( rand- Country ) is randomized between one of four options and the first option displays the Germany treatment. The other randomizations ( randcountry = 2, 3, or 4) display the Chinese, German, and American treatments, respectively. 4 Materials: kyleadropp.com/panels

5 In Wave 2, the respondent will view a similar article but will be randomly assigned to another value of randcountry. That is, the respondent who sees the Germany treatment in Wave 1 will have an equal probability of viewing the American, Chinese, or Japanese treatment in Wave 2. This design creates a powerful between-subjects and within-subjects analysis. Following the main post-test dependent variable, they answer a simple question battery to identify mechanisms for support or opposition to the acquisition Confirmation Code. We generate a confirmation code between 5,000,000 and 9,999,999 and ask respondents to enter the code into the AMT interface to receive payment. A corresponding descriptive text question at the end of the survey provides the confirmation code generated from the web service. See the figure below. 5 Materials: kyleadropp.com/panels

6 2.2. Programming in Amazon Mechanical Turk. Login to Amazon Mechanical Turk as a Requester. If you are not familiar with AMT, there are many good tutorials. 3 Please note jobs, also known as HITs, can be setup with the R package mturkr. 4 Enter the Create tab in Amazon Mechanical Turk, select New Project, then select Survey, and finally click Create Project. Here are the details I suggest entering for this project. Enter the title Answer a short survey and description Answer a short, fun survey and keywords surveys. Set the reward to $0.20, assign 100 HITs, allot 1 hour to complete, have the HIT expire in 6 hours, and have the results automatically approved in 6 hours. 3 Welcome.html Materials: kyleadropp.com/panels

7 Select the Advanced tab on the bottom right, select Worker requirements, click Customize Worker Requirements.. in the drop down menu, specify Location as United States, HIT Approval rate greater than or equal to 95, and Number of HITs Approved greater than or equal to 100. Select Design Layout to move to the next pane, click OK when prompted regarding Master Workers. You will now add the content to the HIT. This will include a brief description of the survey, a link to the survey in Qualtrics, and a confirmation code for the AMT respondent to enter upon completion of the Qualtrics survey. 7 Materials: kyleadropp.com/panels

8 Open the AMT wave1.html file in the supporting materials folder and click Source on the right side of the Design Layout page. Paste the entire HTML file into the body. This file includes code with a brief description of the project, commands to extract the AMT respondent s unique Worker ID, and a confirmation code. Modify lines 1, 4, and 5 that pertain to survey length and eligibility. In line 28, modify the quoted href portion to the full Qualtrics link for the survey. You can find the link to your survey in Qualtrics by clicking on the Distribute Survey tab in Qualtrics. 5 If you click Source again, the body should look like this (figure below) and contain a warning message regarding JavaScript. You can ignore this warning message. Click Preview to preview the HIT and click Finish to finish the programming portion of the HIT. 5 Thanks to these scholars for the HTML code - participants_from_previous_studies_on_amazon_mechanical_turk_and_qualtrics 8 Materials: kyleadropp.com/panels

9 2.3. Fielding Wave 1. Now click the Create tab in AMT, find your Project, select New Batch, click Next, and then click Publish HITs. You may need to add funds to your account. Your HIT is now live and you are collecting data! You can review the status of your project by clicking the Manage tab. There are a number of methods for reviewing and approving completed HITs. From the least to most automated, you can select the Results tab on a given project and review the confirmation codes for completed HITs, you can merge a.csv of the results from Amazon with your Qualtrics.csv file (on the confcode variable) and check whether the confirmation code is correct, or you can use the package mturkr to batch approve respondents who have provided the correct confirmation code. 9 Materials: kyleadropp.com/panels

10 Evaluating Results from Wave 1. After you have finished Wave 1 data collection, login to Qualtrics, select View Results, click Download Data, scroll down and click the highlighted CSV to download a.csv. The key variables in this file are the Worker ID ( MID ) and the Wave 1 treatment assignment ( randcountry ), the confirmation code ( confcode ), support for the acquisition ( Q16 ), and post-test mechanism questions (e.g., Q25 1 through Q25 5). Using R, 6 I randomized the Wave 2 treatment assignment ( randcountry2 ). This file has been saved as wave2 assignment.csv online. ## Read file with completed responses from Dropbox public folder df0 = read.csv(" df1 = read.csv(" names(df1)=names(df0) ## Add Randomization to Wave 2 df1$randcountry2 = rep(na,dim(df1)[1] ##create null variable for(i in 1:nrow(df1)){ ##loop through Wave 1 rows hline1 = df1$randcountry[i] ## identify Wave 1 treatment conds = 1:4 ## list of possible Wave 2 treatments df1$randcountry2[i] =sample(conds[conds!=hline1],1)} ## Sample from non-wave 1 treatments df1$randcountry2 write.csv(df1[order(df1$randcountry2),],"wave2_assignment.csv",row.names=f) # specify location In an ideal world, we would wait a few weeks to administer Wave 2 of this panel. For this tutorial, I will administer it less than 24 hours after Wave 1. Let s get to it. 6 R can be downloaded here Materials: kyleadropp.com/panels

11 3. Wave 2 This section will provide instructions for administering Wave 2. I typically use MySQL databases for this wave, but this tutorial does not use any servers and should be accessible to anyone with basic knowledge of R and Qualtrics. See the Appendix (or message me) for methods for administering Wave 2 treatments using MySQL Upload Wave 2. Enter Qualtrics, and Upload the survey panel tutorial wave2.qsf in the same way you uploaded the first survey at the beginning of the tutorial (i.e., edit survey, advanced options, import survey). This survey contains the same questions and question blocks as Wave Branch Logic and Wave 2 Treatment. On the Edit Survey tab, select Survey Flow. Scroll down to see the new branch logic. Open the file wave2 assignment.csv, which is sorted by Wave 2 treatment assignment ( randcountry2 ) and also includes the AMT Worker ID. I have copied the AMT Worker IDs associated with each unique treatment into the logic of the Survey Flow. 11 Materials: kyleadropp.com/panels

12 We have assigned embedded data variables to each of the four possible Wave 2 treatment assignments. Now, when respondents enter the survey we will link their MID to their Wave 2 treatment group. Next, we use branching logic to assign respondents to an appropriate treatment Managing Wave 2 from R Install MTurkR. library(devtools) ## install.packages( MTurkR ) if you don t have package installed require("mturkr") Enter Amazon Mechanical Turk credentials. You must provide two unique identifiers, your AWS Access Key ID and your AWS Secret Access Key, to control AMT from the command line. ## Sign into Amazon Mechanical Turk with AWS Access Key ID ( xxxx ) ## and AWS Secret Access Key ( yyyy ) credentials(c("xxxx","yyyy")) AccountBalance() Here is how you acquire your AWS Access Key ID. First, go to select Security Credentials in the top right, sign into your account, click Continue to Security 12 Materials: kyleadropp.com/panels

13 Credentials, click Access Keys tab, and you will see your Access Key ID. Copy this into the xxxx portion of the credentials command. This is first value. Now, to find your AWS Secret Access Key, select Security Credentials in the yellow box below your Access Key ID, select Access Credentials, and click Show under Secret Access Key. This is the AWS Secret Access Key. Copy this into the yyyy portion of the credentials command Invite Wave 1 respondents to Wave 2. Now, you will contact workers to invite them to the Wave 2 panel. Use the ContactWorker() command to send messages to each respondent, specify a bonus, and add a subject to the . A typical subject line is Thanks for completing my HIT!, a typical body is I will pay a $0.20 bonus if you complete a brief follow-up study. The survey can be completed at xxxxx Please note the MID is the unique Amazon Mechanical Turk ID for the respondent. Here is the appropriate R code (with the same data frame df1). See the Distribute Survey link in Qualtrics to provide to correct Qualtrics survey link. Use the paste command to append an MID identifier to each respondent who responds to your invitation. df0 = read.csv(" df = read.csv(" names(df)=names(df0) df = df[as.character(df$mid)!="",] a <- "Complete a brief question follow-up survey for $0.20 bonus!" b <- paste("the survey can be completed at ", " df$mid,sep="") c = as.character(df$mid) d <- ContactWorker(subjects=a,msgs=b,workers=c) Your screen will look like this when you run the command. 13 Materials: kyleadropp.com/panels

14 Respondents now will take Wave 2 of the survey. Download the results from the View Results tab after a sufficient number of individuals have responded. Typically, I have received Wave 2 response rates of 70%+. The Wave 2 data file is saved as data wave2.csv Compensating Respondents. After the worker has submitted the job, or HIT, you must pay him or her using the GrantBonus() command. First, in the manage tab in AMT, select Results on your latest batch of HITs, click Download, then click here on the Download Batch Results page to download an individual level file with completed HITs. The file includes the AssignmentId column, along with a WorkerId column. Merge this dataset with the Wave 2 results file, on the MID variable to determine which respondents successfully entered Wave 2. Then, using AMT Worker IDs and Assignment Ids, send a bonus to the workers. wave1amt = read.csv(" wave2data = read.csv(" merge1 = merge(wave2data,wave1amt,by.y="workerid",by.x="mid") dim(merge1) 14 Materials: kyleadropp.com/panels

15 a1 <- as.character(merge1$mid) b1 <- as.character(merge1$assignmentid) c1 <- ".20" d1 <- "Thanks for your great work on my HIT! I really appreciate it!" ##GrantBonus(workers=a1,assignments=b1,amounts=c1,reasons=d1) 4. Data Analysis You now have two separate.csvs containing completed responses to Wave 1, and a second file containing responses to Wave 2. Merge the two files based on the respondent s Amazon Mechanical Turk ID and then start your between-subjects and within-subjects analysis. Here is code to merge the files and examine the treatment assignments. A figure below demonstrates that the Wave 1 treatment assignments differ from Wave 2 assignments. df0 = read.csv(" wave1data = read.csv(" names(wave1data)=names(df0) wave2data = read.csv(" dim(wave1data) dim(wave2data) names(wave1data)=paste(names(wave1data),"_w1",sep="") names(wave2data)=paste(names(wave2data),"_w2",sep="") waves12 = merge(wave1data,wave2data,by.x="mid_w1",by.y="mid_w2") cbind(waves12$headline_w1[11:20],waves12$headline_w2[11:20]) 15 Materials: kyleadropp.com/panels

16 16 Materials: kyleadropp.com/panels

Amazon Mechanical Turk. Requester UI Guide API Version

Amazon Mechanical Turk. Requester UI Guide API Version Amazon Mechanical Turk Requester UI Guide Amazon Mechanical Turk: Requester UI Guide Copyright 2011 Amazon Web Services LLC or its affiliates. All rights reserved. Table of Contents Welcome... 1 Introduction

More information

BASICS. Create a Project. Click on a question below to skip to the answer. How do I create a project?

BASICS. Create a Project. Click on a question below to skip to the answer. How do I create a project? BASICS Create a Project Click on a question below to skip to the answer. How do I create a project? What is the difference between an Invitation-Only project and a General Access project? Can I delete

More information

Online Perception Experiments

Online Perception Experiments Online Perception Experiments How to link an experiment to MTurk Na-Young Ryu University of Toronto July 11, 2018 MTurk configuration Real environment Requester https://requester.mturk.com/ Worker https://worker.mturk.com/

More information

Introducing Qualtrics. A Guide to CofC s Electronic Survey Program

Introducing Qualtrics. A Guide to CofC s Electronic Survey Program Introducing Qualtrics A Guide to CofC s Electronic Survey Program Index What is Qualtrics? Creating a survey Qualtrics online tutorials My Surveys Accessing Your Surveys Closing Your Surveys Creating Your

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 300 Construction and Real Estate Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

Amazon Mechanical Turk. Requester UI Guide

Amazon Mechanical Turk. Requester UI Guide Amazon Mechanical Turk Requester UI Guide Amazon Web Services Amazon Mechanical Turk: Requester UI Guide Amazon Web Services Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved.

More information

Interac e-transfer for Business User Guide

Interac e-transfer for Business User Guide Interac e-transfer for Business User Guide User Guide - Interac e-transfer for Business 1 Contents Welcome to ATB Online Business 2 Sending & Receiving with Interac e-transfer 3 Initial Access 3 Not authorized

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 100 Contractor Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

WebLink Manual EZ-CAMP2

WebLink Manual EZ-CAMP2 WebLink Manual EZ-CAMP2 SofterWare, Inc. WebLink March 2010 Table of Contents Table of Contents 1. WEBLINK OVERVIEW...3 Manual Overview...3 Support...3 WebLink Terminology...4 2. ADDING THE FORM TO YOUR

More information

Volunteer Scheduler Pro Quick Start Guide Salvation Army

Volunteer Scheduler Pro Quick Start Guide Salvation Army Volunteer Scheduler Pro Quick Start Guide Salvation Army Introduction Welcome to Volunteer Scheduler Pro! This Quick Start Guide was created specifically with the Salvation Army and Kettle Campaigns in

More information

MultiSite Suite: Accounts Payable

MultiSite Suite: Accounts Payable MultiSite Suite: Accounts Payable User s Manual version 6 Copyright & Trademarks Copyright Notice and Trademarks 2010 MultiSite Systems, All rights reserved. Microsoft, Windows, Excel, and Outlook are

More information

EFM Community 3.1 Portal Administration Guide

EFM Community 3.1 Portal Administration Guide EFM Community 3.1 Portal Administration Guide WHITE PAPER For technical support please call: 1-800-787-8755 Or visit: Hwww.Vovici.comH Please contact Vovici technical support if you believe any of the

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

Mechanical Turk and AWS Workshop

Mechanical Turk and AWS Workshop Mechanical Turk and AWS Workshop William Kyle Hamilton School of Social Sciences, Humanities, and Arts University of California, Merced 12/5/2013 1 Outline for Today What is MTurk? and How much should

More information

Amazon Mechanical Turk. API Reference API Version

Amazon Mechanical Turk. API Reference API Version Amazon Mechanical Turk API Reference Amazon Mechanical Turk: API Reference Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not

More information

Pulse LMS: User Management Guide Version: 1.86

Pulse LMS: User Management Guide Version: 1.86 Pulse LMS: User Management Guide Version: 1.86 This Guide focuses on the tools that support User Managers. Please consult our separate guides for processes for end users, learning management and administration

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Importing in Offertory Donations from Spreadsheets into Connect Now

Importing in Offertory Donations from Spreadsheets into Connect Now Importing in Offertory Donations from Spreadsheets into Connect Now When you have an excel spreadsheet that has donations in it, if you have a key identifier, such as an envelope number, then the spreadsheet

More information

GETTING STARTED. A Step-by-Step Guide to Using MarketSight

GETTING STARTED. A Step-by-Step Guide to Using MarketSight GETTING STARTED A Step-by-Step Guide to Using MarketSight Analyze any dataset Run crosstabs Test statistical significance Create charts and dashboards Share results online Introduction MarketSight is a

More information

Working with Images 1 / 12

Working with Images 1 / 12 V2 APRIL 2017 1 / 12 To brighten up your website it is often nice to have images inserted onto various pages of your website. We have an easy option to size these photos on your page, as well as aligning

More information

The Volunteer Space Sign-Up Sheet User Manual

The Volunteer Space Sign-Up Sheet User Manual The Volunteer Space Sign-Up Sheet User Manual This document is the property of Web Concepts, Inc. and the use of it other than as a guide to TheVolunteerSpace.com web site is strictly prohibited unless

More information

Integrating Sintelix and ANB. Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook

Integrating Sintelix and ANB. Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook Integrating Sintelix and ANB Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook 2 Integrating Sintelix and ANB By the end of this tutorial you will know how to: 1 2 3 Install

More information

Easy Dental Release Guide

Easy Dental Release Guide Easy Dental 12.1 Release Guide www.easydental.com 1-800-824-6375 PUBLICATION DATE October 2018 COPYRIGHT 1987 2018 Henry Schein One. All rights reserved. No part of this publication may be reproduced,

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

More information

Amazon SES - For Great Delivery

Amazon SES - For Great  Delivery Amazon SES - For Great Email Delivery This is a one-time setup, and it should be done near the beginning of your business setup process because it may take a few days to get it through the simple approval

More information

MSEDCL e-tendering Help-Contractor. MSEDCL e-tendering Contractor s Guide

MSEDCL e-tendering Help-Contractor. MSEDCL e-tendering Contractor s Guide MSEDCL e-tendering Contractor s Guide 1 Table Of Contents Getting Started... 3 Getting Started... 3 Understanding MSEDCL e-tendering System... 3 Logging in... 4 Messages... 5 Sending Reply... 5 Tenders...

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

Filename:QIM-DP-05-Approve Quality Reject and Set in Process Page 1 of 12

Filename:QIM-DP-05-Approve Quality Reject and Set in Process Page 1 of 12 This Desktop Procedure demonstrates the steps to View & Download Attachment, Upload a QRA Attachment, and then Set the Issue Status to In Process in QIM. 1. Click the Worklists tab in the Navigation Pane.

More information

MN Studio Website - User Guide

MN Studio Website - User Guide MN Studio Website - User Guide Version 1.1 MN Studio Website Program 1. Introduction Welcome to the new website program! The MN Studio Website program allows you to create your own website with customized

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

How do I upload student information into the BOS tracker system?

How do I upload student information into the BOS tracker system? How do I upload student information into the BOS tracker system? Why might you want to do this? So you can email students with an individual and unique login link to your Tracker, and therefore trace who

More information

List Building Starter Course. Lesson 2. Writing Your Campaign. Sean Mize

List Building Starter Course. Lesson 2. Writing Your  Campaign. Sean Mize List Building Starter Course Lesson 2 Writing Your Email Campaign 1 List Building Starter Course Lesson 2 Writing Your Email Campaign Mize List Building Starter Course Lesson 2 Writing Your Email Campaign

More information

Application Process Page 1 of 12. Application Process

Application Process Page 1 of 12. Application Process Page 1 of 12 Application Process Login Initiate an Online Application Process Payment of Application Fees Uploading Required Documentation Cloning Unlocking Program Related Applications Initial Grant of

More information

Using this tutorial, you will create a Web page for a fictional foundation. The tutorial is divided into the following parts:

Using this tutorial, you will create a Web page for a fictional foundation. The tutorial is divided into the following parts: Extend Tutorial Copyright Copyright 2005 ACS Technologies Group, Inc. All rights reserved. Reproduction of any part of this publication by mechanical or electronic means, including facsimile transmission

More information

Using the WorldCat Digital Collection Gateway

Using the WorldCat Digital Collection Gateway Using the WorldCat Digital Collection Gateway This tutorial leads you through the steps for configuring your CONTENTdm collections for use with the Digital Collection Gateway and using the Digital Collection

More information

Info Input Express Network Edition

Info Input Express Network Edition Info Input Express Network Edition Administrator s Guide A-61892 Table of Contents Using Info Input Express to Create and Retrieve Documents... 9 Compatibility... 9 Contents of this Guide... 9 Terminology...

More information

Team Fundraising Guide

Team Fundraising Guide Team Fundraising Guide 012511 Blackbaud NetCommunity 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Findmyshift - Getting started with Findmyshift

Findmyshift - Getting started with Findmyshift Findmyshift - Getting started with Findmyshift Managers Creating your first roster Adding staff to your team Inviting your staff to log in Choosing your settings Entering shifts Publishing shifts Handling

More information

Azon Master Class. By Ryan Stevenson Guidebook #9 Amazon Advertising

Azon Master Class. By Ryan Stevenson   Guidebook #9 Amazon Advertising Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #9 Amazon Advertising Table of Contents 1. Joining Amazon Associates Program 2. Product Style Joining Amazon Associates Program

More information

Overall Mission of Social Media Team

Overall Mission of Social Media Team Table of Contents Overall mission 2 Status updates and Article posting 3 LinkedIn invitations & responses 4 Voicemail messages 6 Infusionsoft Campaign 7 Pepdigest 8 1 Overall Mission of Social Media Team

More information

Google Forms for Online Lessons, Assessment & More Class Notes

Google Forms for Online Lessons, Assessment & More Class Notes Google Forms for Online Lessons, Assessment & More Class Notes 1. Creating a new form: A. Go to Google Drive and click New>>More>>Google Forms. B. Rename the form in the top left and click the Change theme

More information

Amazon Mechanical Turk. Command Line Reference API Version

Amazon Mechanical Turk. Command Line Reference API Version Amazon Mechanical Turk Command Line Reference Amazon Mechanical Turk: Command Line Reference Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and

More information

BBVA Compass Spend Net Payables

BBVA Compass Spend Net Payables User Guide BBVA Compass Spend Net Payables User Guide Vault Services Table of Contents Introduction 2 Technical Requirements 2 Getting started 3 Sign In 3 General Navigation 4 Upload/Create Payment 5

More information

Quick Online Shop Documentation

Quick Online Shop Documentation Quick Online Shop Documentation In the following tutorial, you will get a complete step by step guide of using Quick Online Shop WordPress theme for building an amazon affiliate store site. All steps have

More information

Microsoft Access Database How to Import/Link Data

Microsoft Access Database How to Import/Link Data Microsoft Access Database How to Import/Link Data Firstly, I would like to thank you for your interest in this Access database ebook guide; a useful reference guide on how to import/link data into an Access

More information

Air Force Security Assistance Center

Air Force Security Assistance Center Air Force Security Assistance Center War-winning Capabilities On Time, On Cost Air Force Letter of Request Automation (LOR-A) Tool Tutorial May 2016 I n t e g r i t y - S e r v i c e - E x c e l l e n

More information

Table of contents. Zip Processor 3.0 DMXzone.com

Table of contents. Zip Processor 3.0 DMXzone.com Table of contents About Zip Processor 3.0... 2 Features In Detail... 3 Before you begin... 6 Installing the extension... 6 The Basics: Automatically Zip an Uploaded File and Download it... 7 Introduction...

More information

Editing the Home Page

Editing the Home Page Editing the Home Page Logging on to Your Web site 1. Go to https://extension.usu.edu/admin/ 2. Enter your Login and Password. 3. Click Submit. If you do not have a login and password you can request one

More information

LimeSurvey. You must have at least one group in each survey, even if you do not wish to divide the survey into multiple groups.

LimeSurvey. You must have at least one group in each survey, even if you do not wish to divide the survey into multiple groups. LimeSurvey Basic Survey Elements A survey has three integral elements, each of which must exist: 1) A survey name 2) At least one group 3) At least one question Survey Name The survey name provides the

More information

When you don t want to lose your site s existing look and feel, you re

When you don t want to lose your site s existing look and feel, you re Bonus Chapter 2 Hosting Your Site In This Chapter Hosting at home (page) Giving your site a test Using tags on a page When you don t want to lose your site s existing look and feel, you re short on time,

More information

Qualtrics Survey Software

Qualtrics Survey Software Qualtrics Survey Software GETTING STARTED WITH QUALTRICS Qualtrics Survey Software 0 Contents Qualtrics Survey Software... 2 Welcome to Qualtrics!... 2 Getting Started... 2 Creating a New Survey... 5 Homepage

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Amazon Mechanical Turk. Requester UI Guide

Amazon Mechanical Turk. Requester UI Guide Amazon Mechanical Turk Requester UI Guide Amazon Mechanical Turk: Requester UI Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress

More information

What is CBAS web? Overview on CBAS web for Access Control Systems:

What is CBAS web? Overview on CBAS web for Access Control Systems: What is CBAS web? CBAS web is a tool that can be used to program data to a CBAS system via the web. CBAS web can also be used to display a live feed of the CBAS system via the web. It should be understood

More information

School Specialty New Release Manual

School Specialty New Release Manual School Specialty New Release Manual Version 11.1 Table of Contents: Registration Entering Orders Search Options Search by Catalog Number Search by Keyword Digital Catalogs Upload File Add to Shopping List

More information

COM Design & Photography Using PhotoShelter

COM Design & Photography Using PhotoShelter COM Design & Photography Using PhotoShelter The College of Medicine uses PhotoShelter to archive more than 50,000 images that are available free for use by the academic medical center community. To get

More information

Kona ALL ABOUT FILES

Kona ALL ABOUT FILES Kona ALL ABOUT FILES February 20, 2014 Contents Overview... 4 Add a File/Link... 5 Add a file via the Files tab... 5 Add a file via a conversation, task, or event... 6 Add a file via a comment... 7 Add

More information

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013 NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013 Creating, Uploading and Sharing Documents To open Google Docs, select Drive on the menu bar of your Google Mail browser.

More information

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

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

More information

Using Your CrowdRise Dashboard

Using Your CrowdRise Dashboard Using Your CrowdRise Dashboard NOTE: This document is OPTIONAL and is not necessary to set up and manage a successful Personal Fundraising campaign. This guide provides step-by-step instructions on how

More information

Posting a Job Order on SaskJobs For assistance contact your local Canada-Saskatchewan Labour Market Services Office

Posting a Job Order on SaskJobs For assistance contact your local Canada-Saskatchewan Labour Market Services Office Posting a Job Order on SaskJobs For assistance contact your local Canada-Saskatchewan Labour Market Services Office 1. Access the job posting page on www.saskjobs.ca 2. Select Log in as: Employer and go

More information

Secure Access Manager (SAM) Administrator Guide December 2017

Secure Access Manager (SAM) Administrator Guide December 2017 Secure Access Manager (SAM) Administrator Guide December 2017 Copyright 2017 Exostar, LLC All rights reserved. 1 SECURE ACCESS MANAGER (SAM) OVERVIEW... 4 ADMINISTRATIVE ROLES OVERVIEW... 4 SAM NAVIGATIONAL

More information

FREETOASTHOST WEBSITE INSTRUCTIONS

FREETOASTHOST WEBSITE INSTRUCTIONS FREETOASTHOST WEBSITE INSTRUCTIONS Contents LOGIN AS SITE ADMINISTRATOR... 2 CHANGING THE COLOR SCHEME OF YOUR WEBSITE... 4 UPLOADING A PHOTO TO YOUR HOME PAGE... 5 UPLOADING FILES TO YOUR PUBLIC DOWNLOADS

More information

ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2

ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2 ADERP ISUPPLIER PORTAL USER MANUAL VERSION 1.2 Document Control Change Record 4 Date Author Version Change Reference 12-Dec-2016 DOF 1.0 08-Feb-2017 DOF 1.1 Updated with new URL links 23-Mar-2017 DOF 1.2

More information

SECTION 1 INTRODUCTION

SECTION 1 INTRODUCTION SECTION 1 INTRODUCTION This user s guide accompanies a test generator program called ExamView Pro an application that enables you to quickly create printed tests, Internet tests, and computer (LAN-based)

More information

Increase Volunteerism in our Public Schools. Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible.

Increase Volunteerism in our Public Schools. Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible. Our Mission: Increase Volunteerism in our Public Schools Make Volunteer Coordinators and Board and Committee Members jobs as easy as possible. Improve Communication within the School Population related

More information

Agilent G6825AA METLIN Personal Metabolite Database for MassHunter Workstation

Agilent G6825AA METLIN Personal Metabolite Database for MassHunter Workstation Agilent G6825AA METLIN Personal Metabolite Database for MassHunter Workstation Quick Start Guide This guide describes how to install and use METLIN Personal Metabolite Database for MassHunter Workstation.

More information

N Touch Treasury ACH User Guide

N Touch Treasury ACH User Guide N Touch Treasury ACH User Guide Revised 12-15-17 TreasurySupport@NTouchBanking.com (833) 846-2699 ACH Within Payments > ACH, you can create ACH payments and templates, import layouts, view templates, ACH

More information

How To by Fax. Click the <Save> button if you are done. Click the <New> button to enter in another deed restriction

How To by Fax. Click the <Save> button if you are done. Click the <New> button to enter in another deed restriction How To by Fax Violations - Deed Restrictions Overview Using the Deed Restriction module is easy but setting it up properly requires some planning and thought about how your process works. This module is

More information

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 Logging in to Qualtrics Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 1. Open a browser and go to http://www.qualtrics.com 2. If you have a Qualtrics account, use it to login.

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Here are some points to keep in mind with each type of survey:

Here are some points to keep in mind with each type of survey: Qualtrics Survey Distribution Qualtrics allows you two different ways to distribute a survey: anonymously and non-anonymously by using a predefined list of recipients to be emailed. In either case, you

More information

NYISO Member Community Reference Guide

NYISO Member Community Reference Guide User Access 1. Obtaining a User Name 2. Edit Personal Profile a. Subscribe to Email Lists 3. Submit a New General Inquiry a. Add Attachments b. View and Add Comments 4. Submit Affiliate Data as an Inquiry

More information

Experis Expense Entry Manual Consultant & SME

Experis Expense Entry Manual Consultant & SME Experis Expense Entry Manual Consultant & SME CONTENTS Page 1 PEOPLESOFT ACCESS.... 3 1.1 URL 1.2 User ID and Password 1.3 Log In 2 PEOPLESOFT SELF SERVICE...... 5 2.1 Overview 3 EXPENSE ENTRY & SUBMISSION...

More information

Release Administrative Module Manual

Release Administrative Module Manual Release 2016.3.0 Administrative Module Manual Table of Contents PROCESS FOR OPENING A PROGRAM... 3 OVERVIEW... 3 NEW PROGRAMS... 3 RE-OPENING EXISTING PROGRAMS... 3 UPDATING CURRENTLY OPEN PROGRAMS...

More information

CFAES OFF Duty Pay Calculator Instructions

CFAES OFF Duty Pay Calculator Instructions Purpose: To ensure accurate processing of Faculty Off-Duty Pay in accordance to the Faculty Rules and Compensation Policy in addition to adherence to the Board of Trustees approved Off Duty Pay eligible

More information

ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0

ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0 ISUPPLIER PORTAL USER MANUAL ADERP VERSION 1.0 Contents Contents... i Oracle isupplier Portal Overview...1 Recommended Browsers and Settings...2 Advanced Settings...2 Turn-off pop-up blocker or Allow pop-up

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

Record Manager for New Zealand Schools

Record Manager for New Zealand Schools https://nzschools.share.worldcat.org/wms Record Manager is an OCLC application that is used for cataloguing. New Zealand school libraries can use Record Manager to find catalogue records in WorldCat and

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

ESDA-Operation Manual Version 1.0. E-platform for School Development & Accountability (ESDA) Operation Manual. Nov [Version 1.

ESDA-Operation Manual Version 1.0. E-platform for School Development & Accountability (ESDA) Operation Manual. Nov [Version 1. E-platform for School Development & Accountability (ESDA) Operation Manual Nov 2005 [Version 1.0] Copyright 2005 Education and Manpower Bureau Page 1 Table of Contents About this Operation Manual... 6

More information

Getting Started with XMF Remote

Getting Started with XMF Remote Getting Started with XMF Remote Remote R9.5 Contents Introduction......................................................... 5 How to Login........................................................ 6 The

More information

Scholastic Oracle Cloud Supplier Portal User Guide

Scholastic Oracle Cloud Supplier Portal User Guide Scholastic Oracle Cloud Supplier Portal User Guide Table of Contents Introduction to the Supplier Portal... 3 What is the Supplier Portal?... 3 Navigating the Supplier portal... 3 Logging in... 3 Homepage

More information

ScholarOne Manuscripts. Author User Guide

ScholarOne Manuscripts. Author User Guide ScholarOne Manuscripts Author User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts Author User Guide Page i TABLE OF CONTENTS LOGIN AND ACCOUNT CREATION... 1 Logging In... 1 ORCID Account Creation

More information

Contents. WorkBook release note. WorkBook version: Release date: 06/02/2013. Author: René Præstholm Date: 06/02/2013

Contents. WorkBook release note. WorkBook version: Release date: 06/02/2013. Author: René Præstholm Date: 06/02/2013 WorkBook version: 8.2.80 Release date: 06/02/2013 Author: René Præstholm rp@workbook.net Date: 06/02/2013 General notice: As new views, tab s and reports are not automatically added to each user due to

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES.

PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES. PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES by Richard Spinks A Master s paper submitted to the faculty of the School of Information

More information

Ariba Network Configuration Guide

Ariba Network Configuration Guide Ariba Network Configuration Guide Content Account Configuration Basic Profile Email Notifications Electronic Order Routing Electronic Invoice Routing Remittances Test Account Creation Managing Roles and

More information

Membership Application Mailmerge

Membership Application Mailmerge SRP Membership Application Mailmerge 1 Membership Application Mailmerge Introduction This manual is for Society of Recorder Players branch membership secretaries. It describes how to generate membership

More information

Promote your ebay Business

Promote your ebay Business Promote your ebay Business Promote your ebay Listings About Me Affiliate Program Promote your Listings You can increase your items visibility by promoting your images, highlighting your listings, or featuring

More information

Qualtrics Training Guide for Baruch College. Table of Contents. Qualtrics Training Guide. I. Basic Overview

Qualtrics Training Guide for Baruch College. Table of Contents. Qualtrics Training Guide. I. Basic Overview Qualtrics Training Guide for Baruch College Qualtrics Training Guide Qualtrics is a web-based application for creating and administering online surveys and polls. The service is available to all Baruch

More information

Internal Applicant Guide for using the Cornerstone Applicant Tracking System. CORNERSTONE. Internal Applicants. Revision Date: 9/30/16

Internal Applicant Guide for using the Cornerstone Applicant Tracking System. CORNERSTONE. Internal Applicants. Revision Date: 9/30/16 Internal Applicant Guide for using the Cornerstone Applicant Tracking System. CORNERSTONE Internal Applicants Revision Date: 9/30/16 0 Table of Contents Cornerstone Log-In 2 Internal Search for Open Positions

More information

How to Import a Text File into Gorilla 4

How to Import a Text File into Gorilla 4 Bill Good Marketing Excel: Text to Columns How to Import a Text File into Gorilla 4 The information in this article applies to: Importing a text file into the Gorilla database. Questions that apply to

More information

esa-p GUIDE Tracking and Reporting Guide on Tracking and Reporting 1 Page

esa-p GUIDE Tracking and Reporting Guide on Tracking and Reporting 1 Page esa-p GUIDE Tracking and Reporting 1 Page esa-p Guide Tracking and Reporting CHANGE LOG REASON FOR CHANGE VERSION DATE PARAGRAPH(S) Update of the esa-p user documentation for supplier 1.0 30/09/2015 All

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Welcome to your Lacerte products! We appreciate your business.

Welcome to your Lacerte products! We appreciate your business. Welcome to your Lacerte products! We appreciate your business. Please follow steps 1 through 4 in this guide: Step 1: Install the Final 2014 Program Step 2: Install the 2015 Program Step 3: Transfer Your

More information

Lionbridge App for Oracle Eloqua. Setup Guide

Lionbridge App for Oracle Eloqua. Setup Guide Lionbridge App for Oracle Eloqua Setup Guide Version 1.5.8 May 2, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information