Piping the asnwers of a multiple checkbox

132 views
Skip to first unread message

Ariele Santello

unread,
Oct 3, 2023, 9:42:23 AM10/3/23
to redca...@googlegroups.com
Hi all,

I'm trying to create a form in which I ask the participants to select multiple answers from a checkbox.
In the field after (a text box), I want to take the 1st choice selected and put its label as the name of the field, in which the participant will write the value corresponding to that choice, and so with the second and so on.

For example:

FIELD 1: Which things do you have?     A   B   C

The participant selects A and B so:

FIELD 2:  A =   "value of A"
FIELD 3:  B =    "value of B"


Is this possible?

Thank you in advance,

Ariele

David Edwards

unread,
Oct 3, 2023, 10:20:21 AM10/3/23
to Ariele Santello, redca...@googlegroups.com
Hi Arielle,

This may not be what you wanted, but you could have 3 textboxes underneath the multi choice question, labelled like this:

      "A = "
      "B = " 
      "C = "

... and with branching logic like this respectively:

      [multi_choice_question(1)]='1' 
      [multi_choice_question(2)]='1'
      [multi_choice_question(3)]='1'

So when those options are ticked, the textboxes appear.
Good luck,
David.

From: redca...@googlegroups.com <redca...@googlegroups.com> on behalf of Ariele Santello <ariele....@gmail.com>
Sent: 03 October 2023 13:42
To: redca...@googlegroups.com <redca...@googlegroups.com>
Subject: Piping the asnwers of a multiple checkbox
 
--
You received this message because you are subscribed to the Google Groups "redcap open" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redcap_open...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/redcap_open/CAKszEVTUOrHxEChw%2B1V08BszykBOgTS5zS-vcbkvCXatUOtUjg%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages