Trouble Sending Variable to LMS

Sep 29, 2023

I am trying to send the value (numerical) of a variable to the LMS. I am trying to use the second method in this article by using Survey Questions. When I try to set up the trigger in step 2, I don't have the option to select from the variables in my project (there are over 50, but only the survey question variables show up here (see video). Does this method no longer work? Or is there another way to insert my variable here? Or is there another method entirely that will give the same results? Help! I feel like I'm losing my mind. 

3 Replies
Nedim Ramic

A "Short answer" survey question, as described in the article, will generate another text variable (eg. TextEntry2) that you can assign to your other custom text variable. You can't assign a numeric variable to a text variable or vice versa. If you want to send a numerical value to the LMS try to use a "How many" survey question restricted to entering only numbers. This will generate a NumericEntry variable that you can assign to another variable of the same type. Hope this make sense.