In my REDCap project, I have a checkboxes (multiple answers) field with numerous choices. The list of choices is rather long, and I was wondering if it were possible to break down the list of choices into two separate columns, so that the viewing experience will be more pleasant for the survey respondent. Any input regarding this would be much appreciated. Thanks so much!
EDIT: I had not thoroughly researched this topic prior to asking this question, and for that I thoroughly apologize. As I mentioned below, There is a @COLUMNS action tag in REDCap available that allows you to separate your choices into columns. The syntax for the @COLUMNS action tag is as follows:
@COLUMNS=# of columns
e.g. @COLUMNS=5 would separate the choices into five separate columns.
There is a @COLUMNS action tag in REDCap available that allows you to separate your choices into columns. The syntax for the @COLUMNS action tag is as follows:
@COLUMNS=# of columns
e.g. @COLUMNS=5 would separate the choices into five separate columns.