Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Sawtooth Software Home
Most popular tags
cbc
lighthouse-9
ssi-web
ssi-web-8
maxdiff
acbc
cbc-hb
javascript
grid-question
constructed-list
ssi-web-7
free-format
unverified-perl
skip-logic
alternative-specific-design
latent-class
select-question
acbc-summed-price
smrt
mbc
quota-control
willingness-to-pay
choice-simulator
acbc-hb
attribute-interactions
Have an idea?
Visit
Sawtooth Software Feedback
to share your ideas on how we can improve our products.
Termination condition based on Count
I have the following instruction in the questionaire for Multiple Select question.
ACCEPT IF S5B HAS 2+ ITEMS CHECKED , ELSE TERMNIATE.
Is there any option to to count the attributes and terminate on the RUN?
ssi-web
asked
Jan 7, 2013
by
Lawrence
Bronze
(
2,100
points)
You can also use the function NumChecked(S5B)>=2 which only requires a skip and no constructed list.
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
Your solution to the original question
Please only use this to answer the original question. Otherwise please use comments.
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
Hi Lawrence, create a constructed list using and use it in post skip
List s5Chosen
AIC(S5B)
on S5b go to skip, use post-skip and enter
ListLength(s5Chosen)<2
skip to end...
answered
Jan 7, 2013
by
Bahadir Ozkurt
Gold
(
17,010
points)
Thank you Bahadir.
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...