Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:create:smartphones [22.04.2018 18:08] christian.kutzen:create:smartphones [22.04.2018 18:11] christian.kutz
Line 151: Line 151:
   * 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