Forum Discussion
KateKlemme
2 years agoCommunity Member
Trouble Sending Variable to LMS
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'...
Nedim
2 years agoCommunity Member
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.