- Posts: 23
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Try it with one of the core themes.As for the width, I still am unable to get this to work, no matter the settings. Is there perhaps a theme setting I need to look at to get this to work?
Please Log in to join the conversation.
table.ls-answers .col-answers{ width: 60% !important; }
Please Log in to join the conversation.
(Q016 > 5)
!is_empty(Q016)
if(Q016>5,1,0)
Please Log in to join the conversation.
Q016_SQ001>5
Please Log in to join the conversation.
or -what I recommend:Qcode variable naming
Here are the details of how to construct a Qcode (and access some properties) by question type.
In general, Qcodes are constructed as: QuestionCode . '_' . SubQuestionID . '_' . ScaleId
For comment and other, the corresponding question codes are QuestionCode_comment and QuestionCode_other, respectively.
Please Log in to join the conversation.
Please Log in to join the conversation.