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
Last revisionBoth sides next revision
en:create:smartphones [22.04.2018 18:08] christian.kutzen:create:smartphones [14.02.2024 14:00] – [Filters for smartphone users] 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 for computers only =====
  
 Some content is not suitable for smartphones or even tablet computers. These could be for example... Some content is not suitable for smartphones or even tablet computers. These could be for example...
Line 151: Line 145:
   * 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).
  
-Komplexe kombinierte Fragen, die kompakt detaillierte Informationen abfragen +  * Create question/module "Device and transmitted variables" (e.g"GG01"
-Rangordnungs-Fragen, die viel Platz benötigen, oder Fragen, die auf Basis von Reaktionszeiten eine implizite Einstellung messen sollen, z.Bein IAT (beides ist auch auf Smartphones prinzipiell möglich aber evtl. aus methodischen Erwägungen nicht erwünscht+  * Create friendly text (e.g. "GG02"
-Tests, die eine Tastatur und/oder Maus als Eingabegerät benötigen +  Display the text at the beginning of the questionnaire using a filter Participants with a mobile device
-Videos, die in einer ruhigen Umgebung (nicht im Bus des ÖPNVan einem Computer mit Lautsprechern angesehen werden sollen +
-Abbildungen von Internetseiten, wie sie auf einem normalen Computer aussehen, deren Inhalte auf einem kleinen Smartphone-Display nicht erkennbar wären +
-Mittels Filter kann man Teilnehmern, die ein Mobilgerät nutzen, freundlich mitteilen, dass dieses zum Ausfüllen nicht geeignet ist. Das Vorgehen ist äquivalent zum Abweisen von Teilnehmern in Smartphone-Studien (s. oben).+
  
-Frage/Baustein „Gerät und übermittelte Variablen“ anlegen (z.B. „GG01“) +<code php> 
-Freundlichen Text anlegen (z.B. „GG02“) +question('GG01'); // Integrate functional block GG01 to determine the device format
-Zu Beginn des Fragebogens mittels Filter Teilnehmern mit einem Mobilgerät den Text anzeigen +
-question('GG01'); // Funktionalen Baustein GG01 einbinden, um das Geräteformat zu ermitteln+
 if ((value('GG01_FmF') == 4) or (value('GG01_FmF') == 5)) { if ((value('GG01_FmF') == 4) or (value('GG01_FmF') == 5)) {
-  text('GG02');   // Text anzeigen +  text('GG02');   // Show text 
-  buttonHide();   // Knöpfe ausblenden, sodass der Fragebogen nicht weiter ausgefüllt werden kann+  buttonHide();   // Hide buttons so that the questionnaire can no longer be completed
 } }
-Verwenden Sie die Variablen-Übersicht, um die möglichen Ausprägungen des Geräte-Formats für den Filter zu ermitteln. Code 4 beschreibt ein Mobilgerät, dessen Format nicht genau bestimmt werden kann, Code 5 beschreibt in Smartphone.+</code> 
 + 
 +Use the **Variables overview** to determine the possible values of the device format for the filter. Code 4 describes a mobile device whose format cannot be exactly determined, Code 5 describes in Smartphone. 
  
-Bearbeit 
en/create/smartphones.txt · Last modified: 14.02.2024 14:06 by michaelavogel1
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki