Passing answers from multiple choice questions to questions with additional data insert fields | XM Community
Skip to main content

+++ German version below +++

Hey guys,

I hope you are doing fine despite the circumstances we are living in.
I am new here and would like to create a survey for my master thesis.
Unfortunately, I am super unexperienced when it comes to creating surveys. Furthermore, I couldn't find helpful articles or posts for my specific question. That's why I am asking for your help!
Basically, I am doing research on "Advertising in Ecommerce". In my first question, I would like to find out which social media platforms small online stores use for their advertising campaigns. In the subsequent question, I would like to find out how much revenue they generate with the platforms they have selected (in the previous question). Therefore, I would like to use the answers selected in the previous question as answer options and then add a field in which they can enter their revenue. The whole thing would look like this:

1. Which social media platforms do you use for advertising? Please choose from the following (several answers possible):
□ Facebook
□ LinkedIn
□ Instagram
□ Pinterest
□ Twitter
□ TikTok

Note: Let's assume that the respondent selects Facebook, Pinterest and TikTok.

2. How much revenue (in EUR) did you generate in the last 12 months with the selected platforms (revenue per advertising channel)?
Facebook: _____
Pinterest: _____
TikTok:    _____

To avoid invalid entries, I would like to set as a condition for the last question that the respondent must enter a number in the format "123456,78".

I am far from being an experienced programmer. That's why I'd prefer to design my survey with the tools that already exist instead of coding (if possible).
Thank you very much in advance for your help! Stay healthy!
Kind regards!
Simon

---------------------------------------------------------------------
GERMAN VERSION:

Hi Leute,
ich hoffe es geht euch gut.
Ich bin neu hier und würde gerne einen Fragebogen für meine Master-Thesis erstellen.
Leider habe ich bislang noch keine Erfahrung bei der Erstellung von Fragebögen und finde für meine spezifische Frage auch keine Hilfe auf Google. Daher bitte ich euch um eure Hilfe!

Ich untersuche das Thema "Werbung im Ecommerce" und würde in einer meiner Fragen gerne herausfinden, welche Social Media Plattformen kleinere Onlineshops für Ihre Werbung nutzen. In der darauffolgenden Frage würde ich gerne herausfinden, wie viel Umsatz sie mit den von ihnen ausgewählten Plattformen erzielen. Hierzu würde ich als Antwortoptionen gerne die in der vorangegangenen Frage ausgewählten Antworten übernehmen und dann ein Feld hinzufügen, in dem sie ihren Umsatz eintragen können. Das Ganze sähe dann wie folgt aus:

1. Welche Werbekanäle nutzt du? Bitte wähle aus den folgenden aus (mehrere möglich):
□ Facebook
□ LinkedIn
□ Instagram
□ Pinterest
□ Twitter
□ TikTok

Anmerkung: Wir nehmen an, dass der Befragte Facebook, Pinterest und TikTok auswählt.

2. Wie viel Umsatz (in EUR) hast du jeweils mit den ausgewählten Social Media Plattformen in den letzten 12 Monaten erzielt (Umsatz pro Plattform)?
Facebook: _____
Pinterest:  _____
TikTok:    _____

Um fehlerhafte Eingaben zu vermeiden, würde ich als Bedingung für die letzte Frage gerne vorgeben, dass der Befragte eine Zahl im Format "123456,78" angeben muss.

Ich bin weit davon entfernt, ein erfahrener Programmierer zu sein. Aus diesem Grund würde ich meine Umfrage lieber mit den bereits vorhandenen Tools gestalten als den Fragebogen umcodieren zu müssen (falls möglich).
Vielen Dank für eure Hilfe! Bleibt gesund!
Viele Grüße!
Simon

SimonDe great news there are built in tools for this kind of thing!
You will want to check documentation from Carry Forward (that's how you get answers from the first question to show up as choices in the second question), pulling it into a matrix with text entry (to get the boxes you want), Validation (how can you set entry rules), and Regex (the format you want is special and I think the only way to achieve it is to use regex, if you just want to verify that it is a number you can use validation but the comma needs Regex). Regex is a coding feature so there isn't a support page for it, but this as a resource you might like: https://regexr.com/
The learning curve to get used to Qualtrics vocabulary can be steep, but once you get there you will find how easy of a platform it can be and all the cool built in features!


Leave a Reply