Embedded Data / store a variable Home › Forums › Support › Embedded Data / store a variable This topic has 0 replies, 1 voice, and was last updated 7 years, 6 months ago by Rahel. Viewing 1 post (of 1 total) Author Posts April 7, 2016 at 5:44 pm #8916 RahelGuest Hi, I would be very grateful if anyone could help me with storing a generated variable. What I have in the JS is the following: QRTE.Stimulus({ id: ‘SelectRandomNumber1’, onShowFn: function () { var randomNumber1 = Math.random(); QRTE.Stimulus.setEmbeddedData(“RandomNumber1”,randomNumber1); } }); Sadly, this does not really work. Could anyone help? Thank you very much in advance! Author Posts Viewing 1 post (of 1 total) The forum ‘Support’ is closed to new topics and replies.