For some very advanced applications, users proficient in HTML may wish to create questions in a particular format. In order to tie these manually coded variables into the reporting structure of the platform, there are a few key points to consider:
- The variable should be created with IntelliSurvey syntax and be present on the page in order to make its reporting tree place and to make
required:y
work - The template "empty" can then be affixed to this question to hide it from rendering
- A hidden qlist input also needs to be present on the page to save the respondent's answer
- The "CHECKED" property that an HTML input uses to determine when to render as checked can be conditionally show inline with Perl.
Examples
Here is some example code to review and try:
Checkbox
Radio
Comments
0 comments
Please sign in to leave a comment.