How to store responses from custom HTML questions | XM Community
Question

How to store responses from custom HTML questions

  • 16 June 2019
  • 2 replies
  • 43 views

I'm trying to build a multiple fill in the blank style question using custom html. Currently I am able to have the question appear as desired but when responses are given, Qualtrics does not store these responses. I am assuming this is due to the id of my custom questions are not connecting to Qualtrics in some way.
Here's is what the survey looks like to respondents:
!

Here is the custom html code:
!

I am unfamiliar with html and javascript. How do I get Qualtrics to "count" these responses to custom html questions?

Thanks!

2 replies

Userlevel 7
Badge +27
Qualtrics doesn't capture responses for input fields it doesn't know about. You'll need to use JavaScript save the inputs into Qualtrics input fields or embedded data fields.

This shows an example:
https://www.qualtrics.com/community/discussion/comment/12713#Comment_12713
bumping this.

I have a custom HTML code that runs a programme with output variables such as latency, number correct etc. Need help storing these responses also.

Leave a Reply