<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mark Kupferman&#039;s Blog &#187; Internet Survey Software</title>
	<atom:link href="http://www.kupferman.com/category/internet-survey-software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kupferman.com</link>
	<description>Kupferman.com is Mark Kupferman&#039;s home on the Internet featuring articles, reviews and comments on a variety of subjects.</description>
	<lastBuildDate>Sun, 19 Jun 2011 05:42:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Real E-Mail and Zip Code Validation for Surveys</title>
		<link>http://www.kupferman.com/survey-zipcode-email-validation.htm</link>
		<comments>http://www.kupferman.com/survey-zipcode-email-validation.htm#comments</comments>
		<pubDate>Wed, 25 Aug 2010 02:05:33 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[aspNetMX]]></category>
		<category><![CDATA[e-mail validation]]></category>
		<category><![CDATA[postal codes]]></category>
		<category><![CDATA[survey software features]]></category>
		<category><![CDATA[zip codes]]></category>
		<category><![CDATA[zip-code validation]]></category>
		<category><![CDATA[ZipCodeDownload]]></category>

		<guid isPermaLink="false">http://www.kupferman.com/?p=310</guid>
		<description><![CDATA[Why don't more survey software packages offer zip code validation or real e-mail address validation? I don't just mean syntax validation -- anyone can offer that (although it is interesting that not everyone does). I mean real zip code validation where the postal code is looked up in a database or an e-mail address is tested as soon as it is entered to verify that it is real. It seems that both of these  features would be easy to implement and would be of much use to the client. <a href="http://www.kupferman.com/survey-zipcode-email-validation.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Why don&#8217;t more survey software packages offer zip code validation or real e-mail address validation? I don&#8217;t just mean syntax validation &#8212; anyone can offer that (although it is interesting that not everyone does). I mean real zip code validation where the postal code is looked up in a database or an e-mail address is tested as soon as it is entered to verify that it is real. It seems that both of these  features would be easy to implement and would be of much use to the client.<span id="more-310"></span></p>
<p><i>Update: It turns out that <a href="http://www.surveygizmo.com/survey-blog/email-dns-validation-stars-rating-question/?ap=24705">SurveyGizmo</a> already offers email validation lookup. This means that when you do a survey on their system and validate it using their software, it will check to make sure that the server exists! See their <a href="http://www.surveygizmo.com/survey-blog/email-dns-validation-stars-rating-question/?ap=24705">blog posting</a> for details.</i></p>
<h2>Zip Code Validation</h2>
<p>There are about 42,000 zip codes in the United States. In Canada there are over 800,000 unique postal codes, although for most purposes (at least, for most survey purposes I&#8217;ve ever heard of) the first three characters (the &#8220;FSA&#8221;) is more than enough and there are only about 1,500 of those. It wouldn&#8217;t be hard for a survey software to offer a feature that validates postal codes as they were entered. Which is to say that with a database of less than 45,000 records it would be fairly easy for to automatically validate zip codes as they were entered.</p>
<p>Any why just validate? I can only imagine that a lot of clients would appreciate the option of knowing the city, state, census region, and even latitude and longitude of the people who take their survey based on the zip codes that they enter. All this information is inexpensively available at places like <a href="http://www.zipcodedownload.com/">zipcodedownload.com</a> and can be easily integrated into online applications.</p>
<h2>E-Mail Address Validation</h2>
<p>Real-time e-mail address validation is even easier because it doesn&#8217;t require a database. While a lot of survey systems (but again, not all) offer syntax validation, what is much more useful is real-time e-mail address validation where the system uses a component to contact the the respondent&#8217;s e-mail server to verify (a) that there is a server there (dns lookup); (b) that it is a mail server (mx record lookup); (c) that it can accept e-mail (smtp server validation); and (d) that the user has an e-mail address on that system.</p>
<p>All of these things are very easy and very fast to do (the deeper you get into it, the longer it can take &#8212; for example, verifying that an account exists on a server can take 30 seconds if the system even gives a reply &#8212; which is why I usually only go to the level of testing whether there is an active smtp server). Plus it almost guarantees that the e-mail address that ends up in the data base is a valid, working e-mail address.</p>
<p>For example, whenever someone starts one of my surveys I have them first enter their e-mail address &#8212; this is so that I can later award them a prize in whatever sweepstakes I have going on at the time. Since it would be troublesome for everyone if the e-mail address they give us doesn&#8217;t work, before I start the survey I first validate their e-mail address using a component called <a href="http://www.aspnetmx.com/">aspNetMX</a>. If the e-mail address is valid (or at least links to a valid e-mail server) then I start the survey. If not, I have them re-enter their address until they get it right. You&#8217;d be amazed how many people will mistype an e-mail address over and over again (I keep a log of the errors so I can make sure it is working properly, and the errors usually are really respondent errors).</p>
<p>Once again, it would be a great feature to the client (and something you could promote as a feature of your software) if you offered real validation whenever possible which helps the client have better, cleaner data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/survey-zipcode-email-validation.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Confirmit Flex Announced</title>
		<link>http://www.kupferman.com/confirmit-flex-announced.htm</link>
		<comments>http://www.kupferman.com/confirmit-flex-announced.htm#comments</comments>
		<pubDate>Fri, 20 Nov 2009 05:09:43 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[Confirmit]]></category>
		<category><![CDATA[Confirmit Flex]]></category>

		<guid isPermaLink="false">http://www.marketresearchtech.com/?p=224</guid>
		<description><![CDATA[Confirmit, one of the biggest online research software companies (they make the survey software that the big research firms use) has announced Confirmit Flex, a new application platform that makes it possible to create new data collection applications/tools very quickly while maintaining consistently high performance, scalability, and security. <a href="http://www.kupferman.com/confirmit-flex-announced.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Confirmit, one of the biggest online research software companies (they make the survey software that the big research firms use) has announced Confirmit Flex, a new application platform that makes it possible for the company to develop new applications for clients quickly, effortlessly and without disrupting the main Confirmit service that so many companies count on.<span id="more-270"></span></p>
<p>One example of the new technology is the ability of Confirmit users to have their survey automatically rendered &#8220;outside the HTML/browser paradigm.&#8221; For example, Confirmit Flex makes it easy to program your survey for regular web users and then have that survey also appear on iPhones, or in Flash, or as a Widget on a blog.</p>
<p>The software makes it possible for Confirmit to launch new elements of it&#8217;s system quickly, without disrupting the regular &#8220;main&#8221; Confirmit codebase which is so important to so many research agencies. As they describe it:</p>
<blockquote><p>Effectively, Confirmit Flex has allowed us to create a system that at its heart is a super-tanker (Confirmit) but which can be improved by speed boats (Flex components) enabling us, our partners, and clients to respond rapidly to market changes and take advantageof emerging technologies.&#8221;</p></blockquote>
<p><a title="Confirmit Flex E-Consultancy Submission" href="http://www.confirmit.com/getattachment/216e6f2c-b58b-401b-888a-ebde7ce83121/E-Consultancy-Submission.aspx">Read more about Confirmit Flex (including more technical details)</a></p>
<p><a title="Confirmit Announces Creation of 'Confirmit Flex' to Extend Platform Functionality" href="http://www.confirmit.com/company/news-and-events/Press-Releases/Confirmit-Announces-Creation-of-Confirmit-Flex-t.aspx">Confirmit Flex Press Release</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/confirmit-flex-announced.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Survey Content Security Doesn&#039;t Exist</title>
		<link>http://www.kupferman.com/survey-security-content.htm</link>
		<comments>http://www.kupferman.com/survey-security-content.htm#comments</comments>
		<pubDate>Tue, 11 Nov 2008 06:50:33 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[content security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[survey security]]></category>
		<category><![CDATA[survey software security]]></category>

		<guid isPermaLink="false">http://www.marketresearchtech.com/?p=194</guid>
		<description><![CDATA[There is no way to protect the content that you display in your survey from falling into the wrong hands. If you have a secret product or concept , your best bet for keeping it secret is not to test it using online research. <a href="http://www.kupferman.com/survey-security-content.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I received an interesting question from a reader earlier today about survey security. While I&#8217;m not actually answering his question here, it did raise an interesting point about online research &#8212; which is this: there really truly is no way to protect the content that you display in your survey from falling into the wrong hands. If you have a secret product or concept , your best bet for keeping it secret is not to test it using online research.</p>
<p>Before sending me the note telling me just how wrong I am, record the following:</p>
<p>As I figure it, there are four different kinds of security as it applies to online surveys. The first kind of security is what we&#8217;ll refer to here as back-end security. This basically means that strangers can&#8217;t simply log into the survey software server and start making changes to your survey, or download your data, or do all sorts of other things which really ought to be protected by a good password. Most survey systems do a pretty good job with this, assigning separate accounts, usernames, and passwords to each survey respondent. Some even take it to the next level, by allowing account administrators to set different permission levels for each user on the account, thereby ensuring that people who are meant to have access to your survey can&#8217;t &#8220;accidentally&#8221; go and make changes.</p>
<p>The second kind of survey security is where only authorized people are allowed to take your survey. Some implement this feature by giving you one respondent password that you can share will all of your respondents, or some systems even allow you to give every respondent their own password (or access key) which not only keeps out the riff raff, but also makes sure that each respondent can take the survey only once. This type of security not only ensure that only the &#8220;right&#8221; people take your survey, but also that the wrong people can&#8217;t get access to the content of the survey.</p>
<p>I&#8217;ve seen this kind of survey software security implemented well, but I&#8217;ve also seen it implemented poorly. Some systems, instead of assigning each survey an ID made up of a random collection of letters and numbers, use a sequential, easy to guess series. Which means that it really isn&#8217;t all that hard to view (and possibly edit!) surveys written by other clients of the survey system. So watch out for that.</p>
<p>The third kind of security about the connection between the respondent&#8217;s computer and the survey software server. Is it secure (look for the https: in the URL). Frankly, unless you&#8217;re doing super secret stuff and your concerned that hackers and government agents are trying to listen in on your respondents, I&#8217;m not sure it is something you need to worry too much about. But if you are afraid of industrial espionage or that someone is going to tap into your wireless signal, then you may want to take the precaution of choosing a system that allows for encrypted connections.</p>
<p>It&#8217;s easy enough for a well thought out survey software program to provide good security surrounding these first three measures. Where they get into trouble &#8212; and where you get into trouble if you believe them &#8212; is when they start to protect your survey content.</p>
<p>The fourth kind of survey software security is content protection, which basically means keeping your untrustworthy respondents from copying the top secret images and product descriptions that you include in your survey onto public web sites or your competitor&#8217;s email account.</p>
<p>I know, I know&#8230;there are survey systems that feature technologies that make it harder to copy images or capture video. This can be done using javascript, or by doing some crazy encryption to the feed. One could even go so far as taking over the computer so that nothing else works except the survey.</p>
<p>But I have a camera. And I have a video camera. And if you don&#8217;t completely lock down my computer, I have some really good screen capture software that lets me capture both audio, images and pictures. If I want to capture your survey content, believe you me, I will capture your survey content.</p>
<p>And then I can do pretty much anything I want with it, can&#8217;t I? No doubt 600-1000 people took that confidential survey of yours, and how are you going to know which one of them posted it to the anonymous message posting board using an anonymous IP address?</p>
<p>I suppose it is theoreticaly possible to embed a visual identifier into each image (a watermark of sorts) so you can trace the image back to whoever posted it online, but I&#8217;ve never heard of technologies built into survey software (if it does exist please let me know &#8212; I&#8217;ll report it here!).</p>
<p>There are also ways you can reduce the risk. You can, for example, use a pre-screened panel made up of people you trust. Employees, for example. Another approach is to threaten your respondents with legal action (although most will figure out pretty quickly that you have no way of identifying them). You could also threaten to stop doing online surveys if they leak your secret.</p>
<p>But the best way to ensure that your super secret new business idea doesn&#8217;t leak out onto the Internet is not to do online research (there, I said it). If your entire business model is based around keeping something confidential, do not put it in an online environment in front of strangers. Period. And don&#8217;t trust any research firm that says they have a foolproof method of keeping your images, video and other content safe. If they do, just pull out your camera or video camera and press record.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/survey-security-content.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite Survey Software Packages for 2008</title>
		<link>http://www.kupferman.com/best-survey-software-2008.htm</link>
		<comments>http://www.kupferman.com/best-survey-software-2008.htm#comments</comments>
		<pubDate>Sat, 18 Oct 2008 23:20:51 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Digivey]]></category>
		<category><![CDATA[favorite survey software]]></category>
		<category><![CDATA[kiosk survey software]]></category>
		<category><![CDATA[mobile survey software]]></category>
		<category><![CDATA[Qualtrics]]></category>
		<category><![CDATA[survey software reviews]]></category>
		<category><![CDATA[SurveyGizmo]]></category>
		<category><![CDATA[SurveyZ]]></category>
		<category><![CDATA[Techneos-Entryware]]></category>

		<guid isPermaLink="false">http://www.marketresearchtech.com/best-survey-software-2008.htm</guid>
		<description><![CDATA[I know I said I wasn&#8217;t going to do this, but I get asked this question a lot so I&#8217;ve caving in. Here are my (current) favorite survey software packages: Qualtrics: (internet survey software) has a fantastic variety of question &#8230; <a href="http://www.kupferman.com/best-survey-software-2008.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know I said I wasn&#8217;t going to do this, but I get asked this question a lot so I&#8217;ve caving in. Here are my (current) favorite survey software packages:</p>
<p><strong><a title="Qualtrics Survey Software" href="http://www.qualtrics.com" target="_blank">Qualtrics</a></strong>: (internet survey software) has a fantastic variety of question types with a really easy to use survey development system. Also features advanced survey branching capabilities including looping, random blocks of questions and more.</p>
<p><strong><a title="SurveyGizmo Survey Software" href="http://www.surveygizmo.com/?ap=24705" target="_blank">SurveyGizmo</a></strong>: (internet survey software) Also extremely easy to use survey package with a lot of features. Probably the most &#8220;Web 2.0&#8243; survey system out their. Friendly, irreverant, with plenty of features for both the advanced user who wants to control every element of the survey experience and the analyst who just wants to get the project done. Has good e-mail invite capabilities, basic analysis tools. Plus, the free account has more features than any other &#8220;free&#8221; accounts I&#8217;ve seen.<span id="more-175"></span></p>
<p><strong><a title="SurveyZ Survey Software" href="http://www.surveyz.com" target="_blank">SurveyZ</a></strong>: (internet survey software) This is the &#8220;light&#8221; version of Qualtrics, great for academic surveys. The survey development system isn&#8217;t anywhere near as pretty as the Qualtrics engine, but it offers a lot of advanced capabilities and question types. If you&#8217;re not doing a ton of surveys and you don&#8217;t want to spend a crazy amount of money, take a look at this package.</p>
<p><strong><a title="Digivey Survey Software" href="http://www.digivey.com" target="_blank">Digivey Survey Suite</a></strong>: (kiosk survey software) If you&#8217;re looking to do a survey in your store on a computer or kiosk, this software is absolutely for you. It is super easy to program, allows you to create really great looking surveys, and is fairly indestructable in the field (that is, respondents have a hard time breaking it). Great company too willing to work with you to make sure you have what you need. I&#8217;ve been a customer for quite a while now.</p>
<p><strong><a title="Techneos Survey Software" href="http://www.techneos.com/" target="_blank">Techneos Entryware Software</a></strong>: (handheld survey software) If you&#8217;re trying to do surveys on handhelds, then I absolutely have to recommend Techneos Survey Software. I&#8217;ll admit I <em>don&#8217;t</em> love their pricing model, but I&#8217;m stuck because no handheld based survey platform offers as many features and is as easy to use &#8212; and as customizable &#8212; as the Techneos Entryware platform. I&#8217;ve been a customer of this group for over 5 years.</p>
<p>Detailed reviews of all these packages can be found on this site, including everything I liked and didn&#8217;t like about each of them. Many more reviews are coming shortly. Thanks for reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/best-survey-software-2008.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qualtrics Review (Online Survey Software)</title>
		<link>http://www.kupferman.com/qualtrics-survey-software-reviews.htm</link>
		<comments>http://www.kupferman.com/qualtrics-survey-software-reviews.htm#comments</comments>
		<pubDate>Sat, 15 Mar 2008 06:39:19 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[Conjoint]]></category>
		<category><![CDATA[Panel Management]]></category>
		<category><![CDATA[Qualtrics]]></category>
		<category><![CDATA[questionnaire]]></category>
		<category><![CDATA[survey design]]></category>
		<category><![CDATA[survey development]]></category>
		<category><![CDATA[Survey Software Review]]></category>

		<guid isPermaLink="false">http://www.kupferman.com/blog/?p=14</guid>
		<description><![CDATA[Qualtrics survey software from Utah-based Qualtrics is an excellent web-based survey software package that offers a fantastic array of question types, a well-designed survey development interface, good fielding/survey promotion capabilities and a powerful reporting engine. It has both panal management features and multi-users capabilities and should &#8230; <a href="http://www.kupferman.com/qualtrics-survey-software-reviews.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Qualtrics survey software from Utah-based Qualtrics is an excellent web-based survey software package that offers a fantastic array of question types, a well-designed survey development interface, good fielding/survey promotion capabilities and a powerful reporting engine. It has both panal management features and multi-users capabilities and should definitely be a contender if you&#8217;re a corporate research department or academic organization looking for a survey system. <span id="more-267"></span></p>
<h3>Questionnaire Features</h3>
<p>Qualtrics offers a lot of different questions types. More, perhaps, than I remember seeing in any other program. A lot of these are variations on old favorites (there are 21 different multiple-choice question types, 13 matrix type questions, 11 constant-sum type questions, 12 rank order type questions and 5 different text entry questions &#8212; and that doesn&#8217;t even include the &#8220;Pick, Group and Rank&#8221; questions, the &#8220;Side by Side&#8221; questions or the &#8220;Drill Down&#8221; questions. Without listing all of them in all of their variations, I think it is safe to say that Qualtrics has all of the standard question types covered.</p>
<p><em><font color="#0000ff">[Please note: this review covers Qualtrics' new survey development engine, which is still in "preview" mode. There may or may not be more features to come that aren't described here]</font></em></p>
<p>Question types are extensive. In terms of special question types, Qualtrics has a variety to choose from. There are a variety of easy to build matrix questions/table questions that allow you to easily create bi-polar questions, Likert scales, text entry matrices, and even scales with different descriptions above every box in the matrix. There are constant sum questions that instead of asking you to enter numbers, it instead has you draw bars of different lengths. It is very well done, and goes a long way to ensure that your respondents have a good survey taking experience. Another great example of a well designed question type is the ranking question, which lets you drag the items in list into whatever order you want (much more fun than entering numbers or selecting values from drop down lists).</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-question-types.jpg" title="Qualtrics Question Types"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-question-types.jpg" alt="Qualtrics Question Types" /></a><br />
<font size="1">Qualtrics offers over 70 differeny question types</font></p>
<p>Qualtrics isn&#8217;t the first to offer a sliding scale question type, but they are the first I&#8217;ve seen to let you control little gauges with your slider. Or a stop light. Or a smiley face (you can control several different variations of smiles that work their way into a frown).</p>
<p>Qualtrics has a wonderful &#8220;Pick, Group and Rank&#8221; question type that lets you present the user with a number of items in the column on the left and then lets them drag each item into a number of different bins you create (you can create as many options or as many bins as you like). One variation of this question type even lets the respondent define each bin themself.</p>
<p>These types of interactive question types are wonderful not just because they make your survey more fun to take, but because they let you be much more creative and efficient in how you collect your data. I can&#8217;t tell you how many times I&#8217;ve struggled to figure out how to mimic a methodology that works fine in real life but is difficult to execute using just drop down boxes or radio buttons. In my opinion, the more question types you have available, the better.</p>
<p>The Qualtrics survey system has a few more question types that are worth noting &#8212; the &#8220;drill-down&#8221; question type does exactly what it says &#8212; your survey might ask for a country, and after they do the dropdown right below shows them cities within just that country to choose from. &#8220;Gap Analysis&#8221; questions let respondents answer a question and then automatically asks them to explain their answer if they rate it positively or negative (depending on which you choose). Qualtrics also has a &#8220;timer&#8221; question type that will keep track of how long they spend on a page, and a &#8220;Meta&#8221; question type that will automatically insert all of the respondent&#8217;s browser related information in the response data (browser type, browser version, operating system, screen resolution, etc).</p>
<p>Qualtrics offers a &#8220;Conjoint&#8221; type question which asks you to first specify all of your attributes and then the levels for each. It is fairly easy to configure, although inserting it in the survey is a little awkward (it doesn&#8217;t appear into your list of questions &#8212; you have to insert it using the &#8220;Survey Flow&#8221; page). It appears to use a form of adaptive conjoint methodology (which includes a little max-diff) which can be great for evaluating product features but not so accurate for pricing research (in adaptive conjoint pricing tends to be understated in importance compared to choice-based conjoint). You should also be &#8220;warned&#8221; that the conjoint question exports only the raw data and does not calculate part-worth utilities for you &#8212; which means that you will need to have some other methods of doing the analysis (if you don&#8217;t have such a method then the conjoint question will be fairly useless to you). My impression is also that there isn&#8217;t enough documentation for the conjoint question to make it really useful to many researchers.</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-conjoint.jpg" title="Qualtrics conjoint capabilities"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-conjoint.jpg" alt="Qualtrics conjoint capabilities" /></a><br />
<font size="1">Example of Qualtrics&#8217; Conjoint Question</font></p>
<p>Qualtrics also offers a &#8220;Conjoint&#8221; question which actually seems pretty robust. Instructions for using it weren&#8217;t available and I would have to play with it a bit more to understand its methodology (if you&#8217;re looking for conjoint capabilities, you might want to play with it and ask questions).</p>
<p>Although Qualtrics makes it is exceptionally easy to create a basic survey without delving into any of the advanced options, there <em>are</em> a lot of advanced options for every question type. Question text and responses can all handle embedded HTML code, which offers a lot of flexibility. In multiple choice questions, for example, you can edit and easily rearrange answer choices. You can randomize some of the choices or all of the choices, and you can insert choices that respondents selected in other questions. You can even assign &#8220;recode&#8221; values to all of your questions so you can show the respondent a text value but actually export a number you assign to your data file. This is exceptionally useful if you&#8217;re trying to match your values to another table. You can even give each of the answer choices a name, and every question can have a unique ID that you assign.</p>
<p>A variety of different validation types are available in Qualtrics. Multiple choice questions, for example can require that a certain number of responses are chosen or that no more than a certain number are chosen. Text fields can be validated to ensure that the contents are a valid e-mail address, or a valid postal code, or even a valid state code or date. One (minor) limitation here is that you can&#8217;t validate against regular expressions &#8212; but frankly, I&#8217;m not sure how many people would use that feature if it were available.</p>
<p>Qualtrics features [tag]skipping[/tag] and [tag]branching[/tag] which appears to be both friendly and functional. For example, if I click the button to add skip logic, it automatically inserts not just a &#8220;Skip Logic&#8221; item, but also a page break (skip questions in almost all software packages only work when next to a page break, and most make you insert them manually). Then, using drop down boxes, it has me describe what I want to do: If <strong>Blue</strong> is <strong>Not Selected</strong> then skip to <strong>What Color Are My Shoes?</strong> [Done] &#8230; where the bold represents drop down boxes that tie to questions in my survey. Very easy, doesn&#8217;t require a lot of thought.</p>
<p>Qualtrics offers more advanced survey flow options, such as [tag]advanced branching[/tag], [tag]looping[/tag] and [tag]section randomization[/tag] is accomplished through the use of the &#8220;Survey Flow&#8221; page, which while functional struck me as somewhat less intuitively designed as the rest of the survey editor. It allows you to set up any number of question blocks which can be individually randomized. It also allows you to insert advanced survey elements such as the conjoint question mentioned earlier.</p>
<p>The ability to create multiple criteria for a branching decision (for example, if you only want to branch if their favorite color is red AND they like to eat pizza) is available, but it is not nearly as easy to implement as the basic branching.</p>
<p>Other advanced survey elements in Qualtrics include the capability to set up survey [tag]quotas[/tag] based on individual responses. That is, you can have certain questions displayed only if certain other questions have been answered a certain way a specified number of times; or, alternately, you can display certain groups of questions only if a specified question has <em>not</em> been answered an indicated number of times.  This is a neat feature &#8212; my only concern here is that the criteria definition capabilities are limited &#8212; you can&#8217;t, for example, combine multiple conditions.</p>
<p>Qualtrics doesn&#8217;t offer any scripting or advanced programming capabilities. While most potential users probably won&#8217;t consider this an issue, it will definitely be a concern to high end advanced users who want absolute control over survey flow (for example, sometimes I like to bounce back and forth through a survey). Nor does Qualtrics offer an API that lets you work directly with the flow and the survey data mid survey. But these are fairly advanced features, and most people won&#8217;t know that they&#8217;re missing (if you&#8217;re the type of person who would notice that they are missing then you probably want to look at something more advanced).</p>
<p>Perhaps the best way of summing up the questionnaire related capabilities and features of Qualtrics is to say that it is a <em>great</em> survey package for someone who wants to write great looking surveys that are fun/easy to take where you have a lot of options in your questionnaire development. Or it is good for someone who doesn&#8217;t care about advanced question types but who wants good looking surveys that are easy to write.</p>
<h3>Qualtrics Survey Development Features</h3>
<p>Qualtrics offers a very friendly environment for basic survey development. In addition to a very clean interface, it uses a lot of [tag]AJAX[/tag] in its interface, which makes the experience of developing your survey very pleasant and visual. The annoyances I experienced were mostly related to the integration of the advanced features &#8212; if you&#8217;re just doing basic survey development you should be very pleased with the experienced offered by Qualtrics.</p>
<p>I should point out that this survey development environment is new. The old Qualtrics survey development environment &#8212; especially the &#8220;Survey Wizard&#8221; was very slow and very frustrating. This new version is completely different and much better.</p>
<p>Creating and editing questions is absolutely painless in Qualtrics. There are very few postbacks to slow you down. When you press the &#8220;Create a New Question&#8221; button the new question pops onto the screen without having to refresh the page. Adding choices to multiple-choice questions or editing the basic question options for each question type have an instant impact on the question as it appears in your preview mode. This is especially helpful for more complex question types such as matrixes which most programs force you to guess at what the finished product is going to look like.</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-development.jpg" title="Qualtrics Development Environment"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-development.jpg" alt="Qualtrics Development Environment" /></a><br />
<font size="1">The Qualtrics development environment</font></p>
<p>Setting the question type in Qualtrics is also fun because as you hover over each question type it shows you samples of what the question will look like which are pretty close to the same thing. This will make your survey development process go much faster.</p>
<p>Copying and moving questions within the survey is extremely easy and the software offers several different ways to do it. Deleting questions is easy too, and Qualtrics gets extra points for saving questions you delete in the &#8220;Trash/Unused Questions&#8221; bin which makes it very easy to restore a question you thought you didn&#8217;t need any more back to the survey.</p>
<p>Qualtrics does not allow you to import questions from Microsoft Word or a text editor which, depending on your personal survey development process, could be somewhat frustrating.</p>
<p>Qualtrics offers a very well executed [tag]library[/tag] that includes dozens of survey templates, question templates, graphics, and messages. You can use questions and templates created by Qualtrics or you can create your own. Adding questions to a survey that come from the library is very easy as well and is integrated into the new question process.</p>
<p>As I mentioned earlier, Qualtrics offers you advanced options for most question types. These appear in an embedded pop-up window so it doesn&#8217;t disturb your survey development environment (although it makes it pretty much impossible to see your survey while you&#8217;re looking at the advanced options &#8212; I don&#8217;t know how frustrating this would be in real life).</p>
<p>I got a little bit frustrated with how some of the advanced survey flow features were integrated into the Qualtrics questionnaire editor. While all of the basics are very well integrated into the survey design (including basic skipping and branching) items such as question randomization, survey blocks, and looping are handled on the &#8220;Survey Flow&#8221; page and were much more confusing to work with than the main survey features. For example, when I added a conjoint question set to my survey I got no indication of its existence on the main question development page. And while Qualtrics gives you the ability to add survey triggers that will send you an e-mail message if respondents choose a particular option in the survey, there is no indication of where and when these items occur within the survey itself.</p>
<p>In term of the look and feel of the surveys, Qualtrics doesn&#8217;t provide a lot of direct customization options. When creating a survey you can choose from a limited library of design schemes or you can use a custom scheme that the company develops for you. Depending on the package that you buy, a certain number of these custom design templates will come with the product, so unless you like to change your look a lot you will probably be fine with what they set up for you. Qualtrics does not let you add your own CSS files or page templates. Once again, these are only going to be issues for you if you are an advanced user who, perhaps, have a number of different clients who require their own personal look and feel.</p>
<p>Qualtrics lets you change the text of your &#8220;Next&#8221; and &#8220;Previous&#8221; buttons, add or remove a progress bar, and add survey-wide header and footer text to your survey. This is the extent of your control over the overall look and feel of the survey.</p>
<p>On especially wonderful option that I really appreciate is the ability to be able to re-edit a survey once it is published. For example, if my question is &#8220;What is your favorite color&#8221; and after publishing the survey I realize that I forgot to include &#8220;Yellow&#8221; I can easily go and add that choice. Or if I misspelled &#8220;green&#8221; I can go back and edit the existing choices. Many survey software solutions don&#8217;t let you edit the choice lists or the questions after a survey i fielded because (a) it could mess up how you interpret the results (if, for example, you changed &#8220;green&#8221; to &#8220;red&#8221; after collecting 300 responses) and (b) it messes with the way that they store data. It is a dangerous capability &#8212; but come on &#8212; we&#8217;re not children. If I want to mess up my survey, let me make that decision! I very much applaud Qualtrics for making it so easy for me to go back and make changes once a survey is in the field.</p>
<p>There is one thing about the Qualtrics interface that is somewhat frustrating: the &#8220;Back&#8221; button on your browser doesn&#8217;t work. Not only that, but if you push it, you get a &#8220;Webpage has expired&#8221; error message and the only solution is the edit the address bar (pressing the back button or the forward button once you get this error message just gives you more error messages).</p>
<p>Overall, the Qualtrics survey development environment is among the best, most friendly, most easy to use that I&#8217;ve seen and is perfect for the beginner and intermediate user. Advanced users &#8212; that is, advanced survey programmers who like to tweak anything and everything &#8212; may feel somewhat stifled. Those who like to regularly edit the overall look and feel of their surveys may not be happy with the inability to manipulate the basic page code or the cascading style sheets that control the look/feel/design of the page. Also, you can&#8217;t directly important surveys from Microsoft Word or a text editor &#8212; each question has to be built manually. But generally speaking, the survey development process was a pleasant one.</p>
<h3>Qualtrics Data Collection Features</h3>
<p>Qualtrics supports a variety of different ways to promote your survey including e-mail blasts, survey links that you post on your web site, popup surveys, embedded surveys and something called a &#8220;web site feedback link.&#8221; All of these are very easy to implement and provide you with several options for doing so.</p>
<p>I am personally always a little leery of using e-mail invitation systems built into survey systems. First there is the issue of allowing them to manage your list and ensuring that they properly follow the e-mail related laws. Then there is the question of whether or not they are doing everything in their power to ensure that your survey invitations don&#8217;t end up in the spam folder or get stopped by the ISP before they even make it to the spam folder. Which is why I generally tend to use either my own e-mail server (where I can control my own deliverability) or use a professional e-mail list company to make sure all of my messages get through.</p>
<p>So while the Qualtrics e-mail setup function is fairly straightforward, I had mixed results when it came to deliverability. One test message I sent went through just fine, the other got stopped by Outlook&#8217;s spam filters. Your experience will vary and there is nothing to indicate that Qualtrics&#8217; e-mail server is any less reliable than other e-mail systems connected to other survey software programs. I can verify from looking at the header information that other than SPF header verification, Qualtric&#8217;s isn&#8217;t using any special deliverability services such as <a target="_blank" href="http://www.senderscore.com">Sender Score</a> or <a target="_blank" href="http://www.habeas.com/">Habeas</a>. Meanwhile, Qualtrics isn&#8217;t on any blacklists and according to SenderScore has a 90% e-mail acceptance rate with only a medium risk of non-deliverability which is better than <a target="_blank" href="http://www.surveymonkey.com">SurveyMonkey</a>(88% deliverability, high risk of non-deliverability) and much better than <a target="_blank" href="http://www.surveygizmo.com">SurveyGizmo</a>(33% deliverability, high risk of non-deliverability).</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-sender.jpg" title="Qualtrics E-mail Deliverability Statistics"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-sender.jpg" alt="Qualtrics E-mail Deliverability Statistics" /></a><br />
<font size="1">Qualtrics E-mail Deliverability Statistics</font></p>
<p>You can&#8217;t just upload an e-mail list and send to it &#8212; you need to first important your e-mail list to a Qualtrics panel (or you can type in the e-mail addresses one at a time, but I wouldn&#8217;t recommend it!). My demo account didn&#8217;t give me access to the panel management features of the system, so I couldn&#8217;t upload an e-mail list to test it out. I can say that it does at least have panel management capabilities and sample management capabilities and if/when you demo the software you will want to get more details about how these work.</p>
<p>Incidentally, every individual you send your e-mail to gets their own unique link which makes it fairly easy to track who has taken the survey and who has not. It is also possible to set the system to send out reminder e-mail messages.</p>
<p>Qualtrics also supports popup email invitations, and it is worth noting that the Qualtrics style of javascript popup is very good and is unlikely to be stopped by any popup software that your users may be using. I didn&#8217;t give it a full test, but in my experience this particular style of javascript popup is very hard to stop. And you can control how frequently it appears (does it show up for every user or for every 10th user?), whether or not it is animated and how big it is.</p>
<p>Qualtrics also lets you embed surveys in a web page on your site through the use of an IFrame (which is a little like embedding a mini web browser in the middle of a page). This type of execution can be prone to user issues because actions to the page in which the survey is embedded in can have a negative impact on the Iframe and the contents of the Iframe. However, whether or not this style of embedding is to some degree up to the taste of the web site developer.</p>
<p>Qualtrics gives you some control over the survey experience. You can, for example, control whether or not the respondent gets a &#8220;Previous Page&#8221; button, and you can allow respondents to save their surveys and return later. You can even control how long the partial survey results are saved. Surveys can be protected with a password (so only certain respondents can take it) or open to the public. Surveys can be set to automatically open at a certain time and then automatically close at another time. Responses can even be &#8220;bucketed&#8221; into multiple response sets. At the end of the survey, a default message can be displayed or you can redirect the users to another web site, or display a message page you store in your library.</p>
<p>Incidentally, Qualtrics also has the capability to do one question polls that you can embed on your web site. Exploring the details of this feature goes beyond this already-too-long review, but suffice it to say that the feature exists.</p>
<p>Qualtrics offers all of the basic data collection features one would expect from an online survey software package. It offers several different ways to promote your survey, and all of them seem to be executed well. I have some concerns that the e-mail invitation function does not appeared to be structured to ensure deliverability, but at the same time it is no worse than most other online survey software packages and better than many. For most users, Qualtrics is as good as anything they are likely to find in other packages.</p>
<h3>Qualtrics Reporting/Data Management Capabilities</h3>
<p>Qualtrics has put some time into the reporting capabilities of the software package, and overall it appears to be as friendly as the survey development tools. Qualtrics data management and export features are fairly basic, but will probably get the job done for most users.</p>
<p>Qualtrics makes it fairly easy to review the individual records in your dataset. The software makes it easy to see how long each respondent took to answer the survey, which is a quick way of telling if some respondents are clicking through and not reading the questions. Respondents you don&#8217;t like can be easily deleted. Qualtrics gets extra points for making it fairly easy to <em>import</em>survey results into the system (so that you can presumably use the Qualtrics reporting engine to create reports from data collected outside of Qualtrics, or so that you can merge outside data with the data you&#8217;ve collected in Qualtrics).</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-reporting.jpg" title="Qualtrics Reporting Environment"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/qualtrics-reporting.jpg" alt="Qualtrics Reporting Environment" /></a><br />
<font size="1">The Qualtrics reporting system</font></p>
<p>You can look at the responses collected from individuals, although I have to say it is executed in kind of a funny way &#8212; when I pull up a report on respondent #R_6h4QhkGskGxeU4Y, for example, it shows me each of their responses in the form of multiple graphs (one per question) which looks OK, but seems a little wasteful (what is the point of seeing a graph of one person&#8217;s responses?). Nothing wrong with the way that this is implimented &#8212; it&#8217;s just kind of odd.</p>
<p>Data can be exported from Qualtrics in a variety of different formats including CSV, XML, HTML, and SPSS. Warning about SPSS data export: it doesn&#8217;t create .SAV files &#8212; instead, it exports a CSV file and a syntax file which creates all of the variable labels and the value labels. While this isn&#8217;t necessarily a <em>bad</em> way of doing things it does add a couple of extra steps and there are, frankly, lower level packages out there that actually export .SAV files. Given Qualtrics&#8217; focus on the academic community, it is a little surprising that they haven&#8217;t taken the extra step to allow for true SPSS export.</p>
<p>I would describe the reporting capabilities of Qualtrics as &#8220;friendly, mid-level, but not super advanced&#8221; You can, for example, create graphs, charts and tables. You can embed them in any number of custom reports which can be saved and rerun at will. You can even make reports that you create public, which is a great feature if you either want to be able to monitor your data collection without logging into the software or if you have clients whom you want to be able to share your results with without letting them log in.</p>
<p>You can control which questions appear in each report. You can make a variety of different types of charts ranging from bar charts to pie charts to even spider charts. In tables, you can control which choices appear in each table and the order that the choices appear in. You can even create cross-tab tables that are regularly generated inside of your custom report. You can even add statistic tables for each question which include the mean, variance, standard deviation and total responses for each response choice. Reports can be exported to Microsoft Word, Microsoft Powerpoint, and Microsoft Excel. Qualtrics even lets you drill down in your responses, which is a pretty neat feature.</p>
<p>All of these are great reporting features and for those of you who tend to do your reporting directly from the survey software &#8212; who want something quick, easy and fairly powerful right out of the box &#8212; Qualtrics fits the bill.</p>
<p>If you&#8217;re looking for advanced analysis capabilities, such as those offered by a few other expensive packages, you aren&#8217;t going to find them here. But then, there really aren&#8217;t that many survey software packages that offer advanced analytics. And if you&#8217;re an advanced market research kind of a person, chances are you are going to use an external software package to analyze your data anyways.</p>
<p>Overall, I was very impressed by Qualtrics reporting and data management capabilities. I was a little disappointed by the fact that it doesn&#8217;t offer &#8220;true&#8221; SPSS export, but what it does offer is enough to make getting the data into SPSS manageable. The respondent editing capabilites are fine, and the report development system is excellent.</p>
<h3>Qualtrics Security, Data Protection, Company Viability</h3>
<p>Qualtrics is a privately held company located in Provo, Utah, just south of Salt Lake City. The company started a littled over ten years ago and has a very wide range of corporate clients. In my opinion, you shouldn&#8217;t have any concerns about working with this company.</p>
<p>Survey links are secure &#8212; there is no reasonably way for other people to guess the link to your survey based on links generated for other surveys. Furthermore, every invitation sent through the system has its own unique complex URL, which means that respondents can&#8217;t guess other respondent links and use it to get access to personal information.</p>
<p>Qualtrics allows each individual user to have their own account, and there are a number of different security options that can be assigned to each user. Surveys can be shared or not shared. Data can be shared or not shared.</p>
<p>Qualtrics maintains its data behind a firewall and all data can only be accessed only by the owners of the survey. I do not not whether survey data is encrypted on their server.</p>
<h3>Pricing/Options</h3>
<p>When you sign up for a Qualtrics account, you are generally allowed to have an unlimited number of users and can create an unlimited number of responses. A certain amount of service is included, and a certain number of custom templates will be included depending on the package that you purchase. Your account will generally be priced based on the number of responses you want to collect over the course of the year.</p>
<p>Qualtrics isn&#8217;t cheap &#8212; accounts tend to start at around $10,000 and go up depending on the number of responses you want to collect. Qualtrics will give you a quote based on what you&#8217;re looking to do, and my impression is that the company is pretty flexible in terms of being able to come up with a package that meets your needs at a price you can afford.</p>
<p>Qualtrics prides itself in offering expertise in addition to survey software &#8212; they have a lot of well educated research experts on their team and the organization has a very academic bent to it. If you&#8217;re looking for a survey system that will be able to provide in-depth consulting capabilities to your project, this might be the right survey software for you.</p>
<h3>Conclusion</h3>
<p>There is a lot to like about the Qualtrics survey software system. The questionnaire features and questionnaire development environment is among the best that I have seen in a web-based application. The reporting capabilities should please anyone who is into that sort of thing, and the system provides for both panel management and multi-user account capabilities.</p>
<p>For my own purposes, I struggle with the fact that Qualtrics doesn&#8217;t offers some of the advanced capabilities I like to have in a survey package. I miss the ability to edit the survey page structure or the CSS files. I wish I could write my surveys in Microsoft Word and import them directly into Qualtrics. I wish it offered some version of scripting/advanced programming capabilities. I&#8217;d also like it if the software allowed me to export data in true SPSS format. And for my own purposes, I wish that there was a way to install it on my own server instead of having to use it on the Qualtrics server.</p>
<p>But my personal approach tends to be much closer to that of a research firm than a corporate research team or an academic organization. And while I probably wouldn&#8217;t recommend this survey software for a major research firm, I would definitely recommend it for an academic organization or a corporate research department.</p>
<p>Overall, Qualtrics offers an extremely rich feature set and performs extremely well compared to other survey software systems in its price range.</p>
<ul>
<li><a target="_blank" href="https://www.qualtrics.com/" title="Qualtrics web site">Qualtrics Web Site</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/qualtrics-survey-software-reviews.htm/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PerkyPoll Review (collaborative polling software)</title>
		<link>http://www.kupferman.com/perkypoll-review-polling-software.htm</link>
		<comments>http://www.kupferman.com/perkypoll-review-polling-software.htm#comments</comments>
		<pubDate>Mon, 10 Mar 2008 06:32:19 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[opinion-polls]]></category>
		<category><![CDATA[PerkyPoll]]></category>
		<category><![CDATA[polling]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.kupferman.com/blog/?p=129</guid>
		<description><![CDATA[Who said that writing and taking surveys can&#8217;t be fun? PerkyPoll is a new &#8220;collaborative polling site&#8221; which allows you to create simple surveys that can easily be integrated into blogs, web sites, and presumably other collaborative sites such as &#8230; <a href="http://www.kupferman.com/perkypoll-review-polling-software.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Who said that writing and taking surveys can&#8217;t be fun?</p>
<p>PerkyPoll is a new &#8220;collaborative polling site&#8221; which allows you to create simple surveys that can easily be integrated into blogs, web sites, and presumably other collaborative sites such as facebook or Myspace. Although I probably wouldn&#8217;t suggest that you use it for serious research, it does have some unique elements that might make it especially entertaining if you&#8217;re looking for a simple way to collect and share survey results on a non-business critical topic. <span id="more-129"></span></p>
<p>PerkyPoll doesn&#8217;t offer a lot of question types &#8212; but it does have some of the important ones, including &#8220;pick one&#8221; (radio buttons); &#8220;pick many&#8221; (checkboxes); &#8220;ranked lists&#8221; (done with drop down boxes); and &#8220;Cumulative&#8221; (constant sum). It does not allow you to have open-ended questions, although there is a space to comment at the end of the polls.</p>
<p>In addition to adding questions to PerkyPoll polls, you also give the poll a name, a description, a period during which you want to collect responses, and tags which can be used to help people find your poll. That&#8217;s pretty much it for customizability.</p>
<p>Once a PerkyPoll is published, it can&#8217;t be changed unless you delete any responses that have been collected already. Once published, the poll can be added to a widget, which is a piece of code you add to your web site in order to have it display properly. Widgets can be customized for a couple of different sizes (300&#215;250 or 160&#215;300) or you can simply include a link to your poll on the PerkyPoll web site.</p>
<p>PerkyPolls are collaborative. That is, people can literally share the same polls on multiple web sites, and all of the results get combined. So if you create a PerkyPoll about who is going to win the 2008 election, all of your friends can include the same PerkyPoll on their web sites and all of you will share the results.</p>
<p><center></p>
<p align="center" style="width: 300px; height: 200px; text-align: center"><iframe height="200" width="300" frameBorder="0" src="http://www.perkypoll.com/widgets/9.iframe?size=post" style="border: 0px" title="PerkyPoll"></iframe><br />
<font size="1">A very short PerkyPoll</font></p>
<p>If you like a PerkyPoll you see online but don&#8217;t want to share results, you can be a CopyCat, which basically makes you&#8217;re going to make a fresh copy of the poll and use it for your own purposes. You can even flag the PerkyPolls that you like as &#8220;Informative,&#8221; &#8220;Perky,&#8221; &#8220;Quirky,&#8221; &#8220;Quality,&#8221; etc.</p>
<p>Everyone who takes the PerkyPoll (and perhaps even those who don&#8217;t take the poll) can view the results in a simple graph based format. Results can be filtered by gender, age, collection date and source.</p>
<p>PerkyPoll has a number of different membership levels. Bronze membership is free, and allows 3 active polls, unlimit widgit distribution and 1,000 respondents per poll. Results are stored for 1 month after the survey closes. Silver Membership is $9.95 per month and allows 6 active polls, unlimited widgets and unlimited respondents per survey. Both Bronze and Silver levels allow public polls only. The Gold Membership costs $14.95 per month and allows for unlimited simultaneous polls, unlimited widgets, unlimited respondents, and both public and private polls, along with the ability to block others from creating widgets for your survey.</p>
<p></center>PerkyPoll is in beta right now, during which time Gold Memberships are free (no doubt you will have to start paying when the software is out of beta, but who knows when that will be?)</p>
<ul>
<li><a target="_blank" href="http://www.perkypoll.com" title="PerkyPoll">PerkyPoll web site</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/perkypoll-review-polling-software.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Spot Fake Survey Software Reviews</title>
		<link>http://www.kupferman.com/fake-survey-software-reviews.htm</link>
		<comments>http://www.kupferman.com/fake-survey-software-reviews.htm#comments</comments>
		<pubDate>Mon, 10 Mar 2008 00:26:59 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[commentary]]></category>
		<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[Fake]]></category>
		<category><![CDATA[fake reviews]]></category>
		<category><![CDATA[fraud]]></category>
		<category><![CDATA[questionable business practices]]></category>
		<category><![CDATA[software reviews]]></category>

		<guid isPermaLink="false">http://www.kupferman.com/blog/?p=128</guid>
		<description><![CDATA[It is probably fair to say that most online survey software companies get many (if not most, or even all) of their customers view the web. Many of them count on search engines, and those that do try to optimize &#8230; <a href="http://www.kupferman.com/fake-survey-software-reviews.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It is probably fair to say that most online survey software companies get many (if not most, or even all) of their customers view the web. Many of them count on search engines, and those that do try to optimize their sites to drive as much traffic as possible. My only problem is when they &#8220;cheat&#8221; by posting fake reviews by fake people, comparing themselves to other products when the fact of the matter is that these comparisons aren&#8217;t really fair or valid.</p>
<p><span id="more-128"></span>Of course, it isn&#8217;t always possible to <em>prove</em> that this is what is going on. However, there are certain tell-tale signs:</p>
<ul>
<li>The same &#8220;review&#8221; appears on numerous web sites.</li>
<li>The name of the reviewer isn&#8217;t published.</li>
<li>The review appears on a blog that <em>only</em> features that review.</li>
<li>The review appears on a blog that appears to have no history.</li>
<li>Several survey software packages are reviewed, but only one has links.</li>
<li>The review points to a landing page on the site it is reviewing, not the home page.</li>
<li>The software gets a <em>practically</em> unblemished review.</li>
<li>All of the other software reviewed on the site is compared to the one piece of software that received the practically unblemished review.</li>
<li>Lots of unnecessary punctuation. Oh, they are so excited!!!!</li>
<li>Lots of inexplicable links &#8212; people do this to boost themselves in the rankings.</li>
</ul>
<p>The issue here isn&#8217;t that people shouldn&#8217;t do what they can to promote their software &#8212; but at the same time, it is absolutely wrong to create fake reviews and web sites that are &#8220;unbiased&#8221; for the purpose of manipulating people to visit your web site, and I would think twice before ever using such a company to conduct your important research.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/fake-survey-software-reviews.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SurveyMethods.com Review (Survey Software)</title>
		<link>http://www.kupferman.com/surveymethods-review-survey-software.htm</link>
		<comments>http://www.kupferman.com/surveymethods-review-survey-software.htm#comments</comments>
		<pubDate>Sun, 09 Mar 2008 23:39:23 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[free trial]]></category>
		<category><![CDATA[Survey Software]]></category>
		<category><![CDATA[SurveyMethods]]></category>
		<category><![CDATA[web-based]]></category>

		<guid isPermaLink="false">http://www.kupferman.com/blog/?p=127</guid>
		<description><![CDATA[SurveyMethods (at SurveyMethods.com) is a basic online survey software package that does OK on its own but doesn&#8217;t really offer the features of many of the other survey software packages it competes with. And while it is not a software &#8230; <a href="http://www.kupferman.com/surveymethods-review-survey-software.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodsconjoint.jpg" title="SurveyMethods Conjoint Example"></a>SurveyMethods (at SurveyMethods.com) is a basic online survey software package that does OK on its own but doesn&#8217;t really offer the features of many of the other survey software packages it competes with. And while it is not a software package I&#8217;d be likely to recommend (there are even free survey software packages that provide more than SurveyMethods does), it is free to try &#8212; so you can make your own decision! <span id="more-127"></span></p>
<h3>SurveyMethods Questionnaire Features</h3>
<p>SurveyMethods offers the traditional selection of question types, including single choice closed-ended questions (radio buttons or drop down boxes); multiple response questions (checkboxes); open-ended questions (essay, single line, multiple &#8220;form&#8221; questions); ranking questions and constant sum questions. It also offers the option of &#8220;points questions&#8221; which means simply that you can assign values to each response (red = 5, green =2, blue = 1, etc). The system also allows for basic matrix (table) questions.</p>
<p>Implementation of most of these question types in SurveyMethods isn&#8217;t detailed. Although in their marketing they say that they offer 20 different question types it seemed to me that many of these were just different variations on the question types listed above. The most advanced question type that is offered is a conjoint question, which sounds pretty impressive until you try to use it &#8212; besides being confusing, all it really does it let you rank various combinations of attributes (it doesn&#8217;t create an orthogonal design and it doesn&#8217;t generate utilities). If you&#8217;re serious about doing conjoint you&#8217;re much better off looking at the conjoint question option offered by SurveyZ or if you&#8217;re really serious, check out Sawtooth Software&#8217;s solution). Other &#8220;advanced&#8221; question types are limited compared to other survey systems as well &#8211; the ranking question, for example, makes you enter numbers into each box rather than letting you click or drag each option in order.</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodsconjoint.jpg" title="SurveyMethods Conjoint Example"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodsconjoint.jpg" alt="SurveyMethods Conjoint Example" /></a><br />
<font size="1">Example of SurveyMethod&#8217;s conjoint question.</font></p>
<p><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodsconjoint.jpg" title="SurveyMethods Conjoint Example"></a></p>
<p>The advanced options available in SurveyMethods for each question are limited. For example, I can choose to make a closed-ended single response question mandatory and I can randomize the order of the responses.  but I can&#8217;t add a reporting value for each option, I can&#8217;t assign &#8220;other&#8221; text boxes to each option (I can add <u>one</u> text box to the end as an &#8220;other&#8221; response), and I can&#8217;t lock items in place. If I have a lot of items, I can break them into sections. I can&#8217;t put the responses in multiple columns. I can&#8217;t select a default value or assign a unique CSS class to the question. You may not need to do any or all of these things, but if you do any detailed work in survey development you may miss them.</p>
<p>SurveyMethods does allow for some basic branch logic, that is very easy to understand but potentially frustrating if you have to do a lot of branching or if you want to create complex scenarios (you can&#8217;t, for example, have it branch based on the responses to two different questions). And while your survey can appear on multiple pages (which is a good thing) you can&#8217;t <em>name</em> the pages, which can make setting up the branch conditions somewhat annoying (when you branch you don&#8217;t tell it what question to branch to &#8212; you tell it instead what page you want to branch to, and your options are &#8220;Page 1&#8243;, &#8220;Page 2,&#8221; etc. SurveyMethods does not offer dynamic branching (which will hide questions on the page based on the responses to earlier questions on the page).</p>
<p>SurveyMethods does not offer the ability to &#8220;skip over&#8221; questions based on specific criteria other than through branching (although they say they offer skip logic, what they&#8217;re really offering is branching logic &#8212; skip logic is assigned to a particular question and says &#8220;only show me if certain criteria are met), which branch logic says &#8220;look at the answer to this question and depending on what it says take me to this other question.&#8221; Subtle differences, but there are times when it helps to have both types of logic available.</p>
<p>SurveyMethods does not allow you to randomize questions, groups of questions or pages of questions, although these aren&#8217;t common features offered by low end packages anyways.</p>
<p>Although SurveyMethods allows you to enter text blocks and images, you cannot enter blocks of HTML directly, nor can you include any special javascript headings or other code. There is no scripting language. You can&#8217;t include Flash or video.</p>
<p>Incidentally, SurveyMethods comes in three different flavors &#8212; Basic (free), Advanced, and Professional. The free version does not allow you to make questions mandatory, randomize answer choices or utilize branch logic.</p>
<h3>Survey Designer Features in SurveyMethods</h3>
<p>The survey designer is fairly basic &#8212; no AJAX here. The list of questions in your survey are displayed roughly as they will appear in real life, and one neat feature is the ability to change the &#8220;presentation style&#8221; of the survey on the fly through a drop-down box and instantly see the impact on your list of questions. But other than that, the look/feel of the survey designer isn&#8217;t particularly friendly (although it isn&#8217;t unfriendly either).</p>
<p>There are two methods for rearranging questions in SurveyMethods. One option is to click the little blue up and down arrows next to each question. The other option is to go to the move quesiton screen which lets you select from a drop down box which question you&#8217;d like to stick the question you&#8217;re moving in front of or behind.</p>
<p>SurveyMethods does not allow you to edit the response set of a closed-ended question once the survey has responses. This is a fairly common safety measure, but can be frustrating/annoying if you start the survey, collect fifty responses and realize you want to add an extra response. Your only option is to either delete all of the response data. Note that you also are not allowed to delete or move questions around once any response data is collected.</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodseditor.jpg" title="SuveyMethods.com Editor"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodseditor.jpg" alt="SuveyMethods.com Editor" /></a><br />
<font size="1">The SurveyMethods Survey Editor.</font></p>
<p>You are able to choose from a variety of different color schemes and the fonts, and if you like you can go ahead and create your own although with only a limited set of options to choose from (you can&#8217;t, for example, create your own CSS code). You don&#8217;t have a tremendous amount of control over the look/feel of your surveys &#8212; they all have pretty much the same structure/format. You can also upload a logo to appear at the top of your survey.</p>
<p>SurveyMethods offers online help, although I didn&#8217;t really like the way it was structured. Basically, you click on the &#8220;Help Center&#8221; icon and it takes you away from your survey (rather than opening the help in separate window) and presents all of the help options in the form of frequently ask questions which do <em>not</em> appear in any context sensitive manner.  If you&#8217;re able to find the subject you&#8217;re looking for (which can take a frustratingly long time) the posted answer is extremely short and not particularly helpful. And then when you&#8217;re done you have to hit your back button about four times to get <em>back</em> to the question that you&#8217;re working on.</p>
<p>Spell check is available, but not in the free version. The ability to add logos is also limited to the Advanced and Professional packages. Professional users can allso&#8221;collaborate&#8221; with others on survey development. It does not have a special test/debug mode for surveys.</p>
<h3>SurveyMethods Response Collection Features</h3>
<p>SurveyMethods offers an average set of features for collecting responses.  Users are limited in the number of responses they can collect each month based on their account level. Promotional methods are limited to e-mail invites and URL links, and only Professional level accounts can be configured to show a custom completion page or redirect to another site at the end of the survey &#8212; everyone else sees an add for SurveyMethods. The respondent experience (how fun/interesting it is to take a survey) is fairly limited.</p>
<p>SurveyMethods allows each account to have an unlimited number of surveys, although it limits the number of total responses an account can collect each month. A free account can collect 500 responses a month; an Advanced account can collect up to 1000, and a SurveyMethods Professional account can collect 5,000 responses. If you exceed the maximum number of responses that you&#8217;re entitled to on an Advanced or Professional account SurveyMethods will <em>automatically</em> add another 2,000 responses to your account and charge your credit card $5.00.</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodssurveysample.jpg" title="Sample view of a survey in SurveyMethods"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodssurveysample.jpg" alt="Sample view of a survey in SurveyMethods" /></a><br />
<font size="1">A sample SurveyMethods Survey in real life</font></p>
<p>I wasn&#8217;t completely impressed with my experience as a respondent. To ensure higher completion rates on voluntary surveys it is often helpful to make surveys interesting or entertaining &#8212; SurveyMethod surveys are somewhat plain to look at and if you had a lot of questions it is likely that the respondent would become bored faster than they would using a more interesting interface. Of course, this is just my subjective perception of the experience. To its credit, SurveyMethods does give you the option of providing several different types of progress indicators that may make the experence more pleasant. Respondents cannot save or print their responses, although if allowed by the designer they can go back to previous responses. It appears that respondents who quit the survey can re-enter their survey later to finish.</p>
<p>SurveyMethod surveys can be promoted in the usual ways, including web URL and e-mail invitations. One neat feature is the way in which a survey is &#8220;lauched&#8221; &#8212; it takes you through an easy to follow set of six steps that let you choose your method of publicizing your survey, setting up start pages, setting up completion options (if they&#8217;re available at your account level) and then launching of the survey. It does not allow you to embed surveys into your web site, nor does it allow you to embed the first page of your survey into an e-mail message. The e-mail invitation system is very basic, but it is also easy to use. E-mail addresses can be imported from Excel or typed in manually. If you have the Advanced or Professional version the system can also be configured to automatically send out reminders. The Advanced and Professional version of SurveyMethods can also be configured to stop collecting responses after a certain date or after a specific quota has been met.</p>
<p>SurveyMethods makes it possible to create a custom greeting page for your survey, but frankly even if you couldn&#8217;t you could accomplish the same effect by adding a text question to the beginning of the survey. At the end of the survey it appears that SurveyMethods will automatically take you to a built-in thank you message, presumably one that promotes SurveyMethods &#8212; except in the Professional version, where you have the additional options of creating a custom thank-you page (no HTML allowed), showing the respondent the results or redirecting respondents to a web page of your choice.</p>
<h3>SurveyMethods Response Management / Reporting</h3>
<p>SurveyMethods offers very limited reporting and analysis capabilities for free accounts &#8212; almost to the point of what I would consider worthless. Free accounts cannot export results, cannot generate reports, and cannot create charts and graphs. Even Advanced accounts are only allowed to generate reports and export data &#8212; they still can&#8217;t create charts and graphs or cross-tabs. All of these features are reserved for the $39 a month Professional account.</p>
<p>You are allowed (presumably at all levels) to view and delete individual respondents. You can also create basic summary reports of all respondents which do include horizontal bar graphs. It is a nice feature that you can choose to display results only from completed or not-completed surveys, and you can choose to have it display only certain questions or surveys that match certain criteria.</p>
<p align="center"><a href="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodreport.jpg" title="Sample of a SurveyMethods report"><img width="450" src="http://www.marketresearchtech.com/wp-content/uploads/2008/03/surveymethodreport.jpg" alt="Sample of a SurveyMethods report" /></a>�<br />
<font size="1">Sample SurveyMethods Summarized Data Report</font></p>
<p>One neat features of SurveyMethods is the ability to create reports featuring tables and charts. This charting options are fairly basic, but could be useful if you don&#8217;t want to take the time to create your own Excel charts (they look about as good as the basic Excel charts). You do not appear to have control over the order that the charts and tables appear in, although it appears that you can remove charts that you don&#8217;t want to have included. SurveyMethods allows you to export reports to Microsoft Powerpoint or PDF files, and you can manually e-mail reports to address you specifiy. Data can be exported into Excel, but oddly cannot be saved into a CSV file or SPSS format.</p>
<p>Survey response data is retained up to a year for the free accounts and for an unlimited period of time for the Advanced and Professional accounts.</p>
<h3>Data Security, Company Stability, Etc.</h3>
<p>The company does not indicate where/how the store their survey data and whether or not the data is encrypted. Nor, frankly, do they even provide any of the names of their owners on the web site or even which company they reside in. Even the SurveyMethods.com domain is registered privately so it is impossible to see who precisely owns the domain. The company&#8217;s phone number is, according to WhitePages.com, an unpublished landline located in Dallas, Texas (although with virtual phone numbers these days it is impossible to know whether the company is based in Dallas, London, or somewhere in India). Even the Terms of Use and privacy policy of the site offer no indication of who runs the company and where they are located.</p>
<p>SurveyMethods does not offer individual respondent authentication, but it does offer secure survey URLs (which means that there is no way to guess other survey URLs based on the URLS used to identify your survey). However, SurveyMethods doesn&#8217;t block any of their links from Google,which means it fairly easy to see a <a target="_blank" href="http://www.google.com/search?as_q=enduser.aspx&amp;hl=en&amp;rls=com.microsoft%3Aen-us&amp;num=10&amp;btnG=Google+Search&amp;as_epq=&amp;as_oq=&amp;as_eq=&amp;lr=&amp;cr=&amp;as_ft=i&amp;as_filetype=&amp;as_qdr=all&amp;as_nlo=&amp;as_nhi=&amp;as_occt=any&amp;as_dt=i&amp;as_sitesearch=surveymethods.com&amp;as_rights=&amp;safe=images">variety of studies that have been conducted on the site</a> just by doing a domain search within Google.</p>
<h3>SurveyMethods Summary Evaluation / Pricing</h3>
<p>SurveyMethods comes in three subscription flavors: Basic (free), Advanced ($9 a month) and Professional ($39 a month) which dictate the number of responses you are allowed each month as well as which features you have access to. SurveyMethods offers a seven day trial account which gives you access to all of the features for free. In my opinion, the free account is fairly useless for most survey applications because it won&#8217;t allow you to make question mandatory, export data or redirect respondents to another web site after the survey is over. The Advanced option isn&#8217;t bad, although I&#8217;ve seen other survey systems that offer more at about the same price. SurveyMethods offers free Professional accounts to education and non-profit institutions &#8212; as long as they&#8217;re willing to post a link to SurveyMethods on thier web site and give credit research reports. If security matters to you, I might also be a little be leary of using</p>
<p>All in all, SurveyMethods is an OK system and is perfectly usable for many purposes. If this were a few years ago I probably wouldn&#8217;t be as critical of it as I am. However, the fact is that <em>right now</em> it does not offer nearly as many features as many of the other online survey systems that are out there. Off the top of my head I can think of at least three other systems that offer many more features as SurveyMethods at about the same price.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/surveymethods-review-survey-software.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SPSS Dimensions 5.0 Released</title>
		<link>http://www.kupferman.com/spss-dimensions-5-features.htm</link>
		<comments>http://www.kupferman.com/spss-dimensions-5-features.htm#comments</comments>
		<pubDate>Mon, 11 Feb 2008 01:22:43 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[Desktop Author]]></category>
		<category><![CDATA[Dimensions]]></category>
		<category><![CDATA[SPSS]]></category>
		<category><![CDATA[SPSS-Dimensions]]></category>

		<guid isPermaLink="false">http://www.kupferman.com/blog/?p=122</guid>
		<description><![CDATA[SPSS has announced the release of SPSS Dimensions 5.0, an upgrade to last year&#8217;s version 4.5. Although in my opinion this feels more like an incremental release, it does have some notable new features including the SPSS Desktop Author, a &#8230; <a href="http://www.kupferman.com/spss-dimensions-5-features.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SPSS has announced the release of SPSS Dimensions 5.0, an upgrade to last year&#8217;s version 4.5. Although in my opinion this feels more like an incremental release, it does have some notable new features including the SPSS Desktop Author, a new customizable question wizard, better integration with SPSS Predictive Enterprise Repository and SPSS Report.<span id="more-122"></span></p>
<ul>
<li>SPSS Desktop Author, which was previously released in the fall, is now (apparently) officially included as part of the SPSS Dimensions suite. It allows you to create surveys fairly easily in a friendly, powerful interface.</li>
<li>A new Question Wizard which makes it easy to build and rebuild questions with a consistent look. Using mrStudio is is also possible to build your own Question Wizards.</li>
<li>Interviewer Player is a new Dimensions component that makes it possible to conduct in-person interviews over the internet or using a laptop. Surveys are collected using local software and the uploaded online or using a phone when a connection is available.</li>
<li>SPSS Predictive Enterprise Repository &#8220;minimizes duplication and maintains research or corporate standards.&#8221; It is closely integrated with Clementine and other SPSS products.</li>
<li>SPSS Reporter &#8212; which is different from SPSS Desktop Reporter &#8212; is a web-deployed interactive reporting tools that &#8220;allows users to quickly publish and share reports in visual form.&#8221; Users can droll down into the survey reports and aggregate results to better understand customer feedback. </li>
</ul>
<p>SPSS Dimensions 5.0 is available now from SPSS. SPSS Desktop Reporter (also part of Dimensions) seems pretty much exactly the same as 4.5.</p>
<p>Sam Winstanley has some great, more technical observations on his blog.</p>
<ul>
<li><a target="_blank" href="http://www.spss.com/dimensions/">Official SPSS Dimensions home</a></li>
<li><a target="_blank" href="https://spssevents.webex.com/ec0600l/eventcenter/recording/recordAction.do?theAction=poprecord&amp;recordID=834632" title="Desktop Author 5 Demo">SPSS Desktop Author 5 Recorded Demo</a></li>
<li><a target="_blank" href="http://www.pse.pt/Documentos/Brochura%20SPSS%20Predictive%20Enterprise%20Services.pdf">SPSS Predictive Enterprise Repository details</a></li>
<li><a target="_blank" href="http://www.surveyxtreme.com/">Sam Winstanley&#8217;s Blog</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/spss-dimensions-5-features.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of SurveyGizmo</title>
		<link>http://www.kupferman.com/surveygizmo-review-internet-survey-software.htm</link>
		<comments>http://www.kupferman.com/surveygizmo-review-internet-survey-software.htm#comments</comments>
		<pubDate>Sun, 02 Dec 2007 08:02:33 +0000</pubDate>
		<dc:creator>Mark Kupferman</dc:creator>
				<category><![CDATA[Internet Survey Software]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[branching]]></category>
		<category><![CDATA[piping]]></category>
		<category><![CDATA[reportals]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[survey design]]></category>
		<category><![CDATA[survey development]]></category>
		<category><![CDATA[SurveyGizmo]]></category>

		<guid isPermaLink="false">http://www.kupferman.com/blog/?p=121</guid>
		<description><![CDATA[SurveyGizmo is among the most easy to use, best priced, feature packed internet survey software packages I have seen. And I&#8217;ve seen a number of them. I highly recommend it. And if you&#8217;re conducting fewer than 250 responses a month, &#8230; <a href="http://www.kupferman.com/surveygizmo-review-internet-survey-software.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.surveygizmo.com/?ap=24705">SurveyGizmo</a> is among the most easy to use, best priced, feature packed internet survey software packages I have seen. And I&#8217;ve seen a number of them. I highly recommend it. And if you&#8217;re conducting fewer than 250 responses a month, it is absolutely free and includes just about everything you need. And it&#8217;s easy&#8230;very Web 2.0ish.</p>
<p><span id="more-121"></span>Let&#8217;s start at the beginning: the survey design interface. Beginning a new survey is as easy as selecting &#8220;Create Survey&#8221; from the main screen. You can either start with a blank survey, use one of the nine templates that are available (not a very big selection actually&#8230;and they&#8217;re pretty simple too), or you can copy one of your existing surveys (SurveyGizmo allows you to create an unlimited number of surveys, even if you&#8217;re using the free account).</p>
<p><img src="http://www.marketresearchtech.com/wp-content/uploads/2007/12/gizmo1.jpg" alt="" /></p>
<p>SurveyGizmo&#8217;s survey development environment is clean, easy to navigate, and doesn&#8217;t require any training or instruction. For example, consider the blank questionnaire I&#8217;ve started above &#8212; the page even includes a green arrow telling me exactly what I need to click in order to add my first question. The entire interface is like that.</p>
<p>SurveyGizmo has a number of question types &#8212; and as far as I can tell new ones are regularly added. It of course includes all of the traditional questions such as single choice radio buttons, multi-choice checkboxes, drop down menus, text boxes and essays,but it also includes some really fancy question types that I&#8217;ve never seen anywhere else. For example, SurveyGizmo offers a star ranking table question (see below) that makes it easy and fun for respondents to rate items. It offers image-based single selection question (and makes them easy to implement). It allows for tables/matrixes of radio buttons, drop down menus and checkboxes and also supports a fairly friendly continuous sum and ranking question. SurveyGizmo also supports custom matrixes (table questions that allow for multiple question types in each row) and custom question &#8220;groups&#8221;, as well as file uploads &#8212; but these three features are only available to paying customers.</p>
<p><img src="http://www.marketresearchtech.com/wp-content/uploads/2007/12/surveygizmocolors.jpg" alt="" /></p>
<p>SurveyGizmo gives you a number of &#8220;advanced&#8221; option for each question type without making the process intimidating &#8212; thereby ensuring that you&#8217;ll have an easy time creating your survey but still have the ability to make it do exactly what you want. For example, I created a simple single-selection radio button question with three options. After I finished entering the basic question, I could then easily change the type of answers (checkbox, radio button or dropdown menus); change the orientation of the answers; set a default value; change the number of columns; randomize the options; indicate whether I wanted the question randomized on the page; hide the question based on criteria; number or not number the question; etc. I could also add a custom CSS class name. That&#8217;s a lot of options!</p>
<p>For text questions, validation is available to ensure that the responses fits a certain criteria. It is extremely flexible, and is based on regular expressions (or you can choose an option from the drop down list). It is very easy at any point to mark a question as required or not required. If you indicate that a question is a date, it will pull up a calendar when the respondent clicks on it &#8212; if you indicate that the field is an e-mail address, the system will do validate that the e-mail address is valid &#8212; not just by checking the format, but by contacting the respondent&#8217;s e-mail server to make sure it exists. Numeric fields can be automatically formatted as percentages, currency, or whole numbers (it won&#8217;t let the respondent enter decimals).</p>
<p>SurveyGizmo&#8217;s development environment is entirely AJAX based, which means that when you click a button or make a change you don&#8217;t have to wait for a postback &#8212; the change takes place immediately. Not a lot of survey packages offer this and it will greatly speed up your survey programming. Surveys can be previewed at any time.</p>
<p>It is very easy to add images or multimedia to your survey &#8212; however, only paid accounts are allowed to upload media for storage on the server, so if you&#8217;re using the free account you&#8217;re going to have to store your images on an account on a different system. Hard to complain though since it&#8217;s free&#8230;</p>
<p>SurveyGizmo allows branching, skipping and piping. Skipping can either be managed through a simple drop down box (show this question when some other question equals some value) or using advanced rules which have to be manually entered. Piping can be used to add responses to other questions to either the question text or the response area.</p>
<p>In addition to questions, SurveyGizmo allows for &#8220;Actions&#8221; to be inserted between questions. Some of these actions are about as advanced as any I&#8217;ve ever seen in a survey software package and allow you to do random branching, send mobile messages, allow for subscribers to log in, retrieve web content and send e-mails. Most of the actions are available only in the &#8220;Pro&#8221; version and the &#8220;Enterprise&#8221; version, but I think it is fair to say that many of the features available in SurveyGizmo aren&#8217;t even available in many of the paid packages I&#8217;ve tried.</p>
<p><img src="http://www.marketresearchtech.com/wp-content/uploads/2007/12/surveygizmo_actions.gif" alt="SurveyGizmo Actions" /></p>
<p>SurveyGizmo allows you to choose from around 20 different &#8220;themes&#8221; which let you control the color scheme and the general look and feel of your survey. You can have your questions appear in whatever font you choose, and you can add your logo to the top &#8212; even for the free surveys. If that&#8217;s not enough customization for you, SurveyGizmo gives you direct access to the survey page&#8217;s underlying HTML template and the CSS file used to control how your page looks. Most survey packages make it difficult to get this level of control&#8230;</p>
<p>If you sign up for an account, you also get access to response quotas, auto-close on date, vote protection (de-duping), forward-only surveys, URL variable patterns, and IP-based geotracking. With the Enterprise version you can also eliminate the &#8220;powered by&#8221; icon that appears on the page.</p>
<p>Launching your survey is very easy and the system lets you go back and edit it at any time. Every survey has it&#8217;s own custom URL, and you have the option of creating your own custom survey URL as well. Surveys can easily be embedded into your web site and all of the code is provided for you. Special code is provided so that you can embed the entire first page of your survey into a MySpace page, an e-mail blast, or just into a page on your web site.</p>
<p>SurveyGizmo will send out survey invitations for Personal, Por and Enterpise accounts (not for free accounts). Upload a list, and the software makes it fairly easy to track who has taken your survey. You can also send out followup invitations.</p>
<p><img src="http://www.marketresearchtech.com/wp-content/uploads/2007/12/gizmoemail.gif" alt="" /><img src="http://www.marketresearchtech.com/wp-content/uploads/2007/12/gizmoemail2.gif" alt="" /></p>
<p>Data can be exported in either text format or as a CSV file (no SPSS option except in the Enterprise version). One neat feature is that all data is saved on their server until you delete it (not automatically deleted after a certain period). SurveyGizmo offers an external database sync which allows you to send/receive information to outside websites and databases.</p>
<p>Reporting is extremely flexible &#8212; you can create multiple reports for each survey including charts, graphs and crosstabs. All account types can filter reports by date range, although only paid accounts can filder data by responses.</p>
<p>SurveyGizmo Pro and Enterprise allow for multiple user accounts (5 accounts for Pro, 20 accounts for Enterprise). Permissions can be user based, and team-based permissions (where groups of users can be partitioned) is also available. Surveys can also be secured to ensure privacy, although media (such as videos and pictures) cannot be secured using the software.</p>
<p>SurveyGizmo offers a variety of <a href="https://www.surveygizmo.com/tutorials/?ap=24705" target="_blank">tutorials</a> (some of them as videos) on how to use the software, ranging from how to create a new survey to personalizing your survey to details on some of the more unique advanced features. In addition, SurveyGizmo has a very active support forum with over 2000 posts one of which is dedicated to new feature requests.</p>
<p>SurveyGizmo is available is four flavors: &#8220;Free,&#8221; which gives you access to all of the basic features, the ability to create an unlimited number of surveys but only allows you to collect 250 responses a month; &#8220;Personal&#8221; which costs $19 and offers 1,000 responses a month plus some of the more advanced features; &#8220;Pro&#8221; which comes iwth 5,000 responses a month and &#8220;Enterprise&#8221; which comes with up to 50,000 responses a month (that&#8217;s a lot of responses).</p>
<p><a href="http://www.surveygizmo.com/plans-pricing/?ap=24705"><img src="http://www.marketresearchtech.com/wp-content/uploads/2007/12/gizmopricing.gif" alt="" /></a></p>
<p>I really like <a href="http://www.surveygizmo.com/?ap=24705">SurveyGizmo</a>. I like the clean interface, the variety of features and the fact that it appears that they are constantly updating it with new capabilities. I can say with a great deal of confidence that I will be using this survey package for my own future projects and may even consider the enterprise version for larger applications. Certainly, if you&#8217;re doing a simple project for school or for your internal organization, I would recommend the free version of SurveyGizmo over either SurveyMonkey or any of the other free applications out there.</p>
<ul>
<li><a href="http://www.surveygizmo.com/?ap=24705">SurveyGizmo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kupferman.com/surveygizmo-review-internet-survey-software.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

