Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:create:smartphones [22.04.2018 18:11] christian.kutzen:create:smartphones [14.02.2024 14:06] (current) – [Questionnaire for computers only] michaelavogel1
Line 1: Line 1:
-====== Questionnaires for Smartphones ======+======= Surveys for Smartphones =======
  
-Modern mobile phones often offer Internet access and an Internet browserSo what could be more obvious than using these smartphones for surveys? There are three different cases:+The proportion of participants filling out a questionnaire on a mobile phone varies significantly depending on the studyHowever, in most studies, it is essential to assume that a significant portion of respondents will complete the questionnaire on a small display. In practice, the following scenarios arise:
  
 +  * ** The questionnaire should work everywhere**\\ Often, participants should just be able to complete the questionnaire - regardless of whether they are using a laptop, tablet or smartphone.
  
 +  * **Questionnaire for mobile devices only**\\ Some study designs, such as diary studies or mobile experience samples, are designed to be completed on the mobile device only.
  
 +  * ** Questionnaire for computers only**\\ Other study designs are unsuitable for smartphones, e.g. when a task requires a great deal of information to be displayed on the screen at the same time or when response times are to be recorded at the touch of a button. In this case, you want to make sure that the questionnaire is not filled in on the smartphone.
  
- +**Tip:** You can also test the display for mobile devices on your computerLook for the developer tools in your browser (FirefoxChrome) ([[:en:general:browser-tools]])There, you will find a switch to the smartphone simulator
-  *** The questionnaire should work everywhere*+   
- +{{:en:create:scr.smartphones.developer-tools.png|Entwickler-Tools in Firefox}} 
-Often, participants should just be able to complete the questionnaire - regardless of whether they are using a laptop, tablet or smartphone. +===== Questionnaire for all devices =====
- +
-  * **Questionnaire for mobile devices only** +
- +
-Some study designs, such as diary studies or mobile experience samples, are designed to be completed on the mobile device only. +
- +
-  *** Questionnaire for computers only** +
-Other study designs are unsuitable for smartphonese.g. when a task requires a great deal of information to be displayed on the screen at the same time or when response times are to be recorded at the touch of a button. In this case, you want to make sure that the questionnaire is not filled in on the smartphone. +
- +
- +
-====== Questionnaire for all devices ======+
  
 **Note:** Not every questionnaire is suitable for filling out on the small display of a smartphone. Long scale batteries (more than 10 items) are no more fun on the small display than long question texts/instructions or long stimulus texts. Not to mention the fact that you like to fill out a 5-minute questionnaire on the bus, but probably not a questionnaire that takes 30 minutes. Therefore, scientific questionnaires are often not suitable for the small mobile phone display, regardless of the presentation. **Note:** Not every questionnaire is suitable for filling out on the small display of a smartphone. Long scale batteries (more than 10 items) are no more fun on the small display than long question texts/instructions or long stimulus texts. Not to mention the fact that you like to fill out a 5-minute questionnaire on the bus, but probably not a questionnaire that takes 30 minutes. Therefore, scientific questionnaires are often not suitable for the small mobile phone display, regardless of the presentation.
  
  
-Approximately every fifth person who completes a questionnaire on SoSci Survey uses mobile deviceTablets are unproblematic: They offer sufficiently large screens and all types of questions in SoSci Survey can be answered just as easily by touch (touch display) as with the mouse. With smartphones, however, the small display can become a problem.+The percentage varies between 0 and 100 percent depending on recruitment -- but on average, 4 out of 10 people use smartphone when they access a questionnaire at www.soscisurvey.de (data from the second half of 2018)This does not include tablets, which are unproblematic: They offer sufficiently large screens and all types of questions in SoSci Survey can be answered just as easily by touch (touch display) as with the mouse. With smartphones, however, the small display can become a problem.
  
  
Line 38: Line 31:
  
  
-====== Optimizations ======+==== Optimizations ====
  
 We recommend the following optimizations so that the questionnaire can be completed sensibly on smartphones: We recommend the following optimizations so that the questionnaire can be completed sensibly on smartphones:
Line 52: Line 45:
   * You may want to use "larger" or "very large" selection fields in the  [[:en:create:layout]]  in the tab //Basic settings// for the option Type of //selection fields// so that they are easier to select.   * You may want to use "larger" or "very large" selection fields in the  [[:en:create:layout]]  in the tab //Basic settings// for the option Type of //selection fields// so that they are easier to select.
   * If you use audio or video files, integrate them using HTML 5 ([[:en:create:media]]) and make sure that all video formats are converted so that they can also be played on mobile devices (pixel size, data rate, etc.).   * If you use audio or video files, integrate them using HTML 5 ([[:en:create:media]]) and make sure that all video formats are converted so that they can also be played on mobile devices (pixel size, data rate, etc.).
