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:08] 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
 } }
-HinweisDieser PHP-Code erlaubt das Ausfüllen mittels Tablet. Um auch dies zu verbietenergänzen Sie eine Prüfung or (value('GG01_FmF') == 2) im IF-Filter.+</code> 
 + 
 + 
 +**Note:** This PHP code allows filling using Tablet. To prohibit this tooadd a check or (value('GG01_FmF') == 2) in the IF filter. 
 + 
 + 
 +**Note:** The PHP code is designed to avoid inadvertent filling on the wrong device. Through targeted manipulation, participants may also be able to fill out the questionnaire on a device that should not be allowed: some browsers (e.g. Chrome) can emulate a mobile device, other browsers can transmit a fake browser identification. 
 + 
 + 
 +====== Questionnaire for computers only ====== 
 + 
 +Some content is not suitable for smartphones or even tablet computers. These could be for example...
  
-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. 
  
 +  * 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
  
-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 Komplexe kombinierte Fragen, die kompakt detaillierte Informationen abfragen
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