- Posts: 44
- 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.
$('.answer-item.answer_cell_X1', thisQuestion).addClass('with-select').append('<select class="inserted-select form-control list-question-select">\ <option value="">... bitte auswählen &#9660;</option>\ <option value="3">geschlossen</option>\ <option value="2">geöffnet - nur mit Terminvereinbarung -</option>\ <option value="1">geöffnet</option>\ </select>');
((self.sq_Y01_X1>1) OR (self.sq_Y01_X1==1 and (count(self.sq_Y01_V)==2 OR count(self.sq_Y01_N)==2) and count(self.sq_Y01_V,self.sq_Y01_N)!=3)) AND ((self.sq_Y02_X1>1) OR (self.sq_Y02_X1==1 and (count(self.sq_Y02_V)==2 OR count(self.sq_Y02_N)==2) and count(self.sq_Y02_V,self.sq_Y02_N)!=3)) AND ((self.sq_Y03_X1>1) OR (self.sq_Y03_X1==1 and (count(self.sq_Y03_V)==2 OR count(self.sq_Y03_N)==2) and count(self.sq_Y03_V,self.sq_Y03_N)!=3)) AND ... hier geht es dann weiter bis Y06
Please Log in to join the conversation.