חיבור למערכות חיצוניות
אם חוקרים מעדיפים זאת, ניתן ליצור את שאלון המחקר במערכת חיצונית. מספר תנאים יש לקיים כאשר בונים את השאלון:
- הנבדקים חייבים לחזור באופן אוטומטי לפאנל בסיום המחקר
- אסור ליצור קישורים שמאפשרים לצאת החוצה באמצע השאלון
- אסור לשאול שאלות המאפשרות זיהוי פרטים: דוא"ל, מספר טלפון או כתובת מגורים
- החוקרים אחראים על כל היבט של בניית היישום החיצוני - כולל הממשק עם הפאנל
להלן ההנחיות לממשק עם מערכת ה- Qualtrics:
- Send us your survey link/s:
Distribute Survey -> Survey Link -> Your Anonymous Survey Link: (eg. http://xxxx.qualtrics.com/SE/?SID=xxxxxxxxxx)
- Embed our data in your table:
Edit Survey -> Survey Flow -> Add Below -> Embedded Data -> write into the field: uid -> save flow
- Send the respondents after the survey (if everything OK):
Survey Options -> Survey Termination -> Redirect to a URL ->
write into the field: https://www.midgampanel.com/surveyThanks2.asp?USER=${e://Field/uid}&status=OK -> save changes
למקרה ואתם צריכים לסנן אנשים או להעיף אנשים שענו לא נכון בבדיקת קריאה - אתם צריכים להגדיר "בלוקים" בצורה כזו
שהבלוק יסתיים מייד לאחר הפילטר או שאלת בדיקת הקריאה. לאחר מכן:
- In case of Filter:
Survey Flow -> Add Below (inside the block which contains the filter question)
-> Branch -> Add Condition (here you define who will be filtered) -> Add a new element here (below block)
-> End of survey -> Customize -> Redirect to a URL ->
write into the field: https://www.midgampanel.com/surveyThanks2.asp?USER=${e://Field/uid}&status=filtered -> save changes
- In case of Reading check:
Survey Flow -> Add Below (inside the block which contains the reading check question)
-> Branch -> Add Condition (here you define who will be sent away) -> Add a new element here (below block)
-> End of survey -> Customize -> Redirect to a URL ->
write into the field: https://www.midgampanel.com/surveyThanks2.asp?USER=${e://Field/uid}&status=failed -> save changes
|