-  * Do not insert manual line breaks into items and texts, but use dollar signs ($$) to determine where the text should not break ([[:de:create:texts#wiki-notation]]).+  * Do not insert manual line breaks into items and texts, but use dollar signs ($$) to determine where the text should not break ([[:de:create:texts#wiki-notation]])
  
-====== Filters for smartphone users ====== 
  
-With the question type "Device and transmitted variables" you can find out whether a participant completes the questionnaire using a smartphone:+======= Filters for Smartphone Users =======
  
-  * Create a question of the type "Device and transmitted variables"+With the question type [[:en:create:questions:client|Device and Transmitted Variables]], you can determine, among other things, whether a participant is completing the questionnaire using a smartphone: 
-  On the Device tab, select Format. + 
-  * Drag the question to the page where you want to filter or to the first page of the questionnaire.+ * Create a question of type [[:en:create:questions:client|Device and Transmitted Variables]]
 + In the //Device// tab, check the //Format// option
 + * Drag the question to the page where you want to apply the filter – or directly to the first page of the questionnaire.
  
 This question stores whether the participant's browser identifies his or her device as a computer, tablet or smartphone. For example, if the question has the identifier "GG01", the following PHP code shows smartphone users the question "FM01" and all other users the question "FS01". This question stores whether the participant's browser identifies his or her device as a computer, tablet or smartphone. For example, if the question has the identifier "GG01", the following PHP code shows smartphone users the question "FM01" and all other users the question "FS01".
Line 84: Line 78:
  
  
-====== Separate questionnaire ======+==== Separate questionnaire ====
  
 It is possible to submit a completely different questionnaire to smartphone users than to other users. This can be useful if, for example, other content is to be displayed on a larger scale and/or if the questionnaire is to use a completely different layout for smartphone users (e.g. "SoSci Smartphone"). It is possible to submit a completely different questionnaire to smartphone users than to other users. This can be useful if, for example, other content is to be displayed on a larger scale and/or if the questionnaire is to use a completely different layout for smartphone users (e.g. "SoSci Smartphone").
Line 102: Line 96:
  
  
-====== Questionnaires for Smartphones only ======+===== Questionnaires for Smartphones only =====
  
  
Line 140: Line 134:
  
  
-====== Questionnaire for computers only ======+======= Questionnaire Only for Computers ======
 + 
 +Some content is not suitable for smartphones or even tablet computers. This could include...
  
-Some content is not suitable for smartphones or even tablet computersThese could be for example...+* Complex combined questions that compactly gather detailed information. 
 +* Ranking questions that require a lot of space, or questions that measure an implicit attitude based on reaction times, e.g., an [[:en:create:questions:iat|IAT]] (both are generally possible on smartphones but may not be desired for methodological reasons). 
 +* Tests that require a keyboard and/or mouse as input devices. 
 +* Videos that should be viewed in a quiet environment (not on public transport) on a computer with speakers. 
 +* Images of web pages as they appear on a regular computer, whose content would not be recognizable on a small smartphone screen. 
 +Using filters, you can kindly inform participants using a mobile device that it is not suitable for filling out the questionnaire. The procedure is equivalent to rejecting participants in smartphone studies (see above).
  
 +Create a question/module "Device and Transmitted Variables" (e.g., "GG01").
 +Create a friendly text (e.g., "GG02").
 +At the beginning of the questionnaire, use a filter to display the text to participants with a mobile device.
  
-  * Unordered List ItemComplex combined questions that compactly retrieve detailed information + 
-  * Ranking questions that require a lot of space, or questions that should measure an implicit setting based on reaction times, e.g. a [[:en:create:questions:iat|IAT]] (both are also possible on smartphones in principle but may not be desired for methodological reasons)+
   * Tests that require a keyboard and/or mouse as input device   * Tests that require a keyboard and/or mouse as input device
   * Videos to be viewed in a quiet environment (not on the public transport bus) on a computer with speakers   * Videos to be viewed in a quiet environment (not on the public transport bus) on a computer with speakers
   * Images of Internet pages as they look on a normal computer whose contents would not be visible on a small smartphone display   * Images of Internet pages as they look on a normal computer whose contents would not be visible on a small smartphone display
  
-You can use filters to inform subscribers who use a mobile device that it is not suitable for filling in the form. The procedure is equivalent to rejecting participants in smartphone studies (see above).+Using filters, you can kindly inform participants using a mobile device that it is not suitable for filling out the questionnaire. The procedure is equivalent to rejecting participants in smartphone studies (see above).
  
-  * Create question/module "Device and transmitted variables" (e.g. "GG01"+  * Create question/module "Device and Transmitted Variables" (e.g."GG01"). 
-  * Create friendly text (e.g. "GG02"+  * Create friendly text (e.g."GG02"). 
-  * Display the text at the beginning of the questionnaire using a filter Participants with a mobile device+  * At the beginning of the questionnaire, use a filter to display the text to participants with a mobile device.
  
 <code php> <code php>
en/create/smartphones.1524413510.txt.gz · Last modified: 22.04.2018 18:11 by christian.kutz
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki