Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Old Forum
Sawtooth Software Home
Most popular tags
ssi-web
ssi-web-8
ssi-web-7
cbc
maxdiff
javascript
cbc-hb
constructed-list
acbc
free-format
smrt
grid-question
conjoint-simulator
aca
capi
mbc
skip-logic
ssi-web-6
perl
alternative-specific-design
latent-class
constant-sum
conditional-pricing
web-server
acbc-hb
Constructed List + numeric field + radio button
Hey guys,
I need to create a grid like question that uses a constructed list (AIC from the question before) and has a numeric field in collum 1 and a radio button in collum 2.
so if a participant chooses A, B, D in Q1, I want to pick his anwers and put them into Q2 (doing so with a constructed list) - in Q2 then, I'm asking how many times a year he does the thing asked before or if he doesn't know he can klick a radio button.
design:
ANSWERTEXT | ... times a year | n/a
1. blabla | numeric field | radio button
the grid type question obviously won't let me pick a numeric field for collum 1 and a radio button for collum 2 - i can only choose 1 type per row.
so what can i do? do you guys have any guidance for me?
thanks a lot
ssi-web
grid-question
constructed-list
asked
Jun 20, 2012
by
anonymous
retagged
Sep 13, 2012
by
Walter Williams
Your comment on this question:
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 answer
Please only use this to answer the original question. Otherwise please use comments.
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
.
2 Answers
0
votes
in simplest form you can turn the grid into column grid (question settings, format, question direction).
this will require some work in "require response", etc, but may be worth the hassle you might run otherwise
answered
Jun 20, 2012
by
Bahadir Ozkurt
Gold
(
11,740
points)
Your comment on this answer:
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
.
0
votes
An easier approach is too have a numeric grid and ask the respondent to enter a numeric code for DK/NA.
If you allowed 1-100 as the numeric response, ask them to enter "999" for DK/NA.
The method you mentioned would require JavaScript to control the answering of the numeric OR the radio button option, rather than both.
answered
Jun 20, 2012
by
Paul Moon
Silver
(
5,410
points)
Your comment on this answer:
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
.