Allowing back buttons with embedded data between blocks | XM Community
Solved

Allowing back buttons with embedded data between blocks

  • 13 September 2018
  • 1 reply
  • 76 views

Userlevel 1
Badge +1
Hi
Is there any way to allow using the back butoon when I have embedded data between blocks? I must have the embedded data at the end of each block, because I have a test with several sub-topics, each topic in a page, and at the end of the page the user gets the results of the scoring ("You answered 4 questions correctly..") - I want to have this spearate for each section, so I need to store the current scoring number in a variable, and then substract it in the next block report. So I'm using embedded data that store the socring result minus the previous blocks soting results. But I really want to use the back buttons so that users would be able to navigate between sub-sections... Is there anyway to bypass this limitation?
Thanks!
icon

Best answer by Anonymous 13 September 2018, 19:00

View original

1 reply

Hello @yinbar ,

You can set the embedded data using js on the last question of every block, using following syntax:
`Qualtrics.SurveyEngine.setEmbeddedData( 'EmbeddedData', EmbeddedDataValue );`

But make sure you have all embedded data declared first in the survey flow

Leave a Reply