79766847

Date: 2025-09-17 03:35:18
Score: 1
Natty:
Report link

The reason your code didn’t work is that Qualtrics renders the group headers dynamically and wiping them out with innerHTML = "" breaks the question’s logic. The safer approach is to append an input field under each header instead of replacing it, and then capture what the respondent types into Embedded Data or a hidden field. That way the default group labels stay intact for Qualtrics, users can rename them during the survey, and you still record their custom names in your data.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: simon Raphael