Multiple QR codes to tag branch for one survey | XM Community
Skip to main content
Solved

Multiple QR codes to tag branch for one survey

  • October 22, 2024
  • 2 replies
  • 101 views

nlanda
Level 2 ●●
Forum|alt.badge.img+8

I work for a credit union that has about 50 branches. We want to have a QR code survey displayed in each branch that asks about their experience. Any ideas on how to have a different QR code for each branch that will identify which branch the respondent is at, but it all filters into the same dataset?

I appreciate any ideas/suggestions. Thanks!

Best answer by Nam Nguyen

@nlanda You can make an embedded data to save the branch info and attach querryString into the anonymous link for identification Passing Information via Query Strings.
QR code is not something fancy, just Google some free URL link to QR online and convert it and you will have 50 QR pic for 50 branch.
Hope this help

View original

2 replies

Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • 1091 replies
  • Answer
  • October 23, 2024

@nlanda You can make an embedded data to save the branch info and attach querryString into the anonymous link for identification Passing Information via Query Strings.
QR code is not something fancy, just Google some free URL link to QR online and convert it and you will have 50 QR pic for 50 branch.
Hope this help


Forum|alt.badge.img+3
  • Level 1 ●
  • 14 replies
  • October 23, 2024

Hi,

 

You can create an embedded variable with in the start of survey flow with name "branch” and create links by passing &branch=1,2,3..50. E.g yourSurveyLink?branch=1 or yourSurveyLink?branch=2 or yourSurveyLink?branch=3….

Generate QR code for each branch.

 

You can also create an additional embedded variable as bName to pass the name.

 

As a precautionary measure add a term if branch value is not 1 to 50.  


Leave a Reply