Survey: How Well Do You Use Your Phone for Productivity
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.
jQuery(function($) {
$('form#survey-2').bind('submit', function() {
$('#submit').attr("disabled", true);
});
$(':input.Other').bind('click', function() {
$(this).prev().prev().attr("checked", "checked");
});
// set the default survey error handler
$.fn.form.setErrorHandler('default', function(errors) {
var form = $(this);
// remove the error messages
form.find('.Widget div.Error').remove();
// 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') + '"]');
// 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('
' + error.message + '
');
error.field.closest('.Widget').find('label:first').after('
' + error.message + '
');
}
});
// focus the first error field
errors[0].field.focus();
// and alert the first error message
alert(errors[0].message);
$('#submit').removeAttr("disabled");
});
// initialize the survey validator
$('#survey-2').form().init({
errorClass : 'Required'
});
$('#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.');
});
// language pack the error messages
$('#survey-2').form().setErrorMessage('required', "This field is required.");
// "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 && $.trim($(this).val()) == '') {
$('#submit').removeAttr("disabled");
return false;
}
return true;
}, "Please type an answer in the text box next to the checked field.");
// disabling button on submit
//alert( $('.required:first').form().getErrorMessage() );
});
How Well Do You Use Your Smartphone as a Tool of Productivity?
Please respond below to help us discover how well people use their smartphones as tools of production
Which Phrase Best Describes the Way You Use Your Phone for Email? *
Don't have email configured on my phone
I check new emails but rarely reply or compose emails
Reply to emails but rarely compose new emails
I use my phone like my computer, responding and composes emails on the go
Other:
Which Phrase Best Describes the Way You Send / Receive Text Messages? *
I Don't Send or Receive Text Messages
Texting is a primary way I communicate with people
I reply when people send me messages but I rarely compose messages
Other:
Which Phrase Best Describes the Way You Use Your Internet Browser? *
I use my browser to access internet just the same as when I'm in front of a computer
I use my browser when there is a necessity on the move but generally I wait until I'm at my desktop
I don't like the mobile browser. I avoid using it when possible
Other:
Which Phrase Best Describes the Way You Search for Applications? *
I generally browse for new applications on a regular basis
I look for new applications when I think of a need or desire
I generally only download applications that people tell me about
I don't download applications on a regular basis
Other:
Other Activities You Engage In On Your Smartphone? *
Please select all that apply
Remote Desktop Connection
Internet Tethering
Read News / Publications You Subscribe To
Subscribe to New Publications
Manage Your Finances or Banking
Read Books or Scriptures
View or Modify Documents
Use the Alarm Clock
Take Pictures
Watch Videos, Shows, or Movies
Update Social Networks
Manage a Task / Todo List
Shop
Use Some Type of Health Application
Check the Weather
Use Instant Messaging
Use Your Phone as Your Primary MP3 Player
Plan or Manage Travel Plans
Navigate / GPS
Other:
Submit Form
[image error]





