<?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>SurveyGizmo - Online Survey Software : An Online Survey Tool for Creating Surveys, Polls, Forms and Quizes &#187; survey reports</title>
	<atom:link href="http://www.surveygizmo.com/survey-blog/tag/survey-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surveygizmo.com</link>
	<description>Online Survey Tool for Surveys, Polls, Quizes and Forms</description>
	<lastBuildDate>Sat, 11 Feb 2012 00:44:27 +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>Importing Multiple Survey Responses Into a Master&#160;Survey</title>
		<link>http://www.surveygizmo.com/survey-blog/import-multiple-survey-responses-master-survey/</link>
		<comments>http://www.surveygizmo.com/survey-blog/import-multiple-survey-responses-master-survey/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 19:44:37 +0000</pubDate>
		<dc:creator>Christian Vanek</dc:creator>
				<category><![CDATA[How-to articles]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[custom scripting]]></category>
		<category><![CDATA[master surveys]]></category>
		<category><![CDATA[mothership surveys]]></category>
		<category><![CDATA[online survey reports]]></category>
		<category><![CDATA[survey report]]></category>
		<category><![CDATA[survey reports]]></category>

		<guid isPermaLink="false">http://www.surveygizmo.com/?p=30417</guid>
		<description><![CDATA[How the movie "Independence Day" gave us an idea to link individual survey responses together in a master survey.]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago one of our customers came to us with a very unique problem &#8211; which we solved in part by watching <a href="http://www.imdb.com/title/tt0116629/" target="_blank" rel="external nofollow"><em>Independence Day</em></a> (I kid you not) and relating it to survey software. </p>
<p>(Stick with me, it does make sense.)</p>
<p>This customer is an event company who runs surveys for each one of their events. Their events are all run by different groups and each group does not have access to the other groups&#8217; data &#8211; but the customer still needs to run reports on all of the data combined.</p>
<p>While this is an event company running surveys, it occurred to us that many other organizations likely have similar needs for both master survey reporting and individual event survey reporting.  </p>
<p>The nice thing about SurveyGizmo is that as survey software (which always seems to be used for a general purpose tool), we are very adaptable. We talked with our customer for a little while about their needs and came up with the idea of a &#8220;mother ship&#8221; survey.  </p>
<p>If you have seen the movie <em>Independence Day</em>, you&#8217;ll remember that a single mother ship came to earth and launched a series of &#8220;smaller&#8221; (they were still city-sized) ships that began to take over the earth. The trick to defeating these ships was using a &#8220;signal&#8221; that tied them back to the original mothership.   </p>
<p>Now don&#8217;t get me started on how ridiculous the entire movie was&#8230;but the idea of a huge mother ship that was tethered through a communication lines to smaller ships gave me an idea. (This is the way my mind works &#8211; seriously.)</p>
<p>What we did for this customer was to create a generalized master survey (the Mothership) that could be copied for any event. A really simple custom script (shown below) that&#8217;s part of that mothership survey ties all of those copies back to the original. So any data they collect is also collected in the master survey &#8211; automatically, in real time. Pretty cool, huh?</p>
<p>The nice thing about this solution is it&#8217;s simple and versatile. The individual event surveys can be changed as needed &#8211; rebranded, new questions added, irrelevant questions disabled &#8211; but they still transmit any relevant data back to the master survey for grouped reporting.</p>
<p>We even got fancy and added hidden fields that identify which survey is which in the master survey reporting.  </p>
<p>Finally, thanks to the enterprise settings in our software, each event team only has access to the individual event surveys that they should have access to. So security and privacy are maintained across the organization.</p>
<p>If anyone else out there has similar problems that need to be solved, keep in mind this solution.   </p>
<p>Here&#8217;s a sample of the basic custom script if you&#8217;re curious:</p>
<pre><code>//---start code

//Just build a really simple array of question ids/values to transfer to the master survey.
// A loop would be easier, but this is long hand for effect.

%%datatotransfer = array();
%%datatotransfer["4"] = sgapiGetValue(4);
%%datatotransfer["2"] = sgapiGetValue(2);

//Then using sgapiListAdd (which creates a response in another survey and pass in the data!  Easy!!)
// 555555 would be the ID to the master survey.

sgapiListAdd(555555,%%datatotransfer);

//--end code</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.surveygizmo.com/survey-blog/import-multiple-survey-responses-master-survey/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Survey Charts are&#160;Here!</title>
		<link>http://www.surveygizmo.com/survey-blog/new-survey-charts-are-here/</link>
		<comments>http://www.surveygizmo.com/survey-blog/new-survey-charts-are-here/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 22:43:49 +0000</pubDate>
		<dc:creator>Kipp Chambers</dc:creator>
				<category><![CDATA[SurveyGizmo News]]></category>
		<category><![CDATA[bar graphs]]></category>
		<category><![CDATA[graphs and charts]]></category>
		<category><![CDATA[online survey reports]]></category>
		<category><![CDATA[pie charts]]></category>
		<category><![CDATA[poll chart]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[survey report]]></category>
		<category><![CDATA[survey reporting]]></category>
		<category><![CDATA[survey reports]]></category>

		<guid isPermaLink="false">http://wp.surveygizmo.com/?p=29164</guid>
		<description><![CDATA[If you&#8217;ve logged into your account this week, you&#8217;ve already seen some of the changes we&#8217;ve been rolling out. One of the first things you&#8217;ve likely seen comes in Reporting &#8211; our new Survey Charts are here! For a long time, our survey charts have used an engine that delivers each graph or chart as... <a href="http://www.surveygizmo.com/survey-blog/new-survey-charts-are-here/">Read More &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve logged into your account this week, you&#8217;ve already seen some of the changes we&#8217;ve been rolling out. One of the first things you&#8217;ve likely seen comes in Reporting &#8211; our new Survey Charts are here!</p>
<p>For a long time, our survey charts have used an engine that delivers each graph or chart as an image. The reports have always <em>looked</em> great, but there was something missing. We wanted them to be a little more polished&#8230;and we wanted them to be interactive.</p>
<p>So this week, we announced the launch of our new survey charts. On the surface, you&#8217;ll notice that they look quite a bit slicker than the former version. They also bring an element of interactivity to them that our charts haven&#8217;t had before. When you hover over a column in a bar graph or a wedge in a pie chart, you&#8217;ll now see metrics from your survey results overlaid on top of the chart.</p>
<p><a href="http://www.surveygizmo.com/wp-content/uploads/2011/08/New_Reports_Pie.jpg"><img src="http://www.surveygizmo.com/wp-content/uploads/2011/08/New_Reports_Pie.jpg" alt="New Survey Charts - Pie Chart" title="New_Reports_Pie" width="450" height="352" class="aligncenter size-full wp-image-29179" /></a></p>
<p>You can also interact with the new survey charts by clicking on a section of the chart, which will highlight it and offer more survey data. And in the Run Report screen, hovering over the data in the Response Breakdown table will highlight the relevant piece of the chart, giving readers a good visual indicator of how the survey data fits together.</p>
<p><a href="http://www.surveygizmo.com/wp-content/uploads/2011/08/New_Reports_Bar.jpg"><img src="http://www.surveygizmo.com/wp-content/uploads/2011/08/New_Reports_Bar.jpg" alt="New SurveyGizmo Survey Charts - Bar Graph" title="New_Reports_Bar" width="450" height="325" class="aligncenter size-full wp-image-29181" /></a></p>
<p>And they print beautifully.</p>
<p>We&#8217;ve been testing this format of reports in a few different places for a little while, and we like it a lot &#8211; with this week&#8217;s roll-out, you should see their use more widespread across the entire site. Hope you enjoy them &#8211; let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surveygizmo.com/survey-blog/new-survey-charts-are-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Feature: Page Fall Off&#160;Report</title>
		<link>http://www.surveygizmo.com/survey-blog/fall-off-report/</link>
		<comments>http://www.surveygizmo.com/survey-blog/fall-off-report/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 22:31:40 +0000</pubDate>
		<dc:creator>Brittany Heidtke</dc:creator>
				<category><![CDATA[SurveyGizmo News]]></category>
		<category><![CDATA[SurveyGizmo Updates]]></category>
		<category><![CDATA[fall of report]]></category>
		<category><![CDATA[new feature]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[survey reports]]></category>

		<guid isPermaLink="false">http://www.surveygizmo.com/?p=4718</guid>
		<description><![CDATA[Have you ever noticed a large number of partial completions of your survey? Have you ever wanted to know what you could fix in order to get people to finish your survey? Well, we have a fantastic answer for you! If you have an Enterprise or above level account, you now have the ability to... <a href="http://www.surveygizmo.com/survey-blog/fall-off-report/">Read More &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed a large number of partial completions of your survey? Have you ever wanted to know what you could fix in order to get people to finish your survey?</p>
<p>Well, we have a fantastic answer for you! If you have an <strong>Enterprise</strong> or above level account, you now have the ability to run a <strong>Page Fall Off Report</strong>. This report (shown below) can show you on what page people stop taking your survey in a visual manner.</p>
<p>We hope that by providing this report, it will help you with your survey design as well as increase your completion rates.  After all, the most important part about creating a survey is to be able to analyze the completed data one you&#8217;re done.</p>
<p>Happy Surveying!</p>
<p><img src="http://www.surveygizmo.com/wp-content/uploads/2009/06/picture-6.png" alt="pagefalloff" title="pagefalloff" width="569" height="893" class="alignnone size-full wp-image-4812" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.surveygizmo.com/survey-blog/fall-off-report/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

