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
Next revisionBoth sides next revision
en:create:smartphones [22.04.2018 17:55] christian.kutzen:create:smartphones [22.04.2018 18:11] christian.kutz
Line 112: Line 112:
  
  
-  * [[:en:create:waves#tagebuchstudie|Multi-wave interviews: diary study]]+  * [[:en:create:waves#tagebuchstudie|Multi-wave interviews: Diary study]]
   * [[:en:create:waves#mobile_experience_sampling_method_mesm|Multi-wave interviews: Mobile Experience Sampling Method (MESM)]]   * [[:en:create:waves#mobile_experience_sampling_method_mesm|Multi-wave interviews: Mobile Experience Sampling Method (MESM)]]
  
 +Sometimes it is necessary to reject participants who want to access the questionnaire with a desktop computer or laptop. This is similar to the procedure described above ([[#filter_for_smartphone users|Filter for smartphone users]]).
  
 +  * Unordered List ItemA functional block of type "Device and transmitted variables" is required to determine the //format// of the device and place it before the filter in the questionnaire (see [ #filter_for_smartphone users|above]]).
  
 +In addition, a text is created ([[[:en:create:texts]]]), which for example has the identification "GG02" and politely informs the participant to edit the questionnaire via mobile device.
  
-Mehrwellige Befragungen: Tagebuchstudie 
-Mehrwellige Befragungen: Mobile Experience Sampling Method (MESM) 
-Mitunter ist es notwendig, Teilnehmer abzuweisen, die mit einem Desktop-Computer oder Laptop auf den Fragebogen zugreifen möchten. Dies erfolgt ähnlich wie oben (Filter für Smartphone-Nutzer) erläutert. 
  
-Benötigt wird ein funktionaler Baustein vom Typ „Gerät und übermittelte Variablen“der das Format des Geräts ermittelt und vor dem Filter im Fragebogen platziert wird (s. oben). +For the following code exampleit is assumed that the block "Device and transmitted variables" has the identifier "GG01" and the text has the identifier "GG02"The following PHP code is placed as the first element on the first page of the questionnaireIt already integrates "GG01" using '[[:de:create:functions:question]]]''so that the module "GG01" no longer needs to be placed separately in the questionnaire.
-Zudem wird ein Text angelegt (Texte im Fragebogen), der z.B. die Kennung „GG02“ hat und den Teilnehmer höflich darauf hinweist, den Fragebogen via Mobilgerät zu bearbeiten. +
-Für das folgende Code-Beispiel wird davon ausgegangen, dass der Baustein „Gerät und übermittelte Variablen“ die Kennung „GG01“ hat und der Text die Kennung „GG02Folgender PHP-Code wird als erstes Element auf der ersten Seite des Fragebogens platziertEr bindet „GG01“ bereits mittels question() einsodass der Baustein „GG01“ nicht mehr gesondert im Fragebogen platziert werden muss.+
  
-question('GG01'); // Funktionalen Baustein GG01 einbinden, um das Geräteformat zu ermitteln+ 
 +<code php> 
 +question('GG01'); // Integrate functional block GG01 to determine the device format
 if ((value('GG01_FmF') == 1) or (value('GG01_FmF') == 2)) { if ((value('GG01_FmF') == 1) or (value('GG01_FmF') == 2)) {
-  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
 } }
-Hinweis: Dieser PHP-Code erlaubt das Ausfüllen mittels Tablet. Um auch dies zu verbieten, ergänzen Sie eine Prüfung or (value('GG01_FmF') == 2) im IF-Filter.+</code>
  
-Hinweis: Der PHP-Code soll ein versehentliches Ausfüllen auf dem falschen Gerät vermeiden. Durch gezielte Manipulation können Teilnehmer den Fragebogen u.U. auch auf einem Gerät ausfüllen, das eigentlich nicht zugelassen werden sollte: Einige Browser (z.B. Chrome) können ein Mobilgerät emulieren, andere Browser können eine gefälschte Browserkennung übermitteln. 
  
 +**Note:** This PHP code allows filling using Tablet. To prohibit this too, add a check or (value('GG01_FmF') == 2) in the IF filter.
  
-Fragebogen nur für Computer 
-Einige Inhalte sind für Smartphones oder sogar für Tablet-Computer nicht geeignet. Das können zum Beispiel sein… 
  
-Komplexe kombinierte Fragen, die kompakt detaillierte Informationen abfragen +**Note:** The PHP code is designed to avoid inadvertent filling on the wrong deviceThrough targeted manipulationparticipants may also be able to fill out the questionnaire on a device that should not be allowed: some browsers (e.gChromecan emulate a mobile device, other browsers can transmit a fake browser identification.
-Rangordnungs-Fragen, die viel Platz benötigen, oder Fragen, die auf Basis von Reaktionszeiten eine implizite Einstellung messen sollen, z.B. ein IAT (beides ist auch auf Smartphones prinzipiell möglich aber evtl. aus methodischen Erwägungen nicht erwünscht) +
-Testsdie eine Tastatur und/oder Maus als Eingabegerät benötigen +
-Videos, die in einer ruhigen Umgebung (nicht im Bus des ÖPNV) an 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 istDas Vorgehen ist äquivalent zum Abweisen von Teilnehmern in Smartphone-Studien (soben).+
  
-Frage/Baustein „Gerät und übermittelte Variablen“ anlegen (z.BGG01+ 
-Freundlichen Text anlegen (z.BGG02+====== Questionnaire for computers only ====== 
-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+Some content is not suitable for smartphones or even tablet computers. These could be for example... 
 + 
 + 
 +  * 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 
 +  * 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 
 + 
 +You can use filters to inform subscribers who use a mobile device that it is not suitable for filling in the formThe procedure is equivalent to rejecting participants in smartphone studies (see above). 
 + 
 +  * Create question/module "Device and transmitted variables" (e.g. "GG01"
 +  * Create friendly text (e.g"GG02"
 +  * Display the text at the beginning of the questionnaire using a filter Participants with a mobile device 
 + 
 +<code php> 
 +question('GG01'); // Integrate functional block GG01 to determine the device format
 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