|
Survey Distribution Tutorial
Seven Ways To Distribute Your Survey
An online survey always has an internet address associated
with it. This address to the survey or the survey itself may be distributed
or displayed. The following are seven ways to distribute your survey.
Method 1: E-mail Survey (Viewable in the E-Mail)
Method 1 is basically one of forwarding your survey to your list
of respondents.
To administer an
e-mail survey, follow the following steps:
1. Prepare your
mailing list.
2. Prepare your survey.
3. We test your survey by forwarding the original message to your own
e-mail address until you are satisfied with your message.
4. Finally, we add your e-mail list and send the message to those on your
e-mail list.
Method 2: Add a Text Link to Your E-Mail Letter
A hyperlink may be inserted into an e-mail letter to prospective respondents.
The
respondents will receive your e-mail requesting their participation and
asking them to click on the hyperlink.
To create a hyperlink we would:
1. We will work with you to develop your e-mail letter.
2. When finished, we will add your survey address.
3. When completed successfully, your survey address will be included
in your invitation letter, underlined and linked to your survey. When
the link is clicked, a new browser window will be opened and the survey
is displayed.
Method 3: Adding a Button Link to Your E-Mail
The sample grey button shown below can be added to your e-mail
message.
Note that some e-mail programs are not capable of viewing or inserting
graphics as part of the e-mail.
If there is no button viewable as part of this message, then your e-mail
client is not graphics capable.
If you desire this option, be sure that your e-mail program is capable
of sending and receiving graphics.
As a fail-safe for those who will receive your e-mail and do
not have a graphics capable e-mail clients, we recommend you to use
both a text link and a graphics link (methods 2 and 3 simultaneously).
1. We will insert the graphic into your e-mail by selecting "Insert"
"Picture" and then entering the picture source address.
The button will then appear in your document as below.
2. The survey button will be activated as a link to your survey
Method 4: Adding a Text Link to Your Web Site
A web link can be inserted by you into the HTML of your web page. The
HTML for this link appears as:
<BR><A HREF=" Insert Survey Address Here "> The Text
You Want to Appear For the Link </A>
In this case
the words "The Text You Want to Appear For the Link" would appear on your web site as a link that would connect
to your survey.
When a respondent clicks on the link, the browser opens the survey.
Method 5: Open a Separate Pop-Up Browser Window From a Web Site
Link
A web link can be inserted into the HTML of your web page. This java-script
opens separate browser window for taking the survey and leaves your
original browser window pointing at your web site. The HTML for this
link appears as:
<script language="javascript">
<!--
function openWin( windowURL, windowName, windowFeatures ) {
return window.open( windowURL, windowName, windowFeatures ) ;
}
// -->
</script>
<A href="javascript: newWindow = openWin( ' Insert Survey Address
Here ', '', 'toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0'
); newWindow.focus()"> Internet Attitude Survey </A>
The first part of the link in quotes includes the address for your
survey and the second "Internet Attitude Survey" is the text that you
would like to have your respondent click on.
Method 6: Adding a Button Link to Your Web
Site
The sample grey button shown below is
added to your site by adding the following html statement to
your web site. The lines of this HTML command respectively do the
following:(1) create a link to the graphic, (2) identify the source
of the graphic, and (3) end the link. 
<BR><A href=" Insert Survey Address Here ">
<IMG
alt="" border=0 height=31
src="/images/button.gif"
width=88> </A>
Method 7: Including the Entire Survey in Your Web Site
The entire survey can be included in your website as long as
there are no branching or page breaks in the survey. If there are branching
or page breaks, you will only be able to include the portion of the survey
down to the branch or break (because the next portion of the survey to
be displayed is unknown until the respondent completes the first portion).
|