helllo,
I'm distributing a survey with unique URLs for each respondent. The URLs include parameters like `r1=1`, `r4=1`, etc., where each `r` represents a specific information requirement. These requirements may include multiple questions grouped within a block.
- My goal: I want to hide the block of questions if corresponding to a specific requirement if the corresponding parameter is present in the URL (e.g., hide the block for `r1` if `r1=1` is present) from appearing on the table of contents.
- My question: How can I achieve this? Is there a way to use JavaScript or other methods within Qualtrics to dynamically hide blocks based on URL parameters from appearing on the table of contents?
I would appreciate any guidance or suggestions from the community on how to achieve this.
Thank you!