<?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>Jacob S. Paulsen.com &#187; Surveys</title>
	<atom:link href="http://www.jacobspaulsen.com/category/surveys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jacobspaulsen.com</link>
	<description>Inspiration &#38; Resources for Entrepreneurs</description>
	<lastBuildDate>Mon, 14 May 2012 16:34:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Survey: Webinar Experience and Lessons Learned</title>
		<link>http://www.jacobspaulsen.com/surveys/survey-webinar-experience-and-lessons-learned</link>
		<comments>http://www.jacobspaulsen.com/surveys/survey-webinar-experience-and-lessons-learned#comments</comments>
		<pubDate>Fri, 30 Mar 2012 23:00:33 +0000</pubDate>
		<dc:creator>Jacob S Paulsen</dc:creator>
				<category><![CDATA[Surveys]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[time of day]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://www.jacobspaulsen.com/?p=2999</guid>
		<description><![CDATA[Like all of our surveys, we will be publishing the results for the benefit of everyone on our Survey Email List. At the end of this 5 question survey about Webinars, you will also have the opportunity to sign up to receive our survey results.]]></description>
			<content:encoded><![CDATA[<link rel="stylesheet" type="text/css" href="http://www.paulsenmail.com/admin/addons/surveys/styles/survey_front.css" />
<p><script src="http://www.paulsenmail.com/admin/includes/js/jquery.js"></script><br />
<script src="http://www.paulsenmail.com/admin/includes/js/jquery/plugins/jquery.plugin.js"></script><br />
<script src="http://www.paulsenmail.com/admin/includes/js/jquery/plugins/jquery.validate.js"></script></p>
<p><script type="text/javascript"></p>
<p>jQuery(function($) {</p>
<p>	$('form#survey-7').bind('submit', function() {
		$('#submit').attr("disabled", true);	
	});</p>
<p>	$(':input.Other').bind('click', function() {  
		$(this).prev().prev().attr("checked", "checked");
	});</p>
<p>	// set the default survey error handler
	$.fn.form.setErrorHandler('default', function(errors) {
		var form = $(this);</p>
<p>		// remove the error messages
		form.find('.Widget div.Error').remove();</p>
<p>		// foreach error, insert them
		$.each(errors, function(errorIndex, error) {
			// fields with the same name represent radio and checkboxes
			var fieldsWithSameName = form.find('[name="' + error.field.attr('name') + '"]');</p>
<p>			// put a error message after the widget title, but do it only once for each widget
			if (fieldsWithSameName.index(error.field) == fieldsWithSameName.length - 1) {
				//error.field.closest('.Widget').find('label:first').after('
<div class="Error">' + error.message + '</div>
<p>');
				error.field.closest('.Widget').find('label:first').after('
<div class="Error"> ' + error.message + '</div>
<p>');
			}
		});</p>
<p>		// focus the first error field
		errors[0].field.focus();</p>
<p>		// and alert the first error message
		alert(errors[0].message);
		$('#submit').removeAttr("disabled");		
	});</p>
<p>	// initialize the survey validator
	$('#survey-7').form().init({
			errorClass : 'Required'
		});</p>
<p>	$('#survey-7').form().getFields().each(function() {
		var field = $(this);			
		var label = field.closest('.Widget').find('label:first');
		flabel = label.text();
		flabel = flabel.replace(" *",""");
		field.form().setErrorMessage('required', 'The "' + flabel + ' field is required.');
	});</p>
<p>	// language pack the error messages
	$('#survey-7').form().setErrorMessage('required', "This field is required.");</p>
<p>	// "Other" fields must not be empty if their corresponding
	// radio button is checked
	$('#survey-7 :input.Other').form().setDependency(function(field) {
		if ($(this).siblings(':radio:checked, :checkbox:checked').length &#038;&#038; $.trim($(this).val()) == '') {
			$('#submit').removeAttr("disabled");		
			return false;
		}
		return true;
	}, "Please type an answer in the text box next to the checked field.");</p>
<p>	// disabling button on submit
	//alert( $('.required:first').form().getErrorMessage() );
});</p>
<p></script></p>
<div class="Module_survey">
<form id="survey-7" action="http://www.paulsenmail.com/surveys_submit.php?ajax=1&#038;formId=7" method="post" enctype="multipart/form-data">
<div class="Name">
<h1>Webinar Experience Survey</h1>
</p></div>
<p class="Description">Please answer these questions about your experience in attending webinars</p>
<fieldset>
<div class="Widget  NotBlank">
					<label for="Widget_81">How Often Do You Attend Webinars? <span class="Required">*</span></label></p>
<ul class="Fields">
<li>
<input class="Radio required" type="radio" id="WidgetField_346" name="widget[81][field][0][value]" value="Several Times Per Month"  />
							<label for="WidgetField_346">Several Times Per Month</label></p>
</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_383" name="widget[81][field][0][value]" value="Once or Twice Per Month"  />
							<label for="WidgetField_383">Once or Twice Per Month</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_347" name="widget[81][field][0][value]" value="Less than Monthly"  />
							<label for="WidgetField_347">Less than Monthly</label></p>
</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_348" name="widget[81][field][0][value]" value="Almost Never"  />
							<label for="WidgetField_348">Almost Never</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_384" name="widget[81][field][0][value]" value="Never"  />
							<label for="WidgetField_384">Never</label></p>
</li>
</ul></div>
<div class="Widget  NotBlank">
					<label for="Widget_82">What Types of Webinars Have You Attended? <span class="Required">*</span></label></p>
<p class="Description">Select All That Apply</p>
<ul class="Fields">
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-349" name="widget[82][field][82][value][]" value="For Work"  />
							<label class="form-widget-field-label" for="widget-field-349">For Work</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-350" name="widget[82][field][82][value][]" value="For a Side Job/Business"  />
							<label class="form-widget-field-label" for="widget-field-350">For a Side Job/Business</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-351" name="widget[82][field][82][value][]" value="For My Personal Development"  />
							<label class="form-widget-field-label" for="widget-field-351">For My Personal Development</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-352" name="widget[82][field][82][value][]" value="For a Hobby or Topic I Enjoy"  />
							<label class="form-widget-field-label" for="widget-field-352">For a Hobby or Topic I Enjoy</label>
					</li>
</ul></div>
<div class="Widget  NotBlank">
					<label for="Widget_83">What Time Is Most Convenient For You To Attend A Webinar? <span class="Required">*</span></label></p>
<ul class="Fields">
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-353" name="widget[83][field][83][value][]" value="Before my work day"  />
							<label class="form-widget-field-label" for="widget-field-353">Before my work day</label></p>
</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-354" name="widget[83][field][83][value][]" value="Evenings"  />
							<label class="form-widget-field-label" for="widget-field-354">Evenings</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-376" name="widget[83][field][83][value][]" value="During Morning Business Hours"  />
							<label class="form-widget-field-label" for="widget-field-376">During Morning Business Hours</label></p>
</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-355" name="widget[83][field][83][value][]" value="During Afternoon Business Hours"  />
							<label class="form-widget-field-label" for="widget-field-355">During Afternoon Business Hours</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-356" name="widget[83][field][83][value][]" value="Weekends"  />
							<label class="form-widget-field-label" for="widget-field-356">Weekends</label></p>
</li>
</ul></div>
<div class="Widget  NotBlank">
					<label for="Widget_84">If You Are Not In Front Of Your Computer Would You Still Call In For The Audio? <span class="Required">*</span></label></p>
<ul class="Fields">
<li>
<input class="Radio required" type="radio" id="WidgetField_357" name="widget[84][field][0][value]" value="Yes"  />
<p>							<label for="WidgetField_357">Yes</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_358" name="widget[84][field][0][value]" value="No"  />
							<label for="WidgetField_358">No</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_359" name="widget[84][field][0][value]" value="Maybe"  />
<p>							<label for="WidgetField_359">Maybe</label>
					</li>
</ul></div>
<div class="Widget  NotBlank">
					<label for="Widget_88">Which of the Following Engagement Activities Do You Feel Are Important in a Webinar? <span class="Required">*</span></label></p>
<p class="Description">Check All That Apply</p>
<ul class="Fields">
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-377" name="widget[88][field][88][value][]" value="Live Q&#038;A"  />
							<label class="form-widget-field-label" for="widget-field-377">Live Q&#038;A</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-378" name="widget[88][field][88][value][]" value="Text Chat"  />
							<label class="form-widget-field-label" for="widget-field-378">Text Chat</label></p>
</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-379" name="widget[88][field][88][value][]" value="Video Streaming"  />
							<label class="form-widget-field-label" for="widget-field-379">Video Streaming</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-380" name="widget[88][field][88][value][]" value="Access to Downloads and Files"  />
							<label class="form-widget-field-label" for="widget-field-380">Access to Downloads and Files</label></p>
</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-381" name="widget[88][field][88][value][]" value="Polls and Surveys"  />
							<label class="form-widget-field-label" for="widget-field-381">Polls and Surveys</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-390" name="widget[88][field][88][value][]" value="__other__"  />
							<label for="widget-field-390">Other:</label></p>
<input class="Other" type="text" name="widget[88][field][88][other]" value="" />
					</li>
</ul></div>
<div class="Buttons">
				<button id="submit" type="submit">Submit Response</button>
			</div>
</fieldset></form>
</div>
<img src="http://www.jacobspaulsen.com/?ak_action=api_record_view&id=2999&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jacobspaulsen.com/surveys/survey-webinar-experience-and-lessons-learned/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Survey: How Well Do You Use Your Phone for Productivity</title>
		<link>http://www.jacobspaulsen.com/surveys/survey-how-well-do-you-use-your-phone-for-productivity</link>
		<comments>http://www.jacobspaulsen.com/surveys/survey-how-well-do-you-use-your-phone-for-productivity#comments</comments>
		<pubDate>Tue, 04 Oct 2011 16:22:09 +0000</pubDate>
		<dc:creator>Jacob S Paulsen</dc:creator>
				<category><![CDATA[Surveys]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://www.jacobspaulsen.com/?p=2730</guid>
		<description><![CDATA[If you follow this site you know that we like to execute surveys about various digital topics. When we do this we make the survey and the survey results available to all our readers. After you take the survey you will be given the opportunity to subscribe to receive results from our surveys. How Well [...]]]></description>
			<content:encoded><![CDATA[<p>If you follow this site you know that we like to execute surveys about various digital topics. When we do this we make the survey and the survey results available to all our readers. After you take the survey you will be given the opportunity to subscribe to receive results from our surveys.</p>
<link rel="stylesheet" type="text/css" href="admin/addons/surveys/styles/survey_front.css" />
<p><script src="admin/includes/js/jquery.js"></script><br />
<script src="admin/includes/js/jquery/plugins/jquery.plugin.js"></script><br />
<script src="admin/includes/js/jquery/plugins/jquery.validate.js"></script></p>
<p><script type="text/javascript"></p>
<p>jQuery(function($) {</p>
<p>	$('form#survey-2').bind('submit', function() {
		$('#submit').attr("disabled", true);	
	});</p>
<p>	$(':input.Other').bind('click', function() {  
		$(this).prev().prev().attr("checked", "checked");
	});</p>
<p>	// set the default survey error handler
	$.fn.form.setErrorHandler('default', function(errors) {
		var form = $(this);</p>
<p>		// remove the error messages
		form.find('.Widget div.Error').remove();</p>
<p>		// foreach error, insert them
		$.each(errors, function(errorIndex, error) {
			// fields with the same name represent radio and checkboxes
			var fieldsWithSameName = form.find('[name="' + error.field.attr('name') + '"]');</p>
<p>			// put a error message after the widget title, but do it only once for each widget
			if (fieldsWithSameName.index(error.field) == fieldsWithSameName.length - 1) {
				//error.field.closest('.Widget').find('label:first').after('
<div class="Error">' + error.message + '</div>
<p>');
				error.field.closest('.Widget').find('label:first').after('
<div class="Error"> ' + error.message + '</div>
<p>');
			}
		});</p>
<p>		// focus the first error field
		errors[0].field.focus();</p>
<p>		// and alert the first error message
		alert(errors[0].message);
		$('#submit').removeAttr("disabled");		
	});</p>
<p>	// initialize the survey validator
	$('#survey-2').form().init({
			errorClass : 'Required'
		});</p>
<p>	$('#survey-2').form().getFields().each(function() {
		var field = $(this);			
		var label = field.closest('.Widget').find('label:first');
		flabel = label.text();
		flabel = flabel.replace(" \*","\"");
		field.form().setErrorMessage('required', 'The "' + flabel + ' field is required.');
	});</p>
<p>	// language pack the error messages
	$('#survey-2').form().setErrorMessage('required', "This field is required.");</p>
<p>	// "Other" fields must not be empty if their corresponding
	// radio button is checked
	$('#survey-2 :input.Other').form().setDependency(function(field) {
		if ($(this).siblings(':radio:checked, :checkbox:checked').length &#038;&#038; $.trim($(this).val()) == '') {
			$('#submit').removeAttr("disabled");		
			return false;
		}
		return true;
	}, "Please type an answer in the text box next to the checked field.");</p>
<p>	// disabling button on submit
	//alert( $('.required:first').form().getErrorMessage() );
});</p>
<p></script></p>
<div class="Module_survey">
<form id="survey-2" action="http://www.paulsenmail.com/surveys_submit.php?ajax=1&#038;formId=2" method="post" enctype="multipart/form-data">
<div class="Name">
<h1>How Well Do You Use Your Smartphone as a Tool of Productivity?</h1>
</p></div>
<p class="Description">Please respond below to help us discover how well people use their smartphones as tools of production</p>
<fieldset>
<div class="Widget  NotBlank">
					<label for="Widget_19">Which Phrase Best Describes the Way You Use Your Phone for Email? <span class="Required">*</span></label></p>
<ul class="Fields">
<li>
<input class="Radio required" type="radio" id="WidgetField_72" name="widget[19][field][0][value]" value="Don't have email configured on my phone"  />
							<label for="WidgetField_72">Don&#8217;t have email configured on my phone</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_73" name="widget[19][field][0][value]" value="I check new emails but rarely reply or compose emails"  />
							<label for="WidgetField_73">I check new emails but rarely reply or compose emails</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_74" name="widget[19][field][0][value]" value="Reply to emails but rarely compose new emails"  />
							<label for="WidgetField_74">Reply to emails but rarely compose new emails</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_75" name="widget[19][field][0][value]" value="I use my phone like my computer, responding and composes emails on the go"  />
							<label for="WidgetField_75">I use my phone like my computer, responding and composes emails on the go</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_115" name="widget[19][field][0][value]" value="__other__"  />
							<label for="WidgetField_115">Other:</label></p>
<input class="Other" type="text" name="widget[19][field][0][other]" value="" />
					</li>
</ul></div>
<div class="Widget  NotBlank">
					<label for="Widget_20">Which Phrase Best Describes the Way You Send / Receive Text Messages? <span class="Required">*</span></label></p>
<ul class="Fields">
<li>
<input class="Radio required" type="radio" id="WidgetField_79" name="widget[20][field][0][value]" value="I Don't Send or Receive Text Messages"  />
							<label for="WidgetField_79">I Don&#8217;t Send or Receive Text Messages</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_81" name="widget[20][field][0][value]" value="Texting is a primary way I communicate with people"  />
							<label for="WidgetField_81">Texting is a primary way I communicate with people</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_82" name="widget[20][field][0][value]" value="I reply when people send me messages but I rarely compose messages"  />
							<label for="WidgetField_82">I reply when people send me messages but I rarely compose messages</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_116" name="widget[20][field][0][value]" value="__other__"  />
							<label for="WidgetField_116">Other:</label></p>
<input class="Other" type="text" name="widget[20][field][0][other]" value="" />
					</li>
</ul></div>
<div class="Widget  NotBlank">
					<label for="Widget_21">Which Phrase Best Describes the Way You Use Your Internet Browser? <span class="Required">*</span></label></p>
<ul class="Fields">
<li>
<input class="Radio required" type="radio" id="WidgetField_86" name="widget[21][field][0][value]" value="I use my browser to access internet just the same as when I'm in front of a computer"  />
							<label for="WidgetField_86">I use my browser to access internet just the same as when I&#8217;m in front of a computer</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_96" name="widget[21][field][0][value]" value="I use my browser when there is a necessity on the move but generally I wait until I'm at my desktop"  />
							<label for="WidgetField_96">I use my browser when there is a necessity on the move but generally I wait until I&#8217;m at my desktop</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_97" name="widget[21][field][0][value]" value="I don't like the mobile browser. I avoid using it when possible"  />
							<label for="WidgetField_97">I don&#8217;t like the mobile browser. I avoid using it when possible</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_117" name="widget[21][field][0][value]" value="__other__"  />
							<label for="WidgetField_117">Other:</label></p>
<input class="Other" type="text" name="widget[21][field][0][other]" value="" />
					</li>
</ul></div>
<div class="Widget  NotBlank">
					<label for="Widget_22">Which Phrase Best Describes the Way You Search for Applications? <span class="Required">*</span></label></p>
<ul class="Fields">
<li>
<input class="Radio required" type="radio" id="WidgetField_87" name="widget[22][field][0][value]" value="I generally browse for new applications on a regular basis"  />
							<label for="WidgetField_87">I generally browse for new applications on a regular basis</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_99" name="widget[22][field][0][value]" value="I look for new applications when I think of a need or desire"  />
							<label for="WidgetField_99">I look for new applications when I think of a need or desire</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_100" name="widget[22][field][0][value]" value="I generally only download applications that people tell me about"  />
							<label for="WidgetField_100">I generally only download applications that people tell me about</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_101" name="widget[22][field][0][value]" value="I don't download applications on a regular basis"  />
							<label for="WidgetField_101">I don&#8217;t download applications on a regular basis</label>
					</li>
<li>
<input class="Radio required" type="radio" id="WidgetField_118" name="widget[22][field][0][value]" value="__other__"  />
							<label for="WidgetField_118">Other:</label></p>
<input class="Other" type="text" name="widget[22][field][0][other]" value="" />
					</li>
</ul></div>
<div class="Widget  NotBlank">
					<label for="Widget_18">Other Activities You Engage In On Your Smartphone? <span class="Required">*</span></label></p>
<p class="Description">Please select all that apply</p>
<ul class="Fields">
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-69" name="widget[18][field][18][value][]" value="Remote Desktop Connection"  />
							<label class="form-widget-field-label" for="widget-field-69">Remote Desktop Connection</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-70" name="widget[18][field][18][value][]" value="Internet Tethering"  />
							<label class="form-widget-field-label" for="widget-field-70">Internet Tethering</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-88" name="widget[18][field][18][value][]" value="Read News / Publications You Subscribe To"  />
							<label class="form-widget-field-label" for="widget-field-88">Read News / Publications You Subscribe To</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-71" name="widget[18][field][18][value][]" value="Subscribe to New Publications"  />
							<label class="form-widget-field-label" for="widget-field-71">Subscribe to New Publications</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-89" name="widget[18][field][18][value][]" value="Manage Your Finances or Banking"  />
							<label class="form-widget-field-label" for="widget-field-89">Manage Your Finances or Banking</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-90" name="widget[18][field][18][value][]" value="Read Books or Scriptures"  />
							<label class="form-widget-field-label" for="widget-field-90">Read Books or Scriptures</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-91" name="widget[18][field][18][value][]" value="View or Modify Documents"  />
							<label class="form-widget-field-label" for="widget-field-91">View or Modify Documents</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-103" name="widget[18][field][18][value][]" value="Use the Alarm Clock"  />
							<label class="form-widget-field-label" for="widget-field-103">Use the Alarm Clock</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-104" name="widget[18][field][18][value][]" value="Take Pictures"  />
							<label class="form-widget-field-label" for="widget-field-104">Take Pictures</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-105" name="widget[18][field][18][value][]" value="Watch Videos, Shows, or Movies"  />
							<label class="form-widget-field-label" for="widget-field-105">Watch Videos, Shows, or Movies</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-106" name="widget[18][field][18][value][]" value="Update Social Networks"  />
							<label class="form-widget-field-label" for="widget-field-106">Update Social Networks</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-107" name="widget[18][field][18][value][]" value="Manage a Task / Todo List"  />
							<label class="form-widget-field-label" for="widget-field-107">Manage a Task / Todo List</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-108" name="widget[18][field][18][value][]" value="Shop"  />
							<label class="form-widget-field-label" for="widget-field-108">Shop</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-109" name="widget[18][field][18][value][]" value="Use Some Type of Health Application"  />
							<label class="form-widget-field-label" for="widget-field-109">Use Some Type of Health Application</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-110" name="widget[18][field][18][value][]" value="Check the Weather"  />
							<label class="form-widget-field-label" for="widget-field-110">Check the Weather</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-111" name="widget[18][field][18][value][]" value="Use Instant Messaging"  />
							<label class="form-widget-field-label" for="widget-field-111">Use Instant Messaging</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-112" name="widget[18][field][18][value][]" value="Use Your Phone as Your Primary MP3 Player"  />
							<label class="form-widget-field-label" for="widget-field-112">Use Your Phone as Your Primary MP3 Player</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-113" name="widget[18][field][18][value][]" value="Plan or Manage Travel Plans"  />
							<label class="form-widget-field-label" for="widget-field-113">Plan or Manage Travel Plans</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-119" name="widget[18][field][18][value][]" value="Navigate / GPS"  />
							<label class="form-widget-field-label" for="widget-field-119">Navigate / GPS</label>
					</li>
<li>
<input class="Checkbox required" type="checkbox" id="widget-field-120" name="widget[18][field][18][value][]" value="__other__"  />
							<label for="widget-field-120">Other:</label></p>
<input class="Other" type="text" name="widget[18][field][18][other]" value="" />
					</li>
</ul></div>
<div class="Buttons">
				<button id="submit" type="submit">Submit Form</button>
			</div>
</fieldset></form>
</div>
<img src="http://www.jacobspaulsen.com/?ak_action=api_record_view&id=2730&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jacobspaulsen.com/surveys/survey-how-well-do-you-use-your-phone-for-productivity/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